How can I make the post title only not a link?
How can I make the post title only not a link?
Remove the anchor tag. For example ...
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a>
Change to ...
<?php the_title() ?>
Would this work for a page link also?
For Example, I have a parent page with several 'child' pages underneath. I do not want the parent page to have a link.
Thanks worked nice.
show me what you mean, link.
On the left sidebar - I do not want "12-inch Dobsonian" to be linkable, only its child pages.
hey redesford,
i found this code that works pretty well to unlink parent pages:
http://bavotasan.com/tutorials/how-to-remove-the-links-to-parent-pages-in-the-wordpress-page-list/
This topic has been closed to new replies.