Forums

Theme Problem (Older Articles Non Viewed) (5 posts)

  1. myselfv1
    Member
    Posted 2 years ago #

    Hello everybody,

    Theme: MagMazer Theme by WPCorner.com
    Author: WPCorner.com


    I write my second post here because of another little big problem. On my theme, peoples cannot see older articles than the articles that are posted on the homepage.

    Is there any way or any code to insert in my theme that shows even the older articles, in a new page or something?

    It's really urgent (:
    Thanks a lot.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    the theme seems to depend on a plugin to do the page navi:

    <?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>

    http://www.jenst.se/2008/03/29/wp-page-numbers/

    however, i would assume that this should be mentioned in th themes instructions, and/or even packaged into the theme download.

    it is strangely not offering a 'low tech' build-in navi;
    for instance: http://codex.wordpress.org/Template_Tags/posts_nav_link

  3. myselfv1
    Member
    Posted 2 years ago #

    Thanks ... that's only another problem... when i put the code the blog became very slow to load everything on the page, can you tell me what should i do?

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    could be coincidence -
    check by deactivating the plugin.
    or try to put in the wordpress function instead.

  5. myselfv1
    Member
    Posted 2 years ago #

    It slows down when i put the WP Function

    <?php posts_nav_link(); ?>

    With the plugin works fine (:

    Thanks a lot mate, really useful !

Topic Closed

This topic has been closed to new replies.

About this Topic