Changeset 1481122
- Timestamp:
- 08/22/2016 09:07:38 PM (10 years ago)
- File:
-
- 1 edited
-
dmg-text-widget/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dmg-text-widget/trunk/readme.txt
r1481116 r1481122 15 15 DMG Text Widget replaces the standard text widget with one that includes advanced options to apply a CSS class, add paragraphs, apply shortcodes, hide the title and make the title a link. 16 16 17 Two hooks are available to filter the title and text: 18 * `dmg_text_widget_title` for the title 19 * `dmg_text_widget_text` for the text 17 Two hooks are available to filter the title and text; `dmg_text_widget_title` for the title and `dmg_text_widget_text` for the text. 20 18 21 19 For example, to change the title on a single page or post, you could add this to your functions.php file:
Note: See TracChangeset
for help on using the changeset viewer.