I'm using the Black Minimalist theme at http://www.zellie.info On the top right corner of every page is a little 'edit' link. What code should I delete to get rid of this?
I'm using the Black Minimalist theme at http://www.zellie.info On the top right corner of every page is a little 'edit' link. What code should I delete to get rid of this?
just curious, why do you want to remove it? the only person who sees it is you
I didn't realize only I would see it. Still, I don't use it and it bugs me that it's interrupting what I'm otherwise trying to make into a nice clean simple page.
edit your theme files, look for this, or something VERY similar:
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
remove at leisure.
Score, thanks! That helped me figure out how to get rid of the automatic headings based on Page names too.
I was able to remove the edit link from the Pages, but it's still showing up in the blog - ideas on how to remove it from there?
Find that in index.php for the homepage and single.php for single posts.
Got it, thanks!
This topic has been closed to new replies.