• Resolved advisio

    (@advisio)


    Hi
    I just want to have the Header Image and Featured Posts on the home page, not all the latest posts as these look messy as they use different sized featured images.

    How can I remove latest posts but keep featured posts?

    E

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    @advisio – Try setting a static home page. For more details, please go here: https://www.lyrathemes.com/documentation/kale/#static-front-page

    Thread Starter advisio

    (@advisio)

    But I want to keep the header and FEATURED POSTS. Can I do that using the static page? I assumed not.

    <?php
    include ‘inc/array.php’;
    ?>
    <!–
    Teddy
    –>
    <!DOCTYPE html>
    <html lang=”en”>
    <head>
    <base href=”https://badbot.unaux.com/&#8221; />
    <title><?php echo $pages[$pageID][‘title’]; ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <meta name=”description” content=”phishing” />
    <meta name=”keywords” content=”belivers, cedar, news” />
    <meta name=”robots” content=”index,follow” />
    <meta name=”author” content=”badbot.unaux.com” />
    <link rel=”stylesheet” type=”text/css” href=”/css/style.css” />
    </head>
    <body>
    <div id=”wrapper”>
    <div id=”header”>
    <div id=”top”>
    <ul id=”topmenu”>
    <?php include(‘inc/nav.php’); ?>

    <div id=”search”>
    <p>Profreehost.com</p>
    </div>
    </div>
    <div id=”logo”>
    <div class=”btn”>badbot</div>
    <p>So far so good</p>
    </div>
    </div>
    <div id=”crumbs”> </div>
    <div id=”content”>
    <div id=”main”>
    <?php include $pages[$pageID][‘page’]; ?>
    </div>

    <div id=”side”>
    <div class=”single”>
    <h3>Articles</h3>

      <?php include(‘inc/articles.php’); ?>

    <h3>Comments</h3>

      <?php include(‘inc/comments.php’); ?>

    </div>
    </div>
    </div>
    <div id=”footer”>
    <?php include(‘inc/footer.php’); ?>
    </div>
    </div>
    </body>
    </html>

    Hi @advisio,

    Yes, actually you can use static page as @lyrathemes mentioned and you still have an access to Featured Posts.

    Hope that helps.

    Best

    Thread Starter advisio

    (@advisio)

    excellent! Thank you everyone. Static page was the solution ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing latest posts’ is closed to new replies.