Linux 软件免费装

HTML Widget Titles

开发者 jabelone
更新时间 2017年1月28日 12:50
捐献地址: 去捐款
PHP版本: 0.71 及以上
WordPress版本: 4.7.2
版权: GNU GPL3 or later
版权网址: 版权信息

标签

html widget widgets titles

下载

1.01 1.1

详情介绍:

Features: This is about as basic as a plugin gets. HTML In Widget Titles allow you to use any normal HTML tag(s) in the Title section of any widget. While originally designed for making titles linkable, it should also work for any other HTML tags. Usage: Simply replace the html arrows with [ or ] and use the HTML tags like normal. eg. [a href=#][/a] Example: Instead of using: <a href=https://jabelone.com.au>Click This Link</a> Simply use: [a href=https://jabelone.com.au]Click This Link[/a] How it works: The plugin uses some very basic PHP and a WordPress filter to replace all instances of [ or ] with arrows. (in the plugin title) This is because when you enter a normal into the title input area, WordPress will remove it. This replacement happens as the page is generated from the PHP code so it avoids this problem. Configuration: If you wish to change what the replacement is than it is quite easy. From the plugins menu select "editor" than in the top right hand corner choose \"HTML In Widget Text\" and click \"Select\". Find the lines that look like the ones below and replace the [ and ]. Be sure to not change anything else! $html_widget_title_tagopen = "["; //Our HTML opening tag replacement $html_widget_title_tagclose = "]"; //Our HTML closing tag replacement

安装:

Simply move the "html-in-widget-titles" folder into the WordPress directory "wp-content/plugins" or search for "HTML in widget titles" on the add new plugins page.

更新日志:

Version 1.0 (initial release) Currently no bugs have been identified and all features are working as expected. Version 1.1 Checked it works with latest WordPress