Forums

Custom Theme Tweaking | Tags, and Second Sidebar (2 posts)

  1. everydaylady
    Member
    Posted 2 years ago #

    Hello all,

    I am trying to customize a theme a purchased. The guy who made it has not been responding for over 6 months. I've pretty much found out everything I needed here on the codex pages, but I am stuck on two parts.

    1) the theme did not come with tags. So now my tag cloud does not work. When ever a tag is clicked it goes to the blog page and not the posts related to the tag. I "think" I am supposed to use this <p><?php the_tags(); ?></p> but where does it go? The loop on my theme does not look anything like the one on wordpress. Please help me get tags working again

    2) the theme did not come with a side bar, but I figured that out. I even made an extra one. But now I do not know how to get the second side bar to display on the index page. I used this function to create the sidebars register_sidebars(2, array('name'=>'Foobar %d')); and I used this code to call the sidebar2 on the "more" tab <?php get_sidebar(2); ?> and I even tried <?php get_sidebar('sidebar2'); ?>

    I don't know what else to do other than remove the tags and the second side bar...please help if you can.

    Thanks in Advance

  2. everydaylady
    Member
    Posted 2 years ago #

    I forgot to add the website address

    Http://patience-in-jackson.org

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic