Category Article Pro Documentation

Category Article Pro – Adds Article Field in Category

This Plugins add Category Article field in your WordPress Category Editor, which helps in SEO of your Category Page

Buy Now

Manual

  1. Unzip download file.
  2. Upload the category-article folder to /wp-content/plugins/.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Read the Adding Theme Support Secion

Automatic

  1. Go To WordPress Dashboard> Plugins> Add New >Upload
  2. Directly Upload the Download zip file.
  3. Activate Plugin
  4. Read the Adding Theme Support Secion

OPTION 1: USING WORDPRESS DASHBOARD

  1. Go to Appearance> Editor > Find Category.php if you are unable to find it then find Archive.php
  2. Adding php code:
<?php
echo wpfixit_cat_art();
?>
NOTE: Make sure you place it After Closing Tag ?>.

to place it inside php make sure you remove php opening and closing tags

<?php /// In Start
&
?> // in End

OPTION 2: USING FTP

  1. Go to wp-content/themes/yourthemefolder/ find category.php if you are unable to find it then find archive.php
  2. Adding php code:
<?php
echo wpfixit_cat_art();
?>
NOTE: Make sure you place it After Closing Tag ?>.

to place it inside php make sure you remove php opening and closing tags

<?php /// In Start
&
?> // in End

 

Additional Information:

Rest depend on you where you want this to display, if you want to display above post then normally you can place it before this code

<?php if ( have_posts() ) : ?>

If are still unable to modify it then cotact me on Codecanyon.net profile.

If changes do not appear in your Category Page make sure you are not using Custom Category Template for Custom Taxonomy.