Wordpress Plugin Plugin PAGEBAR on K2

I do not like the ajax pagebar from K2 at the moment, so I try the Pagebar Plugin for Wordpress 2.2.3 and the K2 theme.
Plugin PAGEBAR with Wordpress K2 theme

1. Download and install the Wordpress Plugin Pagebar 1.3 (Betaversion V2 is here).
2. Put the content of the sytel.css in your /k2/styles/YOUR_Folder/YOUR_STYLE.css
3. Replace this code in /k2/navigation.php

[source:php]« ‘.__(’Older Entries’,'k2_domain’).”); ?>
»’); ?>[/source]

with that code…

[source:php]if (function_exists(’wp_pagebar’)) { wp_pagebar(array(’before’=>”, ‘tooltip_text’=>’Seite’, ‘next’=>’»’, ‘prev’=>’«’)); } else { ?>
« ‘.__(’Older Entries’,'k2_domain’).”); ?>
»’); ?>
[/source]

4. Go to OPTIONS and activate the plugin pagebar.

Result:
wordpress k2 pagebar

Thats it, you will get the wordpress plugin pagebar with the k2 theme.

Comments

Leave a Reply