• Resolved GBomer

    (@craftulate)


    I have been told several times that my visitors are getting confused by my homepage. They see the list of posts and then it is more obvious for them to click the categories links rather than the post title.

    http://craftulate.com/

    Currently each post thumbnail shows on the homepage as:
    Picture
    Categories
    Date
    Title
    Excerpt

    Can I move categories to the end if I can’t remove them altogether?

    Thanks again for this great theme and for making it free!

Viewing 5 replies - 1 through 5 (of 5 total)
  • This will take some custom coding work but do not edit the theme itself. First create a child theme for your changes.

    Quickfix for this would be to add this as custom css to your child theme:

    .post-meta .post-category { display: none; }

    Thread Starter GBomer

    (@craftulate)

    I have a custom css plugin but I don’t have a child theme. I’ll check out the above link on how to set one up. Or can I just add the above code (thanks for that!) to my custom css plugin?

    Thread Starter GBomer

    (@craftulate)

    OK so this is the text I have added to my new child theme style.css:

    /*
    Theme Name: Hueman Child
    Template: Hueman
    
    */
    @import url("webroot/wp-content/themes/hueman/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    When I try to activate the child theme it says it is broken:

    Name Description
    Hueman Child The parent theme is missing. Please install the “Hueman” parent theme.

    As you can tell I am new to this area of coding, any help as to where I’m going wrong greatly appreciated.

    Thread Starter GBomer

    (@craftulate)

    Hello again Alex – I have finally got my child theme set up, added the above code to my custom css and everything works!

    I can’t tell you happy I am!

    Thanks again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove category list from thumbnails on homepage?’ is closed to new replies.