Changeset 2023834
- Timestamp:
- 02/02/2019 04:21:13 PM (7 years ago)
- Location:
- tag-pages/trunk
- Files:
-
- 1 added
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
screenshot-2.png (added)
-
tag-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tag-pages/trunk/CHANGELOG.md
r1440812 r2023834 1 1 Changelog 2 2 ========= 3 4 #### 1.0.2 - Feb 2, 2019 5 6 **Fixes** 7 8 - Gutenberg does not show tags on page create/edit screen 3 9 4 10 #### 1.0.1 - June 21, 2016 -
tag-pages/trunk/readme.txt
r1842617 r2023834 3 3 Tags: tags, pages, tag pages 4 4 Requires at least: 3.0 5 Tested up to: 4.85 Tested up to: 5.0.3 6 6 Stable tag:trunk 7 7 License: GPLv2 or later … … 21 21 achieve it's goal. It also should work perfectly fine with Multisite installations. 22 22 23 If this plugin meets your expectations and you use it commercially 24 please consider a donation to one of these organisations or your country's equivalents: 25 26 - <a href='https://www.msf.org/'>Medicines Sans Frontiers</a> 27 - <a href='https://fsfe.org'>Free Software Foundation Europe</a> 28 - <a href='https://https://www.bitsoffreedom.nl/english/'>Bits of Freedom</a> 29 - <a href='https://fsf.org'>Free Software Foundation</a> 30 - <a href='https://eff.org'>Electronic Frontier Foundation</a> 31 32 23 33 == Screenshots == 24 34 25 1. A screenshot of the WordPress backend Pages section with the Tags metabox marked red. 35 1. A screenshot of the (older) WordPress backend Pages section with the Tags metabox marked red. 36 2. A screenshot of the WordPress backend Pages section using the Gutenberg block editor with the Tags (document properties) marked red 26 37 27 38 == Installation == … … 36 47 It is your theme's responsibility to display tags (if any) on your website. Make sure the theme you are using supports displaying tags on Pages. 37 48 49 = Is Gutenberg supported? = 50 Yes, <a href='https://wordpress.org/gutenberg/'>the Gutenberg block editor</a> is supported from version 1.0.2 and upwards. 51 NB: The <a href='https://wordpress.org/plugins/classic-editor/'>Classic Editor</a> plugin is also supported. 38 52 39 53 … … 58 72 == Changelog == 59 73 74 #### 1.0.2 - Feb 2, 2019 75 76 **Fixes** 77 78 - Gutenberg does not show tags on page create/edit screen 79 60 80 #### 1.0.1 - June 21, 2016 61 81 -
tag-pages/trunk/tag-pages.php
r1440812 r2023834 4 4 Plugin URI: http://burobjorn.nl 5 5 Description: Add tags to Pages, just as you would do with Posts 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Bjorn Wijers <burobjorn at burobjorn dot nl> 8 8 Author URI: http://burobjorn.nl … … 40 40 register_taxonomy_for_object_type('post_tag', 'page'); 41 41 } 42 add_action(' admin_init', 'tagpages_register_taxonomy');42 add_action('init', 'tagpages_register_taxonomy'); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.