• How to make the pagenumbers hack, at the botton of the page to make such numbers 1|2|3|4… to locate the old pages…

Viewing 15 replies - 1 through 15 (of 15 total)
  • WordPress 1.2 Page Navigation at http://www.lesterchan.net/portfolio/programming.php

    Please excuse my ignorance, but where do I install this plug-in and
    how do I turn on post paged?
    Thanks,
    Mike

    download page-navi.php to your wp-content/plugin folder. Activate it from plugins in admin. If you go to your site and you do not see the navigation at the bottom of your page, do this. In your index.php on the line that says
    <?php endif; ?> change it to look like this <?php endif; ?><il><? page_navigation(); ?></il></div> that should do it.

    I downloaded it, uploaded it into /plugins/, and actived it, and add a line to call page_navigation(), but nothing happened. Could you tell me why? thanks.

    does it give an error or anything?
    do u have multiple pages worth posts?
    is it even a wp blog?
    and the upload position looks odd but as you said you activated it, i guess the path is a typo.

    there is a mistake code like this
    Last ?/a>’; should change to Last ‘;
    BTW why i add the plugins, there is a “?” .like this :[1] 2 3 ? … Last

    Thread Starter Anonymous

    There is a ? because it replaces the character that was put there to make it pretty which is &raquo;
    I can’t get it to print First where there is that ?

    Anybody figured out a rewrite rule to get SEF friendly URL’s with these spanned pages?

    Thread Starter Anonymous

    Sorry to sound like a total retard but I didn’t understand the fix…
    And I made a few changes, that managed to get rid of the raquo problem on the last page bit but get the next page…
    And neither did I manage to get it to display first page previous page.

    I just installed the latest nightly (8-10), and this plugin seems to have broken. I still get the paragraph open and close tags, but nothing is returned by the function. Has something been added to the latest nightly that would substitute for this?

    Ok, so I just realized that the post paged option has disappeared from the reading options page. Surely there’s gotta be a function that replaces this?

    Yeah, it needs to be changed a bit:
    function page_navigation($before=”, $after=”, $prelabel=’« ‘, $nxtlabel=’ »’) {
    global $request, $posts_per_page, $wpdb;
    global $_SERVER, $paged;
    global $querystring_start, $querystring_equal, $querystring_separator;
    if (! is_single()) {
    As you can see, I also change all the $HTTP_SERVER_VARS to $_SERVER

    That did the trick. Thanks!

    Well, maybe I spoke too soon. There is now a problem with staying in a specified category when jumping pages.
    If I select a particular category, it still properly calculates the number of pages, but only the << and >> buttons actually work properly. The numbered pages, and the first and last page now ignore the category and default to the full blog. It used to be so nice!
    If that doesn’t explain the problem properly, take a look at:
    http://www.theglobalguy.com/category/se-asia/
    For an example of how it’s not working quite right.

    Thread Starter Anonymous

    Hello; I have installe Pagenavi since 1 Month, it works perfectly … But since 2 days I have installed Kubrick’s theme, and the page navi doesn”t work … How can I change that ?
    ( sorry my english is bad )

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to make tha PageNumbers hack ?’ is closed to new replies.