Looking for updated "Add Sold Tag" instructions
I know there are instructions on how to add a sold tag to an ad,
here &
here. The first instructions say they are for ClassiPress Version 3.0.5.3 and the other instructions in the forums are by the same person so I would assume they are the same ones. I am currently using ClassiPress Version 3.1.9 and the instructions do not work for it.
The issue I am running into when trying to follow the instructions is that it says to open classipress/index.php and look for this code:
<div class="ad-right">
<h3><a href="<?php the_permalink(); ?>"><?php if (mb_strlen(get_the_title()) >= 75) echo mb_substr(get_the_title(), 0, 75).'...'; else the_title(); ?></a></h3>
<div class="price-wrap">
<span class="tag-head"> </span><p class="ad-price"><?php if(get_post_meta($post->ID, 'price', true)) cp_get_price_legacy($post->ID); else cp_get_price($post->ID); ?></p>
</div>
When I open classipress/index.php there is no code that matches this. Am I just completely overlooking something or is there something else I need to do to add a sold tag to an ad?
Any help would be greatly appreciated.
Thanks