I would like to add an anchor tag that is the same as a post's title. That way I can create a button on my home page that will bring up the portfolio page and reference the proper anchor tag based on which button was clicked.
Home page contains four fancy_boxes - under each box is a "More Info" button. These buttons link to my category page "Video" which will have four posts that are childs of this category. When I create the post, I would like to have an anchor tag assigned and echoed that is the same as the post's title.
Example:
I now have "Weddings" and "Events" posts. Would like to generate a < a name="Weddings" > < /a > in the title line of the Weddings post and < a name="Events" >< /a > in the title line of the Events post. Hope this makes sense.
site: http://jak-studios.com
category page: http://jak-studios.com/video/













