Changeset 1482896
- Timestamp:
- 08/24/2016 09:52:34 PM (10 years ago)
- Location:
- dmg-related-pages-widget
- Files:
-
- 3 edited
-
tags/1.1/readme.txt (modified) (1 diff)
-
trunk/dmg-related-pages-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dmg-related-pages-widget/tags/1.1/readme.txt
r1482815 r1482896 20 20 If the widget is on a page that is not hierarchical, or if there are no related pages, nothing is displayed. 21 21 22 Two hooks are available to filter the title and text; `dmg_related_pages_widget_title` for the title and `dmg_related_pages_widget_text` for the text.22 A hook is available to filter the title: `dmg_related_pages_widget_title`. 23 23 24 24 For example, to change the title on a single page or post, you could add this to your functions.php file: -
dmg-related-pages-widget/trunk/dmg-related-pages-widget.php
r1482808 r1482896 4 4 Plugin URI: http://dancoded.com/wordpress-plugins/related-pages-widget/ 5 5 Description: A simple widget that displays a list of pages related to the current page. You can choose to show either siblings pages, child pages or both, and set how many levels of child pages to show. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Dan Gifford 8 8 Author URI: http://dancoded.com/ -
dmg-related-pages-widget/trunk/readme.txt
r1482808 r1482896 5 5 Requires at least: 3.1 6 6 Tested up to: 4.6 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/ … … 20 20 If the widget is on a page that is not hierarchical, or if there are no related pages, nothing is displayed. 21 21 22 Two hooks are available to filter the title and text; `dmg_related_pages_widget_title` for the title and `dmg_related_pages_widget_text` for the text.22 A hook is available to filter the title: `dmg_related_pages_widget_title`. 23 23 24 24 For example, to change the title on a single page or post, you could add this to your functions.php file: … … 54 54 55 55 == Changelog == 56 = 1.1.1 = 57 Corrected typo readme.txt 56 58 = 1.1 = 57 59 Added Title URL field to make title a link 60 58 61 Tidied up readme 62 59 63 Tested in WP 4.6 64 60 65 = 1.0.2 = 61 66 Corrected Title! 67 62 68 = 1.0.1 = 63 69 Added screenshot 70 64 71 = 1.0 = 65 72 * Initial version
Note: See TracChangeset
for help on using the changeset viewer.