Unable to make changes to content.php

Hello,

I have updated to the latest version of pro and am using pro-child theme. I am currently trying to redesign my blog posts page via content.php. If I make any changes to my /pro/framework/views/integrity/content.php file - in either my child theme or parent theme, nothing happens. But if I make changes to /pro/framework/views/integrity/wp-single or /pro/framework/views/global/_content-the-content.php - my changes are reflected.

Any help on this? It is very odd - usually, I can edit with my pro-child theme just fine.

Thanks

Hi Scott,

Thanks for writing in!

The changes you make in /pro-child/framework/views/integrity/content.php will only take place if you are using a standard post format. If you are using a different Post Format, like the image, audio, video, gallery, portfolio, etc., you will need to add or edit their respective templates as well like the following:

  • /pro-child/framework/views/integrity/content-image.php
  • /pro-child/framework/views/integrity/content-audio.php
  • /pro-child/framework/views/integrity/content-video.php
  • /pro-child/framework/views/integrity/content-gallery.php
  • /pro-child/framework/views/integrity/content-portfolio.php

If you need anything else we can help you with, please let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.