A name link category help
-
Hey All
This may sound confusing at first but should be pretty easy to fix for someone who knows their stuff.
I have different “a name” links for every category inside each of my posts.
The “a name” links inside the posts are the titles of the categories in my blog.
I want to be able to link to the “a name” category position in the post from the categories page.
For example:
* A user click on the “designs” category of my blog.
* They choose a post within that category.
* The post should link to ?p=1#designsI have tried using:
<a href="<?php the_permalink() ?>#<?php the_category(); ?>">
But haven’t been able to call the current categories name into the link.
Any clues??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘A name link category help’ is closed to new replies.