go41

the info you need to know


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…


von Joern
Keine Kommentare

I would use h1 for the page title - in header.php.In one of my themes this looks like this:Code:<div id="logo" class="left">         <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></a></h1>         <div id="tagline"><?php bloginfo('description'); ?></div>      </div>as you…