• I have edited the html so that I don’t have a double thumnail (that was strange?!) Now that that is fixed, my text is BELOW my image gallery in Minimatica theme. There is zero html coding on the post page, I check the content-gallery.php but I don’t know what I’m looking for.
    Help??
    Look at ‘Client Photographs’ Page.
    http://www.dayclickerphototours.com

Viewing 1 replies (of 1 total)
  • I have edited the html

    how?

    content-gallery.php contains these lines:

    <?php minimatica_post_gallery(); ?>
    		<?php the_content(); ?>

    without knowing the theme, if you want the post text content before the gallery, try to switch these two lines:

    <?php the_content(); ?>
    <?php minimatica_post_gallery(); ?>

    (unless you have edited the content-gallery.php file – then please follow http://codex.wordpress.org/Forum_Welcome#Posting_Code to ‘post’ the code here.)

    posting a direct link to the problem also helps to get replies.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I put my text above my image gallery in Minimatica’ is closed to new replies.