christian_w 0 Report post Posted May 17, 2011 Hello everyone, I am using the plugin "page tagger" to display tags on pages on my Platform Pro powered site. The tags are displayed at the very bottom of the page. Now I would like to move the tags up underneath the headline. I have a basic understanding of the way the Wordpress hook functions and I would assume that I have to edit the page template. But before I start messing around with core files I would like to hear your suggestions, how I could achieve my goal. Thanks in advance Christian Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 17, 2011 Hi Christian! If you copy template.postloop.php from platformpro folder to platformbase and edit it, you can add the page tags in the place where they are currently displayed or where ever you want to as you would like. This allows you greater control over every aspect. Using hooks, you would have to see which hook is the best for regarding placement (you can do this in PlatformPro Settings > Template Setup and then navigate to Single Page Content Area) and then you can add a hook to the functions.php file with a conditional tag like is_page() Ricardo Share this post Link to post Share on other sites
christian_w 0 Report post Posted May 19, 2011 Thank you Ricardo. I modified a copy of the template.postloop.php file - worked perfect. Share this post Link to post Share on other sites