I wanted to add a simple link before the the page title, so I used hooks addon and used “before content” to do this. This works fine. However, I would only like this link to appear on static pages and not on the blog posts. Is this possible and how would I go about it?
The site is being developed but can currently be seen at: http://design.laikanet.com/jorkal/
I’m a bit shaky when it comes to PHP, but I can edit the script when told what to do π
I found <?php do_action(‘generate_before_main_content’); ?> in single.php but I’m not sure what next.
Oh and I have created a child them if that matters.