Jump to content
Sign in to follow this  
christian_w

How to change position of tags on pages

Recommended Posts

christian_w

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×