Guten Abend
ich hab mir eben das Plugin "Pagebar" heruntergeladen, da ich denke, das es eine nette Erweiterung wäre.
Doch habe ich ein Problem mit der Installation. Und zwar wird gesagt
PHP
Installation
------------
Copy the file pagebar.php to your plugins directory and add the CSS code contained in navbar.css to your style.css.
Then add the following code directly behind The Loop:
<?php wp_pagebar(array('before'=>'Pages: '))?>
There are several parameters you can set:
before what's displayed in front of the bar. Default: ' '
after what's displayed behind the bar. Default: ' '
tooltip shall the tooltips be displayed? Default: true
tooltip_text text to be display in tooltip before the page number Default: 'Page: '
prev text for previous page link Default: '►'
next text for next page link Default: '►'
directions display the direction boxes (prev/next)? Default: true;
Here's a function call with some parameters:
<?php wp_pagebar(array('before'=>'Page: ', 'after'=>' ', 'tooltip'=>true, 'tooltip_text'=>'Page'))?>
Alles anzeigen
Die pagebar.php habe ich in den Pluginordner verschoben.
Dann wird verlangt, ich soll den CSS Code aus der navbar.css in die style.css kopieren.
Problem ist, ich finde keine navbar.css und welcher Loop ist gemeint?