• Hi guys,

    Could anyone assist me in helping to remove the read more button from my homepage, I really don’t want it there. My website is http://www.simplesimons.ie

    here is the code of my index.php file. I can find read more in my frontpage.php file but the code is longer so hopefully someone will know how to change it from index.php.

    Thanks a million in advance

    /
    ?>
    <?php get_header(); ?>
    <div class="page-heading">
        <h1 class="page-title"><?php the_title(); ?></h1>
    </div>
    <div class="clear"></div>
    <div class="page-content">
        <div class="page-content">
            <div class="grid_16 alpha">
                <div class="content-bar">
                    <!--Start Post-->
                    <?php get_template_part('loop', 'index'); ?>
                    <!--End Post-->
                    <div class="clear"></div>
                    <nav id="nav-single"> <span class="nav-previous">
                            <?php next_posts_link(__('&larr; Older posts', 'local-business')); ?>
                        </span> <span class="nav-next">
                            <?php previous_posts_link(__('Newer posts &rarr;', 'local-business')); ?>
                        </span> </nav>
                </div>
            </div>
            <div class="grid_8 omega">
                <!--Start Sidebar-->
                <?php get_sidebar(); ?>
                <!--End Sidebar-->
            </div>
        </div>
    </div>
    <?php get_footer(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to remove Read More button’ is closed to new replies.