I'm looking to add a specific advertisement link to a specific category? Somewhere just below the category title...What would be the best solution, if possible?
Specific Category
(5 posts)
(3 voices)
-
Posted 3 months ago #
-
Hello wesleysoccer,
Your wanting to add a custom link to your archives page for a specific category? Send us a link to your page so we can get a better idea.
Posted 3 months ago # -
yes...here is a demo site http://bit.ly/xi2WVE
see attached image as well...so I just want to add link or image just below the breadcrumbs or where it would be possible. Thanks.
Posted 3 months ago # -
Hi wesleysoccer,
Add the following PHP code into your
framework.phporfunctions.phpfilefunction mysite_category_ad() { echo '<div>YOUR CONTENT GOES HERE</div>'; } add_action( 'mysite_category-love_before_main', 'mysite_category_ad', 99 );Let me know if it works.
Posted 3 months ago # -
PERFECT!!!!!!!!!!!!!!! Thanks.
Posted 3 months ago #
Reply
You must log in to post.













