• Hello everyone!

    First let me state the problem: I’d like to remove links to posts from my portfolio page.
    I’m using Klasik Themes photo filter widget(it came with my theme) and it works like this: I make an empty post and add a thumbnail and category then the filter takes care of the rest, it displays the photos and their respective post titles neatly and even has filter for the categories, but the posts are empty so i dont want the titles to be linked to these posts.

    Note:I’ve tried the code replacement method being:

    <h2><a>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

    change into

    <h2><?php the_title(); ?></h2>

    in the index.php file but it didn’t work. Also i tried doing the same in other php files and still nothing.

    Maybe someone here might have some insight into this matter.

    Thanks alot in advance!

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove links to posts from titles of pictures in my portfolio page’ is closed to new replies.