• Resolved kane250

    (@kane250)


    Hi there,

    I have a weird request. I’d like to set up my wordpress so that the titles of my posts do not link to the individual post but rather link to a page showing all posts that share the same tag as the post I clicked on. Is there any way to do this? The tags would not be typed in the title name, they would only be in the post.

    Any way?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kane250

    (@kane250)

    ok so the titles of the posts can actually be the same as the tag word I’d like to call…so can anyone direct me on how this would be accomplished? Basically using the post title as a tag, without it actually being a tag… ?

    Thread Starter kane250

    (@kane250)

    problem solved. Just had to change this line in index.php. Not sure why I thought that was going to be so difficult…

    <h2><a href="?tag=<?php the_title() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call tags from post title?’ is closed to new replies.