• Resolved mikequell

    (@mikequell)


    How can I disable the list of tags used on the post after body of the posting? I want to hide that from readers.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • CharlesCA

    (@charlesca)

    There is no option to do it. If you have installed the child theme from here:https://github.com/AlxMedia/hueman-child/archive/master.zip

    Then go to Appearance->Editor and make sure you are editing style.css

    Add the following code after

    /* ------------------------------------------------------------------------- *
     *  Theme customization starts here
    /* ------------------------------------------------------------------------- */
    .post-tags
    {
       display: none !important;
    }
    Thread Starter mikequell

    (@mikequell)

    Cool, thanks so much! Got it working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Tag List After Post’ is closed to new replies.