Coder Social home page Coder Social logo

yawalkar / rdfa-breadcrumb Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 184 KB

An easy template tag for showing a breadcrumb menu on your site and on google search results with built in RDFa Markup.

Home Page: https://wordpress.org/plugins/rdfa-breadcrumb/

CSS 40.00% HTML 37.55% JavaScript 0.43% PHP 22.02%

rdfa-breadcrumb's Introduction

RDFa-Breadcrumb

=== RDFa Breadcrumb === Contributors: yawalkarm Plugin URI: https://wordpress.org/plugins/rdfa-breadcrumb/ Donate link: https://www.paypal.com/cgi-bin/webscr&[email protected]&cmd=_donations&item_name=Friends+of+Mallikarjun+Yawalkar Tags: navigation, menu, breadcrumb, breadcrumbs, bbpress, forum, RDFa, google rich snippet Requires at least: 3.0 Tested up to: 4.4.1 Stable tag: 2.3 License: GPLv2 or later

An easy template tag for showing a breadcrumb menu on your site and on google search results with built in RDFa Markup.

== Description ==

RDFa Breadcrumb provide links back to each previous page the user navigated through to get to the current page or - in hierarchical site structures - the parent pages of the current one.

It gives you a new template tag called rdfa_breadcrumb() that you can place anywhere in your template files. It has inbuilt RDFa content markup, so this will help Google to recognize and display the breadcrumbs on search results as well.

Check out the screenshots.

== Screenshots ==

  1. The RDFa Breadcrumbs on your website.
  2. RDFa Breadcrumbs displayed by Google Webmasters rich snippet testing tool.
  3. Breadcrumbs on google search results.
  4. New user Interface of a plugin.

= Frameworks =

  • Genesis
  • Hybrid
  • Nifty
  • Thematic
  • Thesis

= Plugins =

  • bbPress

= Localization =

  • English - (en_EN)

== Installation ==

  1. Upload rdfa-breadcrumb to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Add the following code to your template files : <?php if(function_exists('rdfa_breadcrumb')){ rdfa_breadcrumb(); } ?>
  4. Now go to settings page of plugin and fill out the settings as shown in the Screenshot-4

== Frequently Asked Questions ==

= How do I add it to my theme? =

You would use this call to replace the default navigation with RDFa Breadcrumb: <?php if ( function_exists( 'rdfa_breadcrumb' ) ) { rdfa_breadcrumb(); } ?>

== Changelog == = 2.3 =

  • Fixed: Compatibility with WordPress 4.4
  • Improved: Updated backend UI

= 2.2 =

  • Added Translations to - italian, spanish, deutsch and french (Thanks to Thomas)

= 2.1 =

  • Fixed bugs
  • Clean up the code

= 2.0 =

  • Added user interface and easy customization to plugin
  • Added support for WordPress 3.4
  • Cleaned up the code

= 1.0 =

  • Added support for WordPress 3.3
  • Added support for Hybrid, Thematic and Thesis theme
  • Added support for Google's RDFa markup

= 0.4 =

  • Added support for bbPress Plugin
  • Cleaned up the code

= 0.3 =

  • Added support for Genesis Theme
  • Added support for custom post types and taxonomies
  • Added support for hierarchies
  • Added support for WordPress 3.1's post type archives
  • Added readme.html file

= 0.2 =

  • Added support for Date (Day, Month and Year)
  • Added CSS for Style Title, Homelink and Separator
  • Cleaned up the code

= 0.1 =

  • First public release

== Upgrade Notice == Please update your plugin immediately for better experience and stay away from compatibility isssues.

rdfa-breadcrumb's People

Contributors

yawalkar avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.