fob marketing

SEO Pagebar 2.1 Update

SEO Pagebar 2.1 is ready for service. If you like to make a test with WordPress 2.6 you can. Please let me know the results:

[ Deutsche Beschreibung der SEO Pagebar in Kürze wieder auf flexib.de ]

How to install SEO Pagebar 2.1:

SEO Pagebar 2.1 has been tested with WordPress 2.6 and worked.
No difference to the elder version (SEO Pagebar 2.0) accept very small changes.

What does SEO Pagebar 2.1 do for you?

SEO Pagebar helps you to show not only the following pages on your WordPress Blog.

You can additionally show title tags and category names near the SEO Pagebar so that your visitors always know where they currently are. This is not helpful for visitors only. Choose your keywords wisely and let the search engines love your SEO Pagebar, too. 😉

Theme modifications to let SEO Pagebar 2.1 work for you:

Have a look into your theme. Open index.php and archive.php. Find this code:


<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries'), 'kubrick'); ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')); ?></div>
</div>

and change it so that it looks like this:


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

<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries'), 'kubrick'); ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')); ?></div>
</div>

<?php } ?>

If you did not forget to activate the Plugin you should be ready to go!

SEO Pagebar Options: English (PDF) / German (PDF)

Language files are currently available in English, Spanish and German.
If you like to change your CSS you can do that within the attached file called seopagebar-css.css
This WordPress Plugin is free of charge (GPL). You will make use of it on your own risk. (No guarantee, no warrenty).

If you have any questions, post them, please. You`re welcome!

Die mobile Version verlassen