• I’m using custom made theme with wordpress 3.0.1 but splitting page function ( <!–nextpage–> ) in not working in my theme. this function works when switched to other theme . <!–nextpage–> function make text below it invisible but the navigation is not seen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • does your theme have ‘wp_link_pages()’ in the code?

    http://codex.wordpress.org/Function_Reference/wp_link_pages

    Thread Starter pri2sh

    (@pri2sh)

    no , so where should i put that code ?
    or what can i do next to get it done.

    the code belongs before the ‘endwhile;’ of the loop – in all template files of your theme, where you want to show it – index.php, single.php, page.php, etc (if they exist in your theme);
    where exactly to add it to the code depends on your design and your ideas of styling it.

    Thread Starter pri2sh

    (@pri2sh)

    i looked at code of twenty ten but got nothing, i wonder what i missed ? can you please put code and default css , i don’t need fancy styles .

    Thread Starter pri2sh

    (@pri2sh)

    i’m not talking about this code ,

    <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
    					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘( ) next page function not working in my theme.’ is closed to new replies.