Hello everyone,
i need to eliminate the link from the posts titles (the one which points at the post itself, in order to show it alone ) . Do anyone have a suggestion how to do it? Thank you for helping!
Cheers Fede
Hello everyone,
i need to eliminate the link from the posts titles (the one which points at the post itself, in order to show it alone ) . Do anyone have a suggestion how to do it? Thank you for helping!
Cheers Fede
Hey, i got the way myself! :)
on the loop.php delete
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
href="<?php the_permalink(); ?>"
from
<?php if ( !is_single() && get_the_title() ) : ?>
<h1>
Cheers Fede
That's good but you may want to consider creating a child theme for Blaskan and making your edits on a copy of loop.php in your child theme directory.
That way if Blaskan gets updated then you will not lose your changes.
Edit: Oh and good job BTW figuring that out. ;)
You must log in to post.