Results 1 to 2 of 2

Thread: How to determine a plan?

  1. #1
    Thread Starter
    Rookie wentforgold's Avatar
    Join Date
    Nov 2013
    Location
    Australia
    Posts
    9
    Thanks
    2
    Thanked 0 Times in 0 Posts

    How to determine a plan?

    Can determine if a listing is featured with this code
    Code:
    <?php $featured = get_post_meta( get_the_ID(), 'featured', true ); ?>
    then by using this
    Code:
    if ( $featured) {
    .... but how do you determine other plans? e.g. FREE , STANDARD, REGULAR

  2. #2
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: January 13th, 2014, 12:53 PM
  2. [TUTORIAL] How to determine whether an ad has expired
    By almightyeric in forum ClassiPress General Discussion
    Replies: 0
    Last Post: September 2nd, 2013, 02:30 AM
  3. Replies: 5
    Last Post: March 9th, 2013, 04:25 AM
  4. Replies: 5
    Last Post: March 9th, 2013, 04:25 AM