Within my footer I have, along with navigation, links to log-in and edit pages. I only want the edit page link to show up on post pages and not in any loops. Note: I use a custom taxonomy loop along with the standard ones. This code edit_post_link('Edit', '<SPAN ID="split">•</SPAN>')
is what I'm using, but my attempts to utilise is_page
and if
statement with it fail because of my lack of php skill or knowledge. Best I seem to be able to do it either, break the element or or have it show-up everywhere.
Can someone please provide me with what I need.
Cheers,.