• 1. I thought that the featured images for the posts were circles (to match featured page circles) but mine’s coming out as a square – where can I change it back to circles please?
    2. I don’t want comments on my site, have disabled them on pages, posts etc but the (0) comments icon is still displaying next to my post title on the front page – where can I get rid of this please?
    3. Finally, is there a way to edit the copyright information in the footer?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I can’t help with 1&2, but I can answer 3:

    If you’re on V3 of the theme, you need to edit class-main-footer.php (in earlier releases, it was in footer.php).

    Thread Starter nicloucross

    (@nicloucross)

    Thank you – I have managed to edit the class-main-footer.php so 3 is solved.
    Still no solution on the images coming out as a square rather than a circle for featured images on post on homepage.

    If I use firebug to look at the icon showing no comments I see that it’s called the icon-bubble but can’t find it in any of the comments files.

    Also, if i wanted to turn off the display of author, categories and date published under each post – where would I do that?

    many thanks in advance
    Nic

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a Child Theme set up? If you want your changes to stay after the theme updates you’ll need to make them in a Child Theme environment.
    http://codex.wordpress.org/Child_Themes

    OK, I can now help with 2: Adding the following to the Custom CSS panel (or your child theme) seems to work:

    .comments-link {
        display: none;
    }

    2 down, 1 to go. Still need to solve:

    1. I thought that the featured images for the posts were circles (to match featured page circles) but mine’s coming out as a square – where can I change it back to circles please?

    I’m afraid I cannot help with this. Someone else?

    Re question 1, can you provide a link to your webstie?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Posts featured image shape/comments icon/@C edit’ is closed to new replies.