• How do I modify my single.php file to fix hfeed warnings for the StudioPress “Platinum Child Theme”? I’m having problems finding this file to make the modifications.

    I did FTP into the theme folder, but did not see this file for the Platinum theme, however, I did see it for the Genesis theme…

    Please help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Won’t StudioPress help you with their product?

    Thread Starter djcarl

    (@djcarl)

    I will also contact them and let you know the status when I hear…

    Thread Starter djcarl

    (@djcarl)

    Did my own research…Took hours…

    (1) I added the “Genesis – Simple Hooks” plugin by Nathan Rice

    (2) Added this code:
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <span class=”date updated”><?php the_time(); ?></span>
    <span class=”vcard author”>
    <span class=”fn”><?php the_author_posts_link(); ?></span
    </span>

    into “genesis_before_post_content HOOK” area

    (3) Checked – Execute shortcodes on this hook
    (4) Checked – Execute PHP on this hook
    (5) Save changes!

    Warnings were eliminated (Yeah!!!),

    (6) However, could not figure how to fix my homepage which uses a homepage widget. This is the message that I received “Warning: At least one field must be set for HatomFeed” **Advice?

    (7) Finally, I now get The “hfeed info” to SHOW on my static page…**How can I hide this information from SHOWING up as page content??

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to fix hfeed warnings for Platinum Child Theme’ is closed to new replies.