Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Default Page Titles Link to Themselves (http://forum.bytesforall.com/showthread.php?t=18628)

jerryc Oct 9, 2012 09:40 PM

[SOLVED] Default Page Titles Link to Themselves
 
I just noticed that the page titles created by Montezuma are links that link to, of all places, the current page. I didn't intentionally make it this way; I'm pretty sure this is the way it works out of the box.

Is this a feature or a bug? If it's a feature, what's the purpose? Is there an easy way to disable it?

Note: I'm using Montezuma for a static website, not a blog.

Thanks,

JerryC

jerryc Oct 10, 2012 03:32 AM

I figured out how to edit this out of a main templates. In the content area, change this:

Code:

<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
To this:

Code:

<?php the_title(); ?>


All times are GMT -6. The time now is 09:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.