Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Sticky Sidebar

Beschrijving

Make a sticky sidebar and place it anywhere with shortcode.

Shortcode :

You will be get the shortcode after creating the sidebar

Manage Sticky Sidebars :
In wp dashboard , there is a menu called “Sticky Settings” to Add and Remove a Sticky Sidebar.
As you will add a sticky sidebar, you will see the shortcode to display the sidebar and then you will be able to see a new sidebar area in “Widgets Area”.
Just drag any widget in the sidebar and display through the shortcode in a page, template or anywhere.

Display Sticky Sidebar

After creating a sticky sidebar, you will be provided a shortcode like : [sticky_sidebar 1], [sticky_sidebar 2] …

Just write in wordpress pages or posts where you want to display : [sticky_sidebar 1] (for example)

Or use this php code to display in a template : echo do_shortcode(‘[sticky_sidebar 1]’); (for example)

Installatie

  1. Add plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode mention in the main page to display the goods

FAQ

Q : How to use this plugin?
A : First create a sticky widget (Sticky Settings), then call it through shortcode.

Q : How to manage sticky sidebars?
A : Go here : Dashboard >> Sticky Settings

Q : Is it possible to display the sticky sidebars in a page or a template?
A : Yes

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Sticky Sidebar” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Sticky Sidebar” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • May 5th, 2016
  • Built this plugin