• My blog page consists of 3 columns. I want to set the first post as a single column and remain on top, others can still consist of 3 columns. Is it possible?

    • This topic was modified 5 years, 2 months ago by ekucuk.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, ekucuk

    It seems you already made changes in the file. To add this small more change into that same file I need to know that file name and the currently written code in it. Please share me the code by Pastebin link. Then after I will share the updated code for the same.

    Thanks
    Rishabh

    Thread Starter ekucuk

    (@ekucuk)

    I’m using the original Mazino theme (https://webriti.com/mazino-wordpress-page/)
    I didn’t change the theme or file.
    I guess I don’t quite understand.

    Hi,

    Yes, it is possible to do that, you need to do a little bit of change in code.
    Replace the code of index.php file by this code: https://pastebin.com/raw/WK0wAyC0
    After replacing the code, change the post id in the code by your post id. Refer to this screenshot. To get the post id of your posts. See this screenshot.

    Let me know for any confusion!

    Thanks

    Hi,

    Please ignore my previous reply. Just simply replace the complete code of index.php file by this one: https://pastebin.com/raw/kBXU0FAK

    Let me know for any confusion!

    Thanks

    Thread Starter ekucuk

    (@ekucuk)

    Yes, thank you very much. Excuse me, I have two more questions.

    1- For top post, I don’t want the title to appear
    2- Only on the homepage; i want to remove breadcrumbs

    Respects

    Hi,

    1. To do this, you need to do a little bit of change in the code of index.php file. Refer to this screenshot.

    2. To remove breadcrumbs from the homepage, Go to Appearance >> Customize >> Header Settings >> Custom CSS and add the given below custom CSS code:

    .home .page-title-section {
       display: none !important; }
    .home #section-block {
       padding: 0 !important; }

    I hope it will work for you.

    Thanks

    Thread Starter ekucuk

    (@ekucuk)

    Breadcrumbs => Ok
    Page title => Not working, as a different way: i deleted the title of the article

    Is it problem?
    Thanks

    Hi,

    No problem.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mazino Post Size’ is closed to new replies.