tyoli
Member
Posted 10 months ago #
hi, everyone how can i add a link in a plugin display page to another display page?
like if i have :
add_action('admin_menu', 'mt_add_pages');
that will add a sub-level-menu to the dashboard menu by executing the mt_add_pages witch run the add_dashboard_page;
what i want that inside the new page (witch located in directory called dir1) i link to other pages (located in dir1 too) and i don't wan't to have other sub-level-menu to that file in the dashboard?
tyoli
Member
Posted 10 months ago #
Ok, i wasn't clear enough:
i made a plugin that gets user data like browser, OS, IP address... and store it to the database and i made a graphic interface to display that data through a first page that displays the number of views of each page with a link (link not working) to another page that shows a detailed description of those views (OS, browser, IP...) and i'm testing this on my local WordPress installation.
so if you can tell me how to make that link to work i will be grateful.
thanx.