Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Marie Aldcroft
0 points
Beginner
I am wanting to add a button to the Listing Page next to the Contact Seller button that links to another page on the site called /guaranteed-diamond-transactions/
BUT I only want this button to show up if the item is in the category ID 280 /listing-category/diamond-rings/
I understand I need to code it within content-single-listing-classifieds.php , to use PHP code to add this condition with category ID.
I edited the PHP code on that page, I used this code but it didn’t work:
I am wanting to add a button to the Listing Page next to the Contact Seller button that links to another page on the site called /guaranteed-diamond-transactions/
BUT I only want this button to show up if the item is in the category ID 280 /listing-category/diamond-rings/
I understand I need to code it within content-single-listing-classifieds.php , to use PHP code to add this condition with category ID.
I edited the PHP code on that page, I used this code but it didn’t work:
<?php
if ( in_category('diamond-rings') ) {
?>
Guaranteed Diamond Transactions
<?php
}
?>
Can anyone help?
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now