Widget Logic By Path Wordpress Plugin - Rating, Reviews, Demo & Download

Widget Logic By Path Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 11 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Widget Logic by Path extends Widget Logic functionality to use URL path pattern based logic. It is similar to Drupal’s “Show block on specific pages” feature. “*” is the wildcard character. See examples below.

By enabling this plugin, Widget Logic default PHP based logic (eval) will be disabled. So if you are concerned about “eval” security, but still need to use Widget Logic, this plugin will be helpful.

  • Widget Logic version >= 0.56 is required for this plugin to work.
  • Works in Multisite.

Example URL: http://www.domain.com/–SITE–/about/staff/

Example 1

about/             <-- Show on about page only
about/*            <-- Show on about and all the pages under about
about/staff/*      <-- Show on about/staff/ and all the pages under it
<home>             <-- Show on homepage
<blog>             <-- Show on blog latest posts front page
<search>           <-- Show on search page
<logged_in_user>   <-- Show only for logged in users

Example 2

<all paths except>  <-- All paths except those listed below
about/*             <-- Do not show on about and all the pages under about
contact/            <-- Do not show on the contact page
<home>              <-- Do not show on homepage
<search>            <-- Do not show on search page

Example 3 (Advanced)

/.*apple.*/        <-- Show on all the pages with URL path matching this regular expression. In this case "/.*apple.*/" will be passed to PHP preg_match function"

Screenshots

No screenshots provided


Reviews & Comments