• keysuuh

    (@keysuuh)


    First off, I am using static pages.
    Front Page – Main
    Blog Posts – News

    On the News page I have the standard posts,
    and on my Photos page I have Gallery posts.
    Each of these pages have their own template as well.

    My problem is the post metadata.
    I’d like to remove it from the Photos page.
    That way ONLY the posts on within “News” have it at the end.

    I added loop.php to my theme, replaced the_content tag with
    <?php get_template_part( 'loop', get_post_format() ); ?>
    located inside of my index.php file.

    Loop works perfectly on my News page. But for some reason when I view the “Single Gallery Page” The post metadata is at the bottom.

    I wish for this to go away ??
    Please help!

    My URL is inside of this pastebin//
    https://pastebin.com/KCsRhsWJ

Viewing 1 replies (of 1 total)
  • Thread Starter keysuuh

    (@keysuuh)

    EDIT: I have a div class “center” to center all content with the width of about 700px. The Gallery images don’t look so nice in their columns, so I’d like to be able to widen the div only on the single Gallery Post Page.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit style of Post_Format Gallery Post ?’ is closed to new replies.