• Resolved FraserMcCulloch

    (@frasermcculloch)


    Hi

    I would like to remove the category meta data from the top of my blog articles in twenty fourteen theme.

    I would just like to see the article titles.

    I could of course remove the categories altogether, but I’m using them to create the drop-down titles in my Blog Topics menu.

    Please see: https://www.frasermccullochphotography.com/ for details.

    Many thanks,
    Fraser

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding the following to your CSS:

    .tag-links {
      display: none;
    }
    Thread Starter FraserMcCulloch

    (@frasermcculloch)

    Thanks Jackie

    I tried this in my twentyfourteen-child file and it removes the tags (which is also good to know how to do), but it was actually the categories that I didn’t want to display.

    I then tried

    .category-links {
    display: none;
    }

    …but that doesn’t seem to change anything.

    Any other ideas?

    Thanks,
    Fraser

    Whoops, sorry about that. Try

    .cat-links {
    display: none;
    }
    Thread Starter FraserMcCulloch

    (@frasermcculloch)

    Great Jackie.

    Thank you.

    Fraser ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing category meta’ is closed to new replies.