>
Download This Plugin | |
Download Elegant Themes | |
Name | Widget Logic by Path |
Version | 0.2.2 |
Author | Mohan Chevuri |
Rating | 100 |
Last updated | 2014-01-29 04:47:00 |
Downloads |
12673
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Widget Logic by Path plugin added 2 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Widget Logic by Path plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Widget Logic by Path plugin ads no tables to your Wordpress blog database.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.
Example URL: http://www.domain.com/--SITE--/about/staff/
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
<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
/.*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"