• Every time I ask a question here I am referred elsewhere, I am hoping to get personalized help as I have seen in my searches.

    Please note: I HAVE search for this topic and I found what is probably useful information detailing this, but since it isn’t tailor to my file names, etc, Im getting confused. I know this is simple if someone would provide me instruction.

    1. I am trying to achieve a page containing all of my websites tags listed as hyperlinks to their tag pages.

    2. In accomplishing this, I think I am going to need separate tag pages for each tag.

    Here is an example of what exactly I want on my site.
    16quotes.com

    Is it possible to make it to with every new tag created, it has its own page like on the site listed above?

    My theme files are named diferently than is common.
    Is “template-archive.php” the same as “archive.php?”
    Im slightly confused.

    If someone would kindly take the time to assist me, I can post the my code. thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is it possible to make it to with every new tag created, it has its own page like on the site listed above?

    WordPress already does this by default.

    My theme files are named diferently than is common.

    What theme are you using? Where did you download it from?

    what theme are you working with?

    Is “template-archive.php” the same as “archive.php?”

    no – http://codex.wordpress.org/Template_Hierarchy

    1. I am trying to achieve a page containing all of my websites tags listed as hyperlinks to their tag pages.

    possibly create a page tempalte an duse the function wp_tag_cloud() on it;
    http://codex.wordpress.org/Page_Templates
    http://codex.wordpress.org/Function_Reference/wp_tag_cloud

    need separate tag pages for each tag

    any link of the tag list should automatically lead to a tag archive page; for customisations, you might need to create tag.php from a copy of archive.php or index.php.
    or create custom tag archive pages http://codex.wordpress.org/Tag_Templates

    Thread Starter MarieHaze

    (@mariehaze)

    I am using the collection theme from theme junkie. I have asked in their forums, they want me to pay to have someone help me, but I know I can figure it out with the help form a kind person on here:)
    Thank you alchymythe, I have to go to work, but I will read what you have written and try it when I get home…thanks so much

    I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add a tag achive page and indivual tag pages’ is closed to new replies.