- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Full blog post content and formatting
Hi, I am hoping you can help me figure this out… SKT IT CONSULTANT theme.
When I click on my blog from my home page the posts do not have any formatting! If i click on Read More it shows the full post with my formatting.
How can I change it so that from the home page the blog shows full content of each post WITH the formatting I used when writing the post?
Site is http://soulletters.org
I cannot give you my admin details so this needs to be resolved on my end not yours.
Thanks for your help
Hi Nancy,
Kindly go to content.php and find this code
<p><?php echo wp_trim_words( get_the_content(), of_get_option('blogpostpagecontent'), '...' ); ?></p>
<p class="read-more"><a href="<?php the_permalink(); ?>"><?php echo of_get_option('readmoretext'); ?> →</a></p>
And replace it with this code:
<?php the_content(); ?>
Regards,
Brad
Even though WordPress is the most popular and powerful CMS at present but one needs to be extremely careful while editing and making changes. A […]
Let’s face it, sometimes all you really want to do is focus on publishing your content and promoting your business. The thought of taking on […]
The speed of a website is a very important factor for SEO. For some websites, a single second can result to thousands of dollars gained […]