Results 1 to 3 of 3

Thread: can i add a link title in content-listing.php ?

  1. #1
    Thread Starter
    wonderworld24's Avatar
    Join Date
    Jun 2012
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question can i add a link title in content-listing.php ?

    is it possible to add a link title to the "add review" links here?

    The code in content-listing.php looks like this

    <p class="reviews"><?php
    if ( va_user_can_add_reviews() ) {
    echo html_link(
    get_permalink( get_the_ID() ) . '#add-review' ,
    __( 'Add your review', APP_TD )
    ) ;
    echo ', ';
    } else if ( !is_user_logged_in() ) {
    echo html_link(
    get_permalink( get_the_ID() ) . '#add-review' ,
    __( 'Add your review', APP_TD )
    ) ;
    echo ', ';
    }

    the_review_count();
    ?></p>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    wonderworld24's Avatar
    Join Date
    Jun 2012
    Posts
    13
    Thanks
    0
    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. Display full content from indeed instead of title only.
    By mkurima in forum JobRoller General Discussion
    Replies: 7
    Last Post: August 5th, 2012, 05:15 AM
  2. Menu Title - No Link
    By tbase in forum Report Vantage Bugs (Legacy)
    Replies: 2
    Last Post: July 21st, 2012, 11:27 AM
  3. Submit Your Listing Content Font Size
    By putin in forum Help Using ClassiPress
    Replies: 2
    Last Post: June 3rd, 2012, 01:50 AM
  4. Replies: 4
    Last Post: May 21st, 2012, 10:39 AM
  5. Anyone knows how to link ad title to website url?
    By yuynkng in forum ClassiPress General Discussion
    Replies: 3
    Last Post: May 19th, 2010, 02:18 AM