• Resolved azrael2393

    (@azrael2393)


    Hello everyone.

    This is my website, my first attempt at using WordPress: http://www.marcovisconti.org

    I wonder if it’s possible to remove the posts previews, and only have the slider showing them – i.e. having a landing page made by slider only, with the side menu called when clicked on, and the footer widget showing the Search as it does.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WP Dev Shed

    (@wpdevshed)

    The easiest way is to use CSS, download Simple Custom CSS WordPress plugin then go to Appearance -> Custom CSS and add this code,
    .blog-list{
    display: none;
    }

    =================

    OR

    Try creating a child theme(https://codex.ww.wp.xz.cn/Child_Themes), then copy index.php file into your child theme. Edit that file and go to line #101 to #131 then delete those lines.

    Thread Starter azrael2393

    (@azrael2393)

    Thanks, this solved it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post previews’ is closed to new replies.