Results 1 to 2 of 2

Thread: How Get Ad Tags

  1. #1
    Thread Starter
    ybdotcom's Avatar
    Join Date
    Sep 2012
    Location
    Indonesia
    Posts
    76
    Thanks
    5
    Thanked 0 Times in 0 Posts

    How Get Ad Tags

    In the single-ad_listing.php file, I want get ad tags. I try like get tags wordpress standard below but I can't do that.

    $posttags = get_the_tags(); $MyTags="";
    if ($posttags) {
    foreach($posttags as $tag) {
    $MyTags .= $tag->name.", ";
    }
    }
    echo "This is my Tags List: $MyTags For Example";

    Can someone help me, please?

    Thanks Before,
    Welcome To My Country

    Share Your Story and Destination Video Here!

  2. #2
    Thread Starter
    ybdotcom's Avatar
    Join Date
    Sep 2012
    Location
    Indonesia
    Posts
    76
    Thanks
    5
    Thanked 0 Times in 0 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. 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. Dimitris How to remove ad tags and blog post tags
    By galazrafael85 in forum Help Using ClassiPress
    Replies: 1
    Last Post: May 8th, 2013, 05:21 AM
  3. 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
  4. How To: Listing Tags Registering as Post Tags
    By jblackwell5338 in forum Report Vantage Bugs (Legacy)
    Replies: 0
    Last Post: August 10th, 2012, 06:41 PM