• Hi,

    this is something I always run into when I’m making a site – what is the best way to add extra block of content on homepage?

    I’m not a designer or a developer, just ocasionally have to set up a quick site for someone, and almost always I run into the same problem. Depending on the theme sometimes you can just copy existing div in the template or something like that, but I’m wondering what would be the cleanest and best way to do this? Maybe a plugin or something?

    I don’t need to change entire layout, just add extra row of content with 5 images which should be displayed in a row on desktop, and one below another on mobile.

    • This topic was modified 8 years, 1 month ago by fringer.
Viewing 2 replies - 1 through 2 (of 2 total)
  • by using visual composer may be.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’ll often do this using Advanced Custom Fields to add the fields to the home page and, in my child theme, add the code to render them to front-page.php.

    Another option is to add a “sidebar” (via register_sidebar()) and add the code to render in in front-page.php (via dynamic_sidebar()).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add block of content on homepage?’ is closed to new replies.