Results 1 to 1 of 1

Thread: Restrict Plans by Tags

  1. #1
    Thread Starter
    ralmoor's Avatar
    Join Date
    Feb 2013
    Location
    United States
    Posts
    88
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Restrict Plans by Tags

    I'm trying to limit plan features. Right now I have a Free Plan and a Pro Plan. The Free plan is restricted by the common "if featured" code on the forum. The problem is I do not want to have featured listings for a year. I want the listing to continue showing custom fields after the featured time expires. I do not use the tags on my site so I am thinking I could use the tags to show the custom fields. I have tried several queries but I cannot get the value to return. Does anyone know how to does this?

    I have tied the following code with different variables with no luck.

    PHP Code:
    <?php if ( has_tag('proplan') ): ?>
    <!-- This code will be displayed if the post has a tag named 'WordPress' -->
    <?php endif; ?>

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Can Lister's Tags Selection be Restricted to Existing Tags?
    By sean in forum Vantage General Discussion (Legacy)
    Replies: 12
    Last Post: April 26th, 2018, 08:26 AM
  2. Conditional Tags based on Listing Plans
    By accountsreceivable in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: March 28th, 2015, 11:23 AM
  3. Replies: 15
    Last Post: October 10th, 2013, 12:05 PM
  4. Jomark Can't select all categories for job plans or custom form plans
    By alikhan_nz in forum Report JobRoller Bugs
    Replies: 6
    Last Post: September 17th, 2013, 02:57 AM
  5. Can Lister's Tags Selection be Restricted to Existing Tags?
    By sean in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: January 17th, 2013, 09:56 AM