Identify featured ad in preview
-
Hello, I’d like to check if the ad has a payment method or not, I have a free and a premium ad.
If it’s free, ok, nothing happens. Otherwise, I want to echo a text using php.
I already do that in single.php, using
$post = get_post( $post->ID ); if( $post->menu_order )...
But in the preview template the same method doesnt work, maybe it’s because the ad hasn’t been published yet.
How could I check it in the preview page? What “if” statement should I use as to echo a simple text?
What if there were more payment methods? How could I know if it was payment method #1, #2… ?
NOTE: I have been using a completely different template, using yours as a base to provide me a code won’t help, an if statemnt should be ok since I’ll know what to do afterwards.
Thank you!
- The topic ‘Identify featured ad in preview’ is closed to new replies.