Hello
Apologies if this is in the wrong forum or an obvious thing, but I haven't found anything searching
I wish to clean up the the front page of my blog & am using minimaplus theme. For below each post, there is a link: 'permanent post to link'
How do I remove this?
It seems to be a part of <?php the_content(); ?> in the index.php?
thanks
Look for
<?php the_permalink() ?>
and remove it..
Hi
I did try removing that before, but it does not work.
That code does not seem to actually produce the link text displayed as 'permanent post to link' on the front page.
On the single page, it is not there
The index.php file for minimaplus is at
http://pastebin.com/682866
any help would be appreciated