Beschreibung
The plugin provides a more advanced SEO pagination for WordPress to be configured with several options.
GERMAN:
- SEO Pagebar German: Sebastian Schmiedel
ENGLISH:
- SEO Pagebar English: Oliver Bockelmann
The plugin is licensed under GPL.
Everything is free – No warranties, no guarantees, no support.
Installation
How to install the SEO Pagebar Plugin:
- Create a folder wp-content/seopagebar and upload the seo pagebar plugin files into this folder -> activate the plugin -> configure your options page -> modify your template a bit … and you are ready to go!
Theme modification:
- Put this little code into your template where ever you want your SEO Pagebar start working.
In Kubrick Theme index.php and achive.php could be a good place to start.
Just have a look for this code:
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__(‚« Older Entries‘), ‚kubrick‘); ?></div>
<div class="alignright"><?php previous_posts_link(__(‚Newer Entries »‘, ‚kubrick‘)); ?></div>
</div>
<?php else : ?>
…and change it like that:
<?php endwhile; ?>
<?php if (function_exists(’seopagebar‘)) { seopagebar(); } else { ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__(‚« Older Entries‘), ‚kubrick‘); ?></div>
<div class="alignright"><?php previous_posts_link(__(‚Newer Entries »‘, ‚kubrick‘)); ?></div>
</div>
<?php } ?>
<?php else : ?>
FAQ
none
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„SEO Pagebar 2 WordPress Plugin“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Übersetze „SEO Pagebar 2 WordPress Plugin“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.