Forums

Page bar (5 posts)

  1. tommytomato
    Member
    Posted 2 years ago #

    Is there a way to edit Latest Post code to stop page bar from showing in my frame.php

    <li><h2>Latest Post</h2>
    <ul>
    <?php $my_query = new WP_Query('showposts=10');	?>
    					<?php while ($my_query->have_posts()) : $my_query->the_post(); $shorttitle = substr(the_title('','',FALSE),0,39); ?>
                             <li><a title="<?php echo the_title() ?>" href="<?php the_permalink() ?>">
    
    					  <?php echo $shorttitle; if (strlen($shorttitle) >38){ echo '...'; } ?>
    					</a></li>
    <?php endwhile; ?>
    			</ul>
    
    </li>

    TT

  2. Shane G.
    Member
    Posted 2 years ago #

  3. tommytomato
    Member
    Posted 2 years ago #

    Thank you Shane

    jquery-pagebar seems to be OK, how ever I still get the little blue arrows mixed in with the style « Navigation »

    Is there a way to remove the little blue arrows from the frame.php then let jquery-pageba only show « Navigation »

    TT

  4. tommytomato
    Member
    Posted 2 years ago #

    Sorry here's a link to a image to show what I mean

    http://h.imagehost.org/view/0672/Screenshot

    TT

  5. tommytomato
    Member
    Posted 2 years ago #

    Well i must be doing some thing wrong because the side bar is not showing up like it does on the jquery-pagebar home page

    http://ocean90.wphelper.de/wordpress/plugin-jquery-pagebar/

    TT

Topic Closed

This topic has been closed to new replies.

About this Topic