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
Installation
Manual
- Unzip download file.
- Upload the
category-article
folder to/wp-content/plugins/
. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Read the Adding Theme Support Secion
Automatic
- Go To WordPress Dashboard> Plugins> Add New >Upload
- Directly Upload the Download zip file.
- Activate Plugin
- Read the Adding Theme Support Secion
Adding Theme Support
OPTION 1: USING WORDPRESS DASHBOARD
- Go to Appearance> Editor > Find Category.php if you are unable to find it then find Archive.php
- 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
- Go to wp-content/themes/yourthemefolder/ find category.php if you are unable to find it then find archive.php
- 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.
Troubleshoot
If changes do not appear in your Category Page make sure you are not using Custom Category Template for Custom Taxonomy.
Leave a Reply
You must be logged in to post a comment.