This may be out of Themco’s scope so if it is, just tell me and I will find another solution. Here is my issue. My sites RSS feed https://www.patrickcomtoisphotography.com/feed only shows the title and the sites URL. I would like it to show the post title, featured image, summary and sites URL. Is this something that can be altered via PHP or custom coded?
Hey @PhotographerPC,
Thanks for writing in! When I inspected the feed URL, I am seeing this:
<item>
<title>Dealing with those voices</title>
<link>https://patrickcomtoisphotography.com/2025/04/dealing-with-those-voices/</link>
<comments>https://patrickcomtoisphotography.com/2025/04/dealing-with-those-voices/#respond</comments>
<dc:creator><![CDATA[contact@patrickcomtoisphotography.com]]></dc:creator>
<pubDate>Thu, 03 Apr 2025 18:44:07 +0000</pubDate>
<category><![CDATA[Random Thoughts]]></category>
<category><![CDATA[Random thoughts]]></category>
<guid isPermaLink="false">https://patrickcomtoisphotography.com/?p=593</guid>
<description><![CDATA[Sometimes the questions that I grapple with as a photographer echo through my head each and every time I go out on a shoot. Is my work good enough? Will others appreciate what I am doing? Am I making a difference with causes that are important to me? Am I making a positive impact on others with my photography? When ...]]></description>
<wfw:commentRss>https://patrickcomtoisphotography.com/2025/04/dealing-with-those-voices/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<post-id xmlns="com-wordpress:feed-additions:1">593</post-id>
</item>
<item>
<title>Not a photograph, yet</title>
<link>https://patrickcomtoisphotography.com/2025/03/not-a-photograph-yet/</link>
<comments>https://patrickcomtoisphotography.com/2025/03/not-a-photograph-yet/#respond</comments>
<dc:creator><![CDATA[contact@patrickcomtoisphotography.com]]></dc:creator>
<pubDate>Wed, 26 Mar 2025 11:27:19 +0000</pubDate>
<category><![CDATA[Random Thoughts]]></category>
<category><![CDATA[Wildlife]]></category>
<category><![CDATA[Random thoughts]]></category>
<guid isPermaLink="false">https://patrickcomtoisphotography.com/?p=589</guid>
<description><![CDATA[Standing along the reserve boardwalk, these Chilean flamingos were side by side wading for food. As they sifted through the water I was watching as other photographers frantically snapped their photographs. The flamingos started to move away, still paired off, and I could see the other folks with their cameras beginning to move off to the next thing that caught ...]]></description>
<wfw:commentRss>https://patrickcomtoisphotography.com/2025/03/not-a-photograph-yet/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
<post-id xmlns="com-wordpress:feed-additions:1">589</post-id>
</item>
This is the default WordPress feed URL output. If there is a need to modify this, you will need to do it manually and this is considered as beyond the scope of our support. Perhaps this article can help you instead:
Kindly let us know how it goes.