Home › Forums › Iconic One Pro Support › Hide author and "Permalink to %post%" › Reply To: Hide author and "Permalink to %post%"
September 19, 2013 at 12:32 pm #755
Themonic-Support
Keymaster
Hi,
To remove the permalink text from titles:
Go to content.php line 21 and
replace line 21 with the following line
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
For hiding author refer: