• Hi, I need help on editing a section on this home page: https://www.mesotheliomacircle.org/. I am usually very good at finding where to edit parts of a page. But this one has me stumped. It is the four icons just above the footer and below the four photos. I have tried widgets, hard coded, theme options. The one thing the site does have is a plugin called Advanced Custom Fields. I am not that familiar with it. Any help is appreciated. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Matt Knowles

    (@aestheticdesign)

    Your site is using a custom theme. It’s possible those links are hardcoded into the template for the home page. Check the home page to see what page template it’s using and then take a look at the code in that template and see if you spot it.

    Thread Starter Dbo111

    (@dbo111)

    Hi Matt,
    I did look through the theme files in the editor. I did not see anything that was hardcoded in. The closest was this: <?php get_template_part(‘blocks/category-section’); ?> which could be the section I am trying to edit. Any other ideas? Thanks.

    Matt Knowles

    (@aestheticdesign)

    Search your theme files for “Treatment News” to see if it appears in any of the them. If so, then look at that file to see if it is hard coded in that file.

    If not, then the content has to be in the database.

    But I’m guessing from the line you included above, you might find it in blocks/category-section.php

    The four sections are coded in a UL list:

    <ul class=”sections-list”>

    So that sounds logical it would be in a category-section template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit to Home page’ is closed to new replies.