Hi I need to do this so the main image thumbnail appears,
and the rest of the images appear in the images tab.
Meaning remove the slider, and hopefully just the main image.
I tried putting this code in the child theme functions but got an error.
basically remove slider, put in main thumbnail image (the first one) and show the others in the Photo’s section
Or I’d love to show the thumb in the sidebar.
Is there php for that I could sneak in with the others?
I’ll attach a screen shot. This is the error I get.
remove_action( ‘geodir_details_main_content’,’geodir_action_details_slider’,30); add_action( ‘geodir_details_main_content’,’my_geodir_action_details_slider’,30); function my_geodir_action_details_slider() { if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(‘full’); } }
Warning: Cannot modify header information – headers already sent by (output started at /home4/jimliu/public_html/findadoctor.drnaturalhealing.com/wp-content/themes/GDF_child/functions.php:26) in /home4/jimliu/public_html/findadoctor.drnaturalhealing.com/wp-content/themes/GDF_child/geodirectory/listing-detail.php on line 12 – See more at: http://findadoctor.drnaturalhealing.com/practitioners/united-states/delaware-1/milford/acupressure-1/mark-singley/#post_images
http://www.awesomescreenshot.com/image/859637/4d2909a02e380a628d436cac78cc4e5d