theplasticbagn
Member
Posted 10 months ago #
Hello. I have some troubles with my posts. It only shows me an excerpt of it and it says Read more. I want to show me the full post I have searched through other posts with the same questions but I really didn't understand anything.
Help me!!! I want full informations with details please.!!!
Thank you!
Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try creating a child theme, editing the relevant template file(s) in your child and replacing <?php the_excerpt();?> with <?php the_content();?>
theplasticbagn
Member
Posted 10 months ago #
Im using the theme Structure By Organic Themes and in the theme option it is checked full index but it doesnt show up. What can i do now? Where should i put the code if my index doesnt show the <?php the_excerpt();?> ?
I'm sorry but as you appear to be using a commercial theme, you need to seek support from the theme's vendors.
http://www.organicthemes.com/support
theplasticbagn
Member
Posted 10 months ago #
and where is my template files?
thanks a lot!
Try looking in wp-content/themes/structure or via Appearance -> Editor.