WordPress Links To App Pages
On your WordPress site, you can add links to open pages on your app. The pages in your app must be added to either your side menu or the tabs menu.
Requires AP3 Ion Theme v1.2.6+
| Purpose | Parameter | Value Options |
| Open menu item in Native Page | data-apppage | number or slug |
| Open side menu item | data-applink | number or slug |
| Open tab menu item | data-apptablink | number or slug |
| Tab menu with back button | data-backbtn | true |
| Open side menu as a new tab* | data-new_tab | true |
Link to an App Page from a Native WordPress Page
this example shows how to link to a page in the application from a Native WordPress Page. Meaning you are using the "Single Post or Page" block in the AppPresser Customizer. The Single Post or Page block pulls in the data from the API. Which is different from an iframe page.
<!-- add custom page to any menu --> <a href="#" data-apppage="language-settings">Language Settings</a>
Link to an App Page from a WordPress (iframe) page
This example shows uses a slug to open either the side or tab menu. You cannot link to a custom link page in the menu.
As a link
<!-- side menu --> <a href="#" data-applink="language-settings">Language Settings</a> <!-- tab menu --> <a href="#" data-apptablink="store">Store</a>
Find the Page Slug
To find the page slug of your custom pages, open the custom page editor and click the "CSS & Code Help" header.
