• I’ve been trying to set up adamos theme on WP3.7.1.
    I wanted to make a homepage with main featured text(the center one) and featured text boxes(the ones below the main one) displayed, and latest post hidden. However, I can only make the main featured text work, but couldn’t turn the featured text boxes on. tried to make the frontpage a static page, but it only disabled the main featured text, rather than the latest post.

    Any help is much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Template Express

    (@danstriker)

    Hello fireup – the following instructions will help you set up the featured text areas:

    https://www.templateexpress.com/adamos-theme-instructions/

    To remove the recent posts section you can either add this to the style.css

    .section_thumbnails {
       display: none
    }

    or you can go into the custom-home.php template file and remove the div in there.

    hope this helps

    thanks
    Ossie

    Thread Starter fireup

    (@fireup)

    Hi Ossie,

    Thanks for your tips.
    I did follow the instructions, and also tried to modify the CSS file as you instructed. But nothing changed. I went through “custom-home.php”, only found <div class=”section_thumbnails group”>. but no div with classname .section_thumbnails.

    Here is what I did on the customize interface:
    1. added a post in dashboard; enter some text in FEATURED TEXT AREA and FEATURED TEXT BOX.
    2. go to STATIC FRONT PAGE, select A STATIC PAGE (the main featured text disappeared); then I select THE LATEST POST, the main featured text appeared. Meanwhile, the latest post is always there, and the featured text box 1/2/3 never shows.

    sorry for all the problems, I’m quite new to WP, maybe it’s my way of using it…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unable to show "featured text box 1/2/3" or hide "latest post" on frontpage’ is closed to new replies.