ADD CATEGORY DESCRIPTION to Vantage! For us AdSense, ad-based, and content users!
Here's a quick < 5 min DIY to add a category description to your Vantage theme.
1. Create a child-theme
2. Copy over the file - archive-listing.php
3. Open archive-listing.php and paste the following above "<div class="sorting">"
PHP Code:
<div class="category-description">
<?php echo category_description( $category_id ); ?>
</div>
4. Upload the new file into your child-theme
5. Open your child-theme's style.css and enter the following:
Code:
.archive .category-description {
display: none;
}
.tax-listing_category .category-description {
float: left;
margin: 0 15px 0 20px;
width: 75%;
display: block;
}
6. To enter a category description, click on Listings > Categories
7. Locate the Categor you wish to add a description to &
click "EDIT", not "quick edit"
8. Enter whatever you want within the description field and hit update
9. Visit the category -
http://www.yoursite.com/listings/category/CATEGORY/
10. Enjoy providing descriptions to your visitors and telling the big G which keywords you're trying to target on the page.
Maybe Vantage developers will include something like this by default? Just maybe...