Forums

How do I put my text above my image gallery in Minimatica (2 posts)

  1. ameliamcgoldrick
    Member
    Posted 9 months ago #

    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

  2. alchymyth
    The Sweeper
    Posted 8 months ago #

    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.

Reply

You must log in to post.

About this Topic