Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hirezolution

    (@hirezolution)

    Bump… there has to be an answer to this!

    I have even restored the site from a full backup and same problem, even though it was in the correct order.

    No way to just reverse the query to get the results in the opposite order?

    Thread Starter hirezolution

    (@hirezolution)

    Pls let me know where you found this @abir43tee , since I don’t see it anywhere in the source. Thanks =)

    Thread Starter hirezolution

    (@hirezolution)

    thanks for the response! where did you see this line? the bulk of it is in the wordpress header/index templates, but i don’t find this

    Thread Starter hirezolution

    (@hirezolution)

    true! here it is again

    any help would be awesome! i’m sure it’s something simple…

    <?php $query = new WP_Query( 'cat=1' ); ?>
    <?php if (have_posts('category=1')) : ?>
    <?php $post = $posts[0]; $c=0;?>
    <?php while (have_posts()) : the_post(); ?>
    
    <?php $c++;
    if( !$paged && $c == 1) :?>
    <li class="firstpost">
    "><?php the_post_thumbnail(); ?>
    <h2><?php if (strlen($post->post_title) > 110) {
    echo substr(the_title($before = '', $after = '', FALSE), 0, 110) . '...'; } else {
    the_title();
    } ?></h2>
    <?php the_excerpt(); ?>
    
    <?php else :?>
    <li class="post">
    "><?php the_post_thumbnail(); ?>
    <h2><?php if (strlen($post->post_title) > 45) {
    echo substr(the_title($before = '', $after = '', FALSE), 0, 65) . '...'; } else {
    the_title();
    } ?></h2>
    
    <span class="postfooter"><?php the_time('M j, Y') ?></span>
    
    <?php endif;?>
    
    <?php endwhile; ?>
    
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('? Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries ?') ?></div>
    </div>
    
    <?php endif; ?>
    Thread Starter hirezolution

    (@hirezolution)

    VICTORY IS MINE!
    i tracked down that old code i used to use and it still works like a charm. i don’t know why more people arent using this and why it was so hard to find.

    <object type="application/x-shockwave-flash" data="https://avissart.com/crosswordtest/cwf_01.swf" width="500" height="600" base="https://avissart.com/crosswordtest/">
    <param name="movie" value="https://avissart.com/crosswordtest/cwf_01.swf" base="https://avissart.com/crosswordtest/" />
    <img src="banner.gif" width="500" height="600" alt="banner" />
    </object>
Viewing 5 replies - 1 through 5 (of 5 total)