{"id":9959,"date":"2010-07-31T05:58:01","date_gmt":"2010-07-31T05:58:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tagpages\/"},"modified":"2017-11-09T06:11:16","modified_gmt":"2017-11-09T06:11:16","slug":"tagpages","status":"publish","type":"plugin","link":"https:\/\/pap-aw.wordpress.org\/plugins\/tagpages\/","author":68794,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.64","stable_tag":"trunk","tested":"4.9.29","requires":"3.0","requires_php":"5.3","requires_plugins":"","header_name":"TagPages","header_author":"Dr. Bernhard Riedl","header_description":"","assets_banners_color":"401708","last_updated":"2017-11-09 06:11:16","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&amp;hosted_button_id=AP3D3FJSUK3TY","header_plugin_uri":"https:\/\/www.bernhard-riedl.com\/projects\/","header_author_uri":"https:\/\/www.bernhard-riedl.com\/","rating":5,"author_block_rating":0,"active_installs":1000,"downloads":47249,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>No upgrade notices so far...<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"3"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"974730","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"974730","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"506632","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1761437","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1761437","resolution":"2","location":"plugin"}},"screenshots":{"1":"<p>This screenshot illustrates editing a page in the Admin Menu.<\/p>","2":"<p>The second picture shows the Pages section in the Admin Menu.<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[90,6152,609,940,91],"plugin_category":[51,57],"plugin_contributors":[80399],"plugin_business_model":[],"class_list":["post-9959","plugin","type-plugin","status-publish","hentry","plugin_tags-tag","plugin_tags-tagging","plugin_tags-tags","plugin_tags-taxonomies","plugin_tags-taxonomy","plugin_category-multisite","plugin_category-taxonomy","plugin_contributors-neoxx","plugin_committers-neoxx"],"banners":{"banner":"https:\/\/ps.w.org\/tagpages\/assets\/banner-772x250.jpg?rev=506632","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/tagpages\/assets\/icon-128x128.jpg?rev=974730","icon_2x":"https:\/\/ps.w.org\/tagpages\/assets\/icon-256x256.jpg?rev=974730","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/tagpages\/trunk\/screenshot-1.png?rev=1761437","caption":"<p>This screenshot illustrates editing a page in the Admin Menu.<\/p>"},{"src":"https:\/\/ps.w.org\/tagpages\/trunk\/screenshot-2.png?rev=1761437","caption":"<p>The second picture shows the Pages section in the Admin Menu.<\/p>"}],"raw_content":"<!--section=description-->\n<p>This plugin is a <a href=\"https:\/\/www.bernhard-riedl.com\/2010\/08\/01\/tagpages-tags-functionality-for-pages-in-wordpress-30\/\">follow-up<\/a> to the post which I wrote <a href=\"https:\/\/www.bernhard-riedl.com\/2007\/10\/06\/wordpress-23-tagging-posts-and-pages\/\">a few years ago<\/a>. - The idea was (and still is) to equip pages with <a href=\"https:\/\/en.support.wordpress.com\/posts\/tags\/\">tags<\/a> and include their number in a combined posts and pages <a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_tag_cloud\">tag-cloud<\/a>.<\/p>\n\n<p>TagPages is fully compatible with <a href=\"https:\/\/codex.wordpress.org\/Administration_Over_SSL\">https\/SSL\/TLS-sites<\/a> and WordPress multisite network.<\/p>\n\n<p><strong>Plugin's website:<\/strong> <a href=\"https:\/\/www.bernhard-riedl.com\/projects\/\">https:\/\/www.bernhard-riedl.com\/projects\/<\/a><\/p>\n\n<p><strong>Author's website:<\/strong> <a href=\"https:\/\/www.bernhard-riedl.com\/\">https:\/\/www.bernhard-riedl.com\/<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li><p>Copy the <code>tagpages<\/code> directory into your WordPress plugins directory (usually wp-content\/plugins). Hint: You can also conduct this step within your Admin Menu.<\/p><\/li>\n<li><p>In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.<\/p><\/li>\n<li><p>Be happy and celebrate! (and maybe you want to add a link to <a href=\"http:\/\/www.bernhard-riedl.com\/projects\/\">https:\/\/www.bernhard-riedl.com\/projects\/<\/a>)<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li><p>Copy the <code>tagpages<\/code> directory into your WordPress plugins directory (usually wp-content\/plugins). Hint: You can also conduct this step within your Admin Menu.<\/p><\/li>\n<li><p>In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.<\/p><\/li>\n<li><p>Be happy and celebrate! (and maybe you want to add a link to <a href=\"http:\/\/www.bernhard-riedl.com\/projects\/\">https:\/\/www.bernhard-riedl.com\/projects\/<\/a>)<\/p><\/li>\n<\/ol><\/dd>\n<dt>How can I display the chosen tags on my pages?<\/dt>\n<dd><p>You can use for example the built-in Theme Editor of WordPress to edit <code>page.php<\/code> (if such a template exists for your theme). WordPress provides two template functions which can be used out-of-the-box: <a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/the_tags\"><code>the_tags<\/code><\/a> and <code>get_the_tags<\/code>.<\/p>\n\n<p>For further information about themes, please refer to the WordPress Codex Pages for <a href=\"https:\/\/codex.wordpress.org\/Theme_Development\">Theme Development<\/a> or the user's manual of our theme.<\/p><\/dd>\n<dt>Will the tags I've created with TagPages be lost if I change the theme or disable TagPages?<\/dt>\n<dd><p>Not at all. - TagPages is based on the built-in WordPress taxonomy. - Even if you change the theme or deactivate TagPages, your tags and their relations to posts and pages will not be harmed. ;)<\/p><\/dd>\n<dt>Why do the Post Tags sections for posts and pages in the Admin Menu show the same tag count?<\/dt>\n<dd><p>The reason for that is that we combine the number of occurrences of tags used in posts and pages in the taxonomy <code>Post Tags<\/code>. Though, if you click on the number of a certain tag, WordPress will only show the related posts or pages of the selected tag.<\/p><\/dd>\n<dt>Does TagPages work for WordPress prior 3.0?<\/dt>\n<dd><p>Sorry folks, no it doesn't. - But you can have a look at <a href=\"https:\/\/www.bernhard-riedl.com\/2007\/10\/06\/wordpress-23-tagging-posts-and-pages\/\">my post<\/a>, which explains how to establish tags functionality for pages in WordPress 2.3 - 2.9.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.64<\/h4>\n\n<ul>\n<li>SSLified further links<\/li>\n<\/ul>\n\n<h4>1.63<\/h4>\n\n<ul>\n<li>fixed some typos<\/li>\n<\/ul>\n\n<h4>1.62<\/h4>\n\n<ul>\n<li>small security improvement<\/li>\n<\/ul>\n\n<h4>1.61<\/h4>\n\n<ul>\n<li>SSLified links<\/li>\n<li>added assets\/icons<\/li>\n<\/ul>\n\n<h4>1.60<\/h4>\n\n<ul>\n<li>tested with PHP 5.4<\/li>\n<li>removed closing PHP tag before EOF<\/li>\n<li>removed reference sign on function calls<\/li>\n<li>cleaned-up code<\/li>\n<\/ul>\n\n<h4>1.50<\/h4>\n\n<ul>\n<li>adapted to use the built-in <a href=\"https:\/\/core.trac.wordpress.org\/ticket\/21240\">custom taxonomy column support for WordPress 3.5 and higher<\/a><\/li>\n<\/ul>\n\n<h4>1.42<\/h4>\n\n<ul>\n<li>updated project-information<\/li>\n<\/ul>\n\n<h4>1.41<\/h4>\n\n<ul>\n<li>adapted i18n strings<\/li>\n<li>updated German translation<\/li>\n<li>added Lithuanian translation, props <a href=\"http:\/\/www.host1free.com\">Vincentas Grinius<\/a><\/li>\n<\/ul>\n\n<h4>1.40<\/h4>\n\n<ul>\n<li>adapted query-handling on post-tags archive-pages<\/li>\n<\/ul>\n\n<h4>1.31<\/h4>\n\n<ul>\n<li>small enhancements<\/li>\n<li>fixed WordPress deprecated warning<\/li>\n<\/ul>\n\n<h4>1.30<\/h4>\n\n<ul>\n<li>enhanced compatibility with other custom taxonomy\/post type plugins<\/li>\n<\/ul>\n\n<h4>1.20<\/h4>\n\n<ul>\n<li>changed behaviour of Tags section for posts so only posts will be shown.<\/li>\n<li>implemented i18n for consistency - currently only one line ;)<\/li>\n<li>added German translation<\/li>\n<li>applied some minor internal changes<\/li>\n<\/ul>\n\n<h4>1.10<\/h4>\n\n<ul>\n<li>all the fingers crossing didn't help. ;) Sorry, I screwed up and forgot to include some code, which prevented the tagged pages from showing up in the front-end (your theme)...<\/li>\n<li>added some meta-data to the front- and back-end<\/li>\n<\/ul>\n\n<h4>1.00<\/h4>\n\n<ul>\n<li>initial release (fingers crossed)<\/li>\n<\/ul>","raw_excerpt":"Adds post-tags functionality for pages.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/9959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=9959"}],"author":[{"embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/neoxx"}],"wp:attachment":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=9959"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=9959"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=9959"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=9959"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=9959"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=9959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}