Show complete post, not excerpt... - Wordpress Solution
[Solved] - Show complete post, not excerpt... - Wordpress Solution |
---|
Try following codes |
I would like to modify the way this category post is displayed. It is currently showing excerpts, I would like to display the complete post on one page ... http://lemonadecleansetogo.com/other/videos/
Here is the code for the loop >
And here is the code for the video template page >
Solution - 1The problem on your code is the line that says Category, Tag, Author and Date based pages are all types of Archives. So on the videos category page, each post is showed by the block inside the rather the block as you would expect. The easiest way to send the video category posts to the block is creating a little filter. Change this if statement: to something more specific: This statement says: "If is archive but not video category then..." This way your video category posts will end up on the block. Happy WP coding :) Solution - 2You could add another test case for categories Solution - 3Yes, you can do this by specifying: |
Date: 2022-10-21 05:23:21 |
Category: Wordpress |