Horje
Some fixes and extensions for WordPress tags such as a tag cloud using only tags found in a specific category and also tag and category intersection.

Noted That:

  • To install correctly this tdo-tag-fixes.zip.
  • Fisrt Download the tdo-tag-fixes.zip to your computer
  • Extract/Open tdo-tag-fixes.zip to Your Computer.
  • Then, Find readme.txt file inside tdo-tag-fixes.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the the Tips Below.

Start the Tips:

1. First Download "tdo-tag-fixes.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "tdo-tag-fixes.zip" Downloaded plugin from your computer, Where you downloaded tdo-tag-fixes.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "TDO Tag Fixes" folder is added on left sidemenu. Now, Click on "TDO Tag Fixes" folder.

   Noted that: If you do not see "TDO Tag Fixes" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about TDO Tag Fixes Configurtions and Settings or How to work "TDO Tag Fixes" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "TDO Tag Fixes" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is TDO Tag Fixes
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide

Download the zip and extract the files to a subdirectory, called tdo-tag-fixes, of your plugin directory. i.e. /path_to_wordpress/wp-content/plugins/tdo-tag-fixes.

Once you’ve got it installed, active the plugin via the usual WordPress plugin menu.

Configuring

To configure the plugin, you must open up tdotf.php in your favourite text editor and look for these lines:

// You can change this if you want. Do not set it to 'tag'. If you want to
// disable this feature, just comment it out.
//
$tdotf_tag_get_var = 'tdo_tag';
// If you have fancy permalinks turned on, you can use this option to use a
// more fancy form of the tdo_tag. The first paramater is the category_slug
// and the second parameter is the tag_slug. If you want to disable this feature
// just comment it out. (It depends on $tdotf_tag_get_var)
//
$tdotf_fancy_tag_regex = 'tdo_cat/(.+)/tdo_tag/(.+)';
// Set to false if you do not wish tag archive titles to be correctly updated
//
$tdotf_fix_tag_title_auto = true;
// Set to false if you do not wish the built-in tag cloud automatically fixed
//
$tdotf_fix_tag_cloud_auto = true;
// Set to false if you do not wish the category archive title to include tag filter
//
$tdotf_fix_cat_title_auto = true;

New Template Tags

tdotf_cat_tag_cloud works exactly like [`wp_tag_cloud`]( https://codex.wordpress.org/Template_Tags/wp_tag_cloud ) and takes all the same arguments except if called on a category archive/template it will display only the tags in that category. It has one additional argument, "cat" can be used to indicate a specific category. If this is not specified it will take the category id of the category template it is in. By default this plugin will automatically change `wp_tag_cloud` so that if it's called on a category archive, it'll use `tdotf_cat_tag_cloud`.
tdotf_tag_title and `tdotf_get_tag_title` can be used in place of [`single_tag_title`](https://codex.wordpress.org/Template_Tags/single_tag_title ). It can handle the usage of multiple tags in the URL. By default this plugin will automatically change `single_tag_title` so that if it's use in a tag archive that uses multiple tags, it'll use `tdotf_tag_title` (or `tdotf_get_tag_title`).
tdotf_the_tags can be used in place of [`the_tags`](https://codex.wordpress.org/Template_Tags/the_tags) and if used in a category archive, the tag links will point to the category archive filtered by the tag.

tags, category, found, specific, intersection, only, also, cloud, extensions, fixes,

Name

Reffered: https://wordpress.org/

Share on: