djb21au 0 Report post Posted March 4, 2011 I imagine this is not very hard, but I'd like to know how to accomplish it in the Base (being a big fan of staying out of the parent template). Simply, I'd like to move the date, author, etc. stuff to the end of my posts rather than have them at the beginning. I'm starting my PlatformPro experience with a simple photoblog and want to leave the photos as uncluttered as possible. (www.streetsofmytown.net) Share this post Link to post Share on other sites
catrina 103 Report post Posted March 4, 2011 This tutorial can show you how to implement a hook that can place the content where you'd like: http://www.pagelines.com/docs/base-child-theme To follow the tutorial more efficiently, it helps to know that you will need to refer to Template Setup (Settings > Template Setup) and work with the functions.php file (Appearance > Editor > Theme Functions). If you need further assistance, let us know. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
djb21au 0 Report post Posted March 4, 2011 Thanks Catrina, That mostly makes sense but you're one step ahead of me. What I can't decipher is what the function needs to look like ??“ what the code is that needs to be 'hooked in'. I think it has something to do with the 'post-meta fix', but I'm not sure, and I don't have enough experience to know how to code it. Share this post Link to post Share on other sites
catrina 103 Report post Posted March 4, 2011 The function that you need for what you want is pagelines_get_post_metabar (the metabar is the section for the date, author, etc.). I hope that helps! Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
djb21au 0 Report post Posted March 5, 2011 Worked that out, thanks Catrina. Now I have a problem with removing the old one but I'll start a new thread for that question. Share this post Link to post Share on other sites