Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    The first step to customising the site’s template, is to first set up a child theme. You can find information on how to do that in the following tutorials:

    https://codex.www.ads-software.com/Child_Themes

    Can you let me know a little more about how exactly you’re trying to customise the theme’s default posts page?

    Would you like to add content to it or change the items in the grid so that they’re linking to pages? If you let me know a little more about your end goal, I can best guide you from there.

    Thread Starter loupefotografia

    (@loupefotografia)

    Hi Siobhan, thanks for your answer.

    This is my website:
    https://loupefotografia.com/

    I want to create a static front page to be able to customize it.
    The problem is that I dont know how to add the post grid (the same that I already have) when I am creating a Static Front Page.

    thanks for your help!

    Are you trying to add some text between the slider and above the grid of posts? Please note that this is a fairly advanced customisation that requires some familiarity with HTML and basic PHP.

    As noted above, the first step is for you to create a child theme.

    Next, copy the parent’s index.php file to your child theme’s directory and rename it front-page.php. The code in the front-page.php file defines the content on your site’s front page. You should make changes to your front page in the code here.

    One option is for you to add the content you wish as HTML directly beneath <main id="primary" class="content-area" role="main">.

    Another, more advanced, approach, is to edit the loop in this file so your static front page pulls in posts:

    https://codex.www.ads-software.com/Creating_a_Static_Front_Page#Adding_custom_query_loops_to_front-page.php

    Let me know what you think about the above or if you have any questions.

    I am having the same issue with my site: precisionpicture.com
    It seems like the is_singular function is causing the .entry-media class to be hidden.

    Any idea why I can’t get this to work?

    Hi @connorwarden,

    Can you please start a new thread on this forum? You can do that here:

    https://www.ads-software.com/support/theme/dyad#postform

    It’s easier/more efficient for us to support questions when they’re kept to separate threads and also means that the original poster won’t continue to receive email notifications.

    In your new post, please include a link to your site and as much details about your end goal as possible.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dyad Front Page Customize’ is closed to new replies.