Results 1 to 5 of 5

Thread: How to get/check the $plan ID?

  1. #1
    Thread Starter
    megamind's Avatar
    Join Date
    Dec 2012
    Location
    United Kingdom
    Posts
    122
    Thanks
    14
    Thanked 3 Times in 3 Posts

    How to get/check the $plan ID?

    I'm trying to do an if statement on the single-listings.php that says if is part of plan AND/OR featured, display these fields.

    I can get it to work for $featured using :

    Code:
    <?php $featured = get_post_meta( get_the_ID(), 'featured-cat', true ); ?>
    <?php if ($featured) : ?>
    But what I would add for the $plan?

    In essence I'm trying to give a none featured plan the same single-listing details as the featured whilst removing things for the free 'basic' plan I've created.

  2. #2
    Thread Starter
    megamind's Avatar
    Join Date
    Dec 2012
    Location
    United Kingdom
    Posts
    122
    Thanks
    14
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    tcarter's Avatar
    Join Date
    Jun 2011
    Location
    United States
    Posts
    424
    Thanks
    15
    Thanked 91 Times in 77 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    megamind's Avatar
    Join Date
    Dec 2012
    Location
    United Kingdom
    Posts
    122
    Thanks
    14
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    tcarter's Avatar
    Join Date
    Jun 2011
    Location
    United States
    Posts
    424
    Thanks
    15
    Thanked 91 Times in 77 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. [SOLVED] How can I modify a Plan?
    By tbase in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: November 28th, 2012, 10:45 AM
  3. Membership plan
    By kilop in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 27th, 2011, 01:14 PM
  4. Check Boxes - Check/Uncheck All
    By pilotjobupdate in forum JobRoller General Discussion
    Replies: 2
    Last Post: February 16th, 2011, 01:16 PM