This topic has 18 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
Hi there,
I have created a category of posts which need to display full content in the post feed. ie Title and images. See example of old site here: http://collagenliftparis.co.za/media/
On the new site I have the setting on display full content however this does not display the images. See example on new site here: http://collagenliftparis.com/test/za/category/media/
Any help with this would be greatly appreciated.
Hi there,
Thanks for the quick response. I have updated setting as you have suggested. See screenshot: https://www.dropbox.com/s/yyi665lz7glwgzh/Screen%20Shot%202017-07-18%20at%2010.59.33%20AM.png?dl=0
The feed still displays without content though? http://collagenliftparis.com/test/za/category/media/
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Sure, see below
You need edit wp-content/themes/royal/content-grid.php and content.php files and change <?php the_excerpt(); ?>
to <?php the_content(); ?>
.
We recommend you to make changes in a child theme.
Regards
Thanks for this, I have duplicated the recommended files and edit them accordingly in my child theme. I am having difficuly calling these files at import. Do I do this from style.css or from functions.php?
Sorry, but your question is a bit unclear. What exactly difficulty do you have?
Regards
Do I need to use:
get_stylesheet_directory() . ‘/content-grid.php’);
get_stylesheet_directory() . ‘/content’);
In my style.css file as well?
No, it is enough to simply copy and edit these 2 files in the child theme. You mustn’t write any additional code in style.css or in function.php.
Regards
Ok Thanks, I was just trying to figure out why it was not having any effect as I did copy the edited files directly into the Child folder. Am I missing something?
Please provide FTP access in Private Content, so I could check your files.
Regards
Thanks Details are below.
The install is located in the /test/ folder and uses WordPress Multisite install.
Hi there,
Please try again. I have just tested with the details and it connects immediately. It may have been that my account was still logged in.
Without success. I’ve sent you changed files, please check email and add these files in /themes/royal-child folder.
Regards
Thank you so much! I can confirm that the issue is resolved! 🙂
You’re welcome!
Regards
Tagged: blog page, full content, themes, woocommerce, wordpress
The issue related to '‘Full Content Display on Blog Page’' has been successfully resolved, and the topic is now closed for further responses