Wordpress Conditional Needed
Hey all,
I'm looking for a conditional script that does the following:
If cp_ad_type = "Trade" then:
<p class='image-thumb'><?php appthemes_get_profile_pic(get_the_author_meta('ID' ), get_the_author_meta('user_email'), 335) ?></p>
I've tried a couple of things but I think I’m failing at getting the actual conditional bit wrong...
Any help much appreciated as always!