Ultimate Tag Warrior, editting tag.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #1

    Ultimate Tag Warrior, editting tag.php

    Ok, I'm having one last little bit of trouble with getting UTW going, apparently i've narrowed it down to something wrong with my loop in tag.php. This is where my problems lies, as it's setting my sidebar off funny. the lop is contained within my cont div. and all he divs line up fine when i pull this section of the loop out. Could anybody point me in the right direction with getting this straight? Am I overlooking something REALLY retarded?..

    Code:
    	<h1><?php UTW_ShowCurrentTagSet('tagsetcommalist') ?></h2>
    
    	<?php if (have_posts()) : ?>
    		<?php while (have_posts()) : the_post(); ?>
    		<div class="titles"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></div>
    		<div class="linebreak"></div>
    		<div class="thebody">
    		<div id="post-<?php the_ID(); ?>">
    			<?php the_content('Read the rest of this entry &raquo;'); ?>
    		<div class="utwtags"><b>Tagged as:</b> <?php UTW_ShowTagsForCurrentPost("commalist") ?></div>
    		<div class="utwreltags"><b>Related tags:</b> <?php UTW_ShowRelatedTagsForCurrentPost("simplelist") ?>
    		<ul class="utwrelposts"><b>Related posts: </b><?php UTW_ShowRelatedPostsForCurrentPost("postcommalist") ?></ul>
    
    		</div>
    		<?php endwhile; ?>
    
        <?php endif; ?>
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #2
    bumpin dis bitch

    Comment

    • munki
      Do Fun Shit.
      • Dec 2004
      • 13393

      #3
      PHP Code:
      <h1><?php UTW_ShowCurrentTagSet('tagsetcommalist') ?></h2>
      You begain an h1, and closed an h2 is all i can see wrong right off...

      I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

      Comment

      • Angry Jew Cat - Banned for Life
        (felis madjewicus)
        • Jul 2006
        • 20368

        #4
        Originally posted by munki
        PHP Code:
        <h1><?php UTW_ShowCurrentTagSet('tagsetcommalist') ?></h2>
        You begain an h1, and closed an h2 is all i can see wrong right off...
        err, good eye, not the problem though. i'm scratching my head right now, everything loosk to be fine, and the stylesheets and layout of the theme loosk to be exactly the same for my index.php and tag.php but the two aren't lined up the same...

        i should mentiont hat teh stylesheets are WAY off for opera at the moment, i have to do some cleaning up of that yet, but for th emoment i'm tyring to get IE right...

        http://www.idealasians.com
        http://idealasians.com/tag/amateur_teen/

        Comment

        • Angry Jew Cat - Banned for Life
          (felis madjewicus)
          • Jul 2006
          • 20368

          #5
          bump for the morning rush

          Comment

          • jonesonyou
            Confirmed User
            • Sep 2003
            • 3853

            #6
            bump for problem solving help. Post your results when fixed.

            Completely Real Amateur girls doing awesome things! Signup to promote Nebraskacoeds Today!

            Hit me up on ICQ/AIM 473324556/jasonnecoeds for exclusive content to promote with! And any ?'s

            Comment

            Working...