Forums
(@wahoobudd1)
18 years, 12 months ago
Sorry from:
<h2>” title=”Permalink:”><?php the_title(); ?></h2>
to:
<h2>” title=”Permalink: <?php the_title(); ?>”><?php the_title(); ?></h2>
I changed my entry title from:
<h2><a>" title="Permalink:"><?php the_title(); ?></a></h2>
<h2><a>" title="Permalink: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
That should probably do it, eh?
Moshu,
I hate to bug you, but where do you then change the template for “Link to Page”?
Appreciate it.
Thanks,
Billy
19 years ago
I don’t know how or why this worked, but it did. Thanks.