Blog posts on front page of Edin theme

  • Unknown's avatar

    I am using the Edin theme for a website I am administering. If you look at the link below:

    https://teflguild.wordpress.com/

    … you can see that as blogposts are added, they are also added to the front page. I can’t for the life of me figure out how to make only the most recent post available on the front page.

    Any help?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    The Edin theme is not built to display the posts page in one of the three front page areas, as you currently have it setup.

    There is a workaround you could use to make this work, however it requires adding custom CSS, which is available with the Premium upgrade. If you decide to upgrade at some point and would like to make this change happen, go into Customize > CSS and paste in the following:

    .featured-page article {
      display: none;
    }
    .featured-page article:first-child {
      display: block;
    }

    Without the upgrade, you can try this out in Customize > Custom Design. Click Try Now, then click CSS and paste in the code. This will let you preview the change, but it won’t save on your site without the upgrade.

    Let me know if you have any questions! :)

  • Unknown's avatar

    Works a charm – thanks very much

  • The topic ‘Blog posts on front page of Edin theme’ is closed to new replies.