go41

the info you need to know


von Joern
Keine Kommentare

to get the author displayed you have to add: <?php the_author(); ?>in arthemia index.php (main page) best in div class="meta"Code:<div class="meta">[<?php the_time('j M Y') ?> | <?php comments_popup_link('No Comment', 'One Comment', '% Comments');?> | <?php if(function_exists('the_views')) { the_views(); } ?>]</div>for example like this:Code:<div class="meta">[<?php the_time('j M Y') ?> by <?php…


von Joern
Keine Kommentare

I suggested to disable pagenavi plugin in 'Plugins' just to see if normal Wordpress pagination works. Arthemia switches to next(previous)_posts_link if the plugin is not used. If pagination works without the plugin we know that this old plugin is the problem.Other thoughts? Start all over again and query on frontpage…