Linux 软件免费装

Widget Logic by Path

开发者 mchev2
更新时间 2014年1月30日 00:47
PHP版本: 2.8 及以上
WordPress版本: 3.6

标签

widget admin url filter context url path widget logic path conditional tags

下载

0.2.2 0.1 0.1.1 0.2 0.2.1

详情介绍:

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/ 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"

安装:

  1. Install Widget Logic version >= 0.56
  2. Install this plugin
  3. Activate Widget Logic and this plugin through the 'Plugins' menu in WordPress
  4. You can start adding URL path patterns to Widgets from the usual Widgets admin interface

更新日志:

0.2.2 0.2.1 0.2 0.1.1 0.1