Results 1 to 2 of 2

Thread: Ideas on moving the image field when user views single.php

  1. #1
    Thread Starter
    bkirkham23's Avatar
    Join Date
    Nov 2009
    Location
    United Kingdom
    Posts
    88
    Thanks
    6
    Thanked 4 Times in 3 Posts

    Ideas on moving the image field when user views single.php

    Ideas on moving the image field when user views single.php?

    I want to move it to the top of the listing, before the description and below the price.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,794
    Thanks
    166
    Thanked 3,393 Times in 3,264 Posts

    Re: Ideas on moving the image field when user views single.php

    I guess you want something like this http://realestate.cebulive.com/for-sale ... ood-as-new" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

    Just find this code in the single.php

    Code:
    <h3><?php _e('Images','cp'); ?></h3>
    					<p class="prdetails">
    					<?php if(function_exists('classi_lightbox')) {classi_lightbox(get_post_meta($post->ID, 'images', true)); } ?>
    					</p>
    Then put it before this code in the single.php

    Code:
    <h3><?php _e('Description','cp'); ?></h3>
    					
    						<?php the_content(); ?>
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 03:47 PM