• Hi,

    I’m trying to modify my site (Im a freelancer) in order to completely get rid of the blog part. I tried through the customizer in wordpress and also working around the index.php, but when I change the “Blog” header parts it turns out with unwanted ‘ ‘ or doesn’t show the change at all.

    Any shorter and more effective thing I can try?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I came here searching for the same answer.

    I do have the option to rename “blog” but that is only if I have a static home page but then I have the 3 triangle boxes.

    I would also like to have the full post viewed instead of the “read more” button if there’s a way.

    Thank you in advance for any help.

    Thread Starter triplefmusic

    (@triplefmusic)

    Unfortunately no answer from the developers, however I fixed this on my site by myself. I’m using a plugin called “Disable Search” by Scott Reilly to get rid of the blog’s search window and I looked in the .php files of the theme through FTP looking for the code with matching text and deleting it, I don’t remember which file exactly though (maybe header.php?). Hope it will help you as well!

    Tanay

    (@tanaykhandelwal-1)

    Hi there,
    For this override includes/front-editor-content.php in Child_Theme
    1. To remove front blogs
    either remove code or disable blog section from theme options.

    2. To show the full content call the_content in place of excerpt

    <div class="blogtext">
        <?php the_content(); ?>
    </div>

    Regards,
    Tanay Khandelwal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of the blog in the homepage’ is closed to new replies.