Anonymous
Thread Starter
fredd
(@fredd)
I downloaded the zip-file, uploaded the php-file to my plugin-directory, activated it, and everything looked like it would work. But.. Here is my maybe stupid question: What am I going to write in my index.php to get the paged navigation to show up? And where?
I tried writing <?php page_navigation() ?> both inside and outside the “loop”, but nothing happens.. Not even an error message..
Are you using WP 1.2? It should work based on the limited information, if correct, you have provided.
Thread Starter
fredd
(@fredd)
Yes, I am using WP1.2..
This is the code I have on the index.php:
<?php foreach ($posts as $post) { start_wp(); ?>
<?php the_date(“d/m-y”,”<h2>”,”</h2>”); ?>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h3>
<?php the_content(); ?><?php link_pages(“
Pages: “,”
“,”number”) ?>
Skrevet af <?php the_author() ?> @ “><?php the_time() ?> <?php edit_post_link(__(“Redigér”), ‘ |’); ?>
<?php comments_popup_link(__(‘Skriv en kommentar’), __(‘1 kommentar’), __(‘% kommentarer’)); ?>
<?php include (“wordpress/wp-comments.php”); ?>
<?php } ?>
<?php page_navigation() ?>
A friend of mine, also tested it on his site – and it doesn’t work there either..
But, thanks for your help, so far.
Beel, does this work in 1.3? Also, would it work for categories and posts by author? (I’m guessing they would take rewrite rules?)
No, but there is another thread out there somewhere where I posted what to do to fix the plugin (at least for 1.3-alpha-2)
I couldn’t find that thread, Beel. I’ve found one addressing the plug-in in 1.3 but the solution offered doesn’t work on any of the things I asked about above; and I haven’t got the PHP know-how to adapt it.
Hi,
i have a similiar serious problem with the plugin 😎
It works on my archive or category pages, but not on the frontpage (index.php). Is it possible that the plugin stops working if there are to may pages in the blog?? (we have over 10.000 entries…)
The bug: on the frontpage the navigation is missing
http://log.netbib.de
working example with navigation on a categorypage:
http://log.netbib.de/archives/category/open-access/
TIA and greetings from Lueneburg 😎