Horje
Plugin now support custom taxonomy. Tested with Woocommerce, FoxyShop and WP-ECommerce

Noted That:

  • To install correctly this category-seo-meta-tags.zip.
  • Fisrt Download the category-seo-meta-tags.zip to your computer
  • Extract/Open category-seo-meta-tags.zip to Your Computer.
  • Then, Find readme.txt file inside category-seo-meta-tags.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 "category-seo-meta-tags.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 "category-seo-meta-tags.zip" Downloaded plugin from your computer, Where you downloaded category-seo-meta-tags.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. "Category SEO Meta Tags" folder is added on left sidemenu. Now, Click on "Category SEO Meta Tags" folder.

   Noted that: If you do not see "Category SEO Meta Tags" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Category SEO Meta Tags Configurtions and Settings or How to work "Category SEO Meta Tags" 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 "Category SEO Meta Tags" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Category SEO Meta Tags
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide

You can use the built in installer and upgrader, or you can install the plugin manually.

  1. You can either use the automatic plugin installer or your FTP program to upload it to your wp-content/plugins directory the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

  3. Compulary change in All In One SEO Pack (Required for category meta tag support)

    Download and open aioseop.class.php file and go to line number 790. Add below line after line number 790.

    $title = apply_filters(‘aioseop_category_title’,$title);

    Before:

    $title = $this->paged_title($title);
    $header = $this->replace_title($header, $title);

    After:

    $title = $this->paged_title($title);
    $title = apply_filters(‘aioseop_category_title’,$title);
    $header = $this->replace_title($header, $title);

  4. Compulary change in All In One SEO Pack(Required for tag pages meta support)

    Download and open aioseop.class.php file and go to line number 839 and 851. Add below line after line number 839 and 851.

    $title = apply_filters(‘aioseop_tag_title’,$title);

    Before:

    $title = $this->paged_title($title);
    $header = $this->replace_title($header, $title);

    After:

    $title = $this->paged_title($title);
    $title = apply_filters(‘aioseop_tag_title’,$title);
    $header = $this->replace_title($header, $title);

  5. Compulary change in All In One SEO Pack(Required for custom taxonomy meta support)

    Download and open aioseop.class.php file and go to line number 862. Add below line after line number 862.

    $title = apply_filters(‘aioseop_tag_title’,$title);

    Before:

    $title = $this->paged_title($title);
    $header = $this->replace_title($header, $title);

    After:

    $title = $this->paged_title($title);
    $title = apply_filters(‘aioseop_tag_title’,$title);
    $header = $this->replace_title($header, $title);

  6. Trouble implementing above change? feel free to download already patch version from here: Always download latest patched version from here.
    http://bala-krishna.com/dl/all-in-one-seo-pack-1.6.15.3.zip [1.6.15.3]

  7. Visit your Category List page and then edit desired category. You will notice new meta title, description, keywords fields on each category page. Update meta-tags and click on save button to save options.

  8. Same will apply to tag pages. Go to tag pages and edit tag to enter meta tags.

  9. Go to Setting -> Categor SEO Meta Tags to enable/disable plugin and other option.

  10. That’s it!


woocommerce, foxyshop, ecommerce, tested, taxonomy, support, custom, plugin,

Name

Reffered: https://wordpress.org/

Share on: