pemburu 0 Report post Posted March 5, 2011 Is there any hook associating to the metabar in single posts? I need to put something just below the metabar in each post. Share this post Link to post Share on other sites
Simon 248 Report post Posted March 5, 2011 There is a filter: `printf( '%s', apply_filters('pagelines_post_metabar', $metabar) );` Share this post Link to post Share on other sites
pemburu 0 Report post Posted March 5, 2011 so where/how do I find the list of these filters? Share this post Link to post Share on other sites
catrina 103 Report post Posted March 5, 2011 You can find a list of hooks under Advanced Setup in Template Setup and by looking in the template files. 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
barroncuadro 0 Report post Posted March 7, 2011 Hi Catrina, So how do I view the template for additional hooks and features, like it says to under some of the lists of hooks? This isn't very obvious as far as I can tell, unless I'm just misunderstanding it. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 7, 2011 you look at each section or template file. We'll work on the requested hook map though Share this post Link to post Share on other sites