GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Fix for the attachment.php file #12

Closed dziudek closed 12 years ago

dziudek commented 12 years ago

Fragment:


        <?php if(is_singular()) : ?>
        <footer>
            <?php gk_post_footer(); ?>
            <?php gk_social_api(get_the_title(), get_the_ID()); ?>
        </footer>
        <?php endif; ?>

should be replaced with:

<?php include('layouts/content.post.footer.php'); ?>
dziudek commented 12 years ago

Fixed: https://github.com/GavickPro/Meet-GavernWP/commit/7d0725b2531c999d61ceee9e2848d5b6691bfe0d