• Resolved FREEZhao

    (@freezhao)


    I like your work very much!
    The only customization I want to do in Hitchcock is adding a category on the top of the posts area. Just like the Eksell theme you just did. Visitors can choose the category they want without a whole page refresh.

    I know I need a child theme. Could you tell me more precisely? I have limited code skills. What codes do I need? And where should I put it on?

    BTW:
    Which file should I edit if I don’t want to show the featured image on the top of a single post?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @freezhao,

    Sorry, but adding a filter function for the posts would involve adding very extensive amounts of PHP and JavaScript in a child theme, so it’s not something I can guide you to step-by-step in a support thread. Looking at how Eksell does it and moving that code section by section to your child theme would be a good place to start, but even then, it’s a pretty complicated process.

    To hide the featured image on single posts, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .single-post .featured-media { display: none !important; }

    — Anders`

    Thread Starter FREEZhao

    (@freezhao)

    Thanks for your work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add a category filter on the top of posts?’ is closed to new replies.