Links to pages not working
-
I can’t determine what is causing this issue. Maybe someone has experienced it before.
When I use
<?php the_title(); ?>
My list of pages has to correct title and author info when I use this
<a href="<?php the_permalink(); ?>" title="<?php printf( __('Permalink to %s', 'Modern Scribe'), the_title_attribute('echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a>
All of the titles are “Home”.
I’d like my output to be links to the pages.Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Links to pages not working’ is closed to new replies.