Results 1 to 1 of 1

Thread: Changing Post Meta on homepage

  1. #1
    Thread Starter
    jamespfc's Avatar
    Join Date
    Feb 2014
    Location
    United Kingdom
    Posts
    38
    Thanks
    0
    Thanked 1 Time in 1 Post

    Changing Post Meta on homepage

    Hi,
    I would like to change the post ad meta which shows on the main homepage.

    There are 2 parts to the right of the ad image: [Category] | [Seller]

    I've found this php code in the functions.php which I think relate to it:

    <p class="post-meta">
    <span class="folder">&nbsp;</span><?php if ( $post->post_type == 'post' ) the_category(', '); else echo get_the_term_list( $post->ID, APP_TAX_CAT, '', ' - ', '' ); ?>| <span class="owner"><?php if ( $cp_options->ad_gravatar_thumb ) appthemes_get_profile_pic( get_the_author_meta('ID'), get_the_author_meta('user_email'), 16 ); ?><?php the_author_posts_link(); ?></span>
    </p>
    How can I change the seller to the county chosen for the listing. e.g. it would turn to [Category] | [County]

    Any help would be appreciated.

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. post-meta
    By harerace in forum Headline
    Replies: 3
    Last Post: February 7th, 2014, 03:23 AM
  2. Samcy Changing Meta items
    By nazila in forum Help Using ClassiPress
    Replies: 2
    Last Post: January 20th, 2014, 03:30 AM
  3. Changing homepage post text width
    By trkppc in forum Clipper General Discussion
    Replies: 2
    Last Post: May 1st, 2013, 11:33 AM
  4. Changing homepage post text width
    By trkppc in forum Help Using Clipper
    Replies: 2
    Last Post: May 1st, 2013, 11:33 AM
  5. Category & Homepage Meta Description and keywords
    By sleevedbiker in forum ClassiPress General Discussion
    Replies: 4
    Last Post: January 9th, 2012, 08:29 AM