3 Grid Pages of Sela Theme

  • Unknown's avatar

    Hi WP,

    I’m using Sela Theme now because I like the layout and features on it. I follow the instruction at https://theme.wordpress.com/themes/sela/ but I still find a difficult way for the 3 grid pages that appear on the Front Page.

    1. Front page template = Checked
    2. Testimonial = Checked

    I want the appearance is exactly the same with the demo. I don’t get any problems with other features. Just struggling with the 3 grid-page in front of. Please let me know how to do it. Thank you.

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

  • Hi there. Do you mean like this page? https://selademo.wordpress.com/

    Those “grid pages” you see there are actually text widgets, each containing an image, an excerpt and a link. If you want your pages to display there, you’ll need to create your own widgets to do so.

    You can use the following code as a template for your widget:

    <a href="page_url">
    <img src="image_url">
    </a>
    <p>
    Text you want to appear here
    <a href="page_url">Read more →</a>
    </p>

    For the URLs, make sure to start them with http://

    To add those widgets, go to Appearance ->Widgets or Customize ->Widgets and add text widgets containing the correct content for each page to each of the Front Page Widget Areas.

  • Unknown's avatar

    Hi, Mr. Kokkieh.

    Thank you thank you thank you berrrrry much for your help. Now my blog is as pretty as the demo and ready to show it off :)

  • I’m very glad to hear that, and you’re very welcome :)

  • The topic ‘3 Grid Pages of Sela Theme’ is closed to new replies.