• DhavalSheth

    (@dhavalsheth)


    Hi,
    I have Two Problems.

    1) Resent Post Link not working on single page.

    I am using Sydney Theme, When i select the post page and on that post page all post are come after then it redirect to single page there i show a resent post list in sidebar.
    It was link but when i going to press to see it doesn’t work.

    2) On Blog Page

    I have select the masonry grid so all post come in grid form.
    But i wan to edit that page i want to add title at top and need space at top, for that where i had to changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    > 1.

    Could you share your URL here so I can have a closer look? If you want it to remain private, please send it to my email [email deleted] Enclose the link to this thread.

    > 2.

    Editing that page, will not give any changes in the blog page. Because it doesn’t act like a regular page any more. Do template file modification instead.

    Try to edit the home.php file, then insert the following code right before the <?php if ( have_posts() ) : ?> line:

    `
    <?php
    if(is_home()){ ?>

    <div class=”row blog-page-heading”>
    <div class=”container”><h2>Blog</h2></div>
    </div>

    <?php
    }
    ?>
    `

    I strongly recommend you to pass it in the child theme mode. So the changes you’ve made will remain once the theme gets updated in the future.

    Regards,
    Kharis

    Thread Starter DhavalSheth

    (@dhavalsheth)

    I have send you a mail on [email deleted]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resent Post link And Blog Page’ is closed to new replies.