• Resolved dhanesh

    (@dhanesh)


    DFire by default shows 3 posts on the front page … if i want to show 5 .. what do i hve to change ? .. i changed the readin options to show blog 5 posts but its doesnt work ..

    plus wen u click <<next entry it shows the same page .;. again and again ..

    https://www.esanctum.net

    PLz help ..

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter dhanesh

    (@dhanesh)

    i sorted out the post showing up and the <<next entry ..

    Now how do i show more than 3 posts per page ?

    Options:Reading

    Thread Starter dhanesh

    (@dhanesh)

    did that .. i set it to 5 or 10 .. it still shows 3 .. is there a file that has this number hardcoded into it ?

    Clear your cache? Check index.php?

    Thread Starter dhanesh

    (@dhanesh)

    cache cleared .. checked index.php .. is this sumway related ?

    echo zeroise($post->ID, 3)

    or this

    <div class=”info”><span class=”comm”><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></span> | Categorized: <?php the_category(‘, ‘) ?></div>

    <?php $ctr++; } ?>
    <?php endwhile; ?>

    <div class=”navigation”>

    is this normal ?

    Perhaps this?:

    <?php query_posts('showposts=10');?>

    Thread Starter dhanesh

    (@dhanesh)

    thankx for the clue .. its was this

    php static $ctr = 0;
    if ($ctr == “3”) { break; }
    <?php $ctr++; } ?>

    thankx for the help ??

    That would do it ;’)

    Welcome…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Dfire post count !’ is closed to new replies.