Re-order Tabs in Front End
Author | Posts |
---|---|
May 6, 2013 at 11:37 pm 3248 | |
Hi, How would I go about re-ordering the tabs in the front-end so the to-do list appears before activity? Thanks, Claire | |
May 7, 2013 at 2:08 pm 3297 | |
Insert this snippet in your themes functions.php, it should work. Make sure you are using the latest version of WP Project Manager plugin. function pm_frontend_nav_links( $links, $project_id ) { return $links; | |
December 9, 2013 at 9:54 pm 13552 | |
I did this and worked fine. Is it possible to hide the “activity” tab when users are on the front end? | |
December 24, 2013 at 11:45 pm 13936 | |
I was able to re-order the tabs successfully, but would like the default to be Milestones, not Activity. How can I change that? Thanks. | |
October 30, 2014 at 12:03 pm 29422 | |
Was there a way to do this? “I was able to re-order the tabs successfully, but would like the default to be Milestones, not Activity. How can I change that? Thanks.” | |
October 31, 2014 at 12:04 am 29485 | |
To open a different page other than “Activity” when clicking the projects link in Admin go to line 80 in includes/urls.php. I modified mine to open Todo Lists as the default as opposed to Activities. Specifically you will want to change:
to
| |
October 31, 2014 at 10:04 am 29498 | |
thanks heaps | |
November 13, 2014 at 10:28 am 30355 | |
is it possible to do this on the front end? |