• Would anyone know how to remove what is below my gallery pictures. You need to go to gallery…click on one of the pictures….and then go below the single picture….it has

    1)Image Info

    2) Gallery

    &

    3) Leave a Reply

    I want to remove all three of these but have no idea how to?

    https://www.nortonbdoran.com/norton-w

    thanks for any help…Paul

Viewing 1 replies (of 1 total)
  • Hi coach0820,
    First make a child theme for your WP theme.

    https://codex.www.ads-software.com/Child_Themes

    Then add below code in your child theme’s stylesheet.

    .attachment-meta {
    display: none;
    }

    To disable comments, we have two option.

    1. disable comments for all posts

    go to seetings >> Discussion in admin panel & then disable comments.

    2. disable comment section for each post or gallery

    in post editor screen, first click on screen option at right top.

    Then ensure that discussion is visible on post editor screen by by check on Discussion on Show on screen section.

    Then disable comments from discussion metabox below WYSWYG editor.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove items below gallery pictures’ is closed to new replies.