- This topic has 11 replies, 5 voices, and was last updated 3 years, 3 months ago by
Fernando.
-
AuthorPosts
-
January 20, 2023 at 2:59 pm #2503474
Chris
On the WP Show Post Standard (top of the home page) it is showing an extra article. It should only have 4 but is showing 5 which messes with the formatting.
For the other 2 WP Show Posts on the home page, is their a guide to show how to set up which articles to show, so that I can have them display different content? Also, is there a way to exclude the first sentence of the article from the excerpt? I include the title there and it causes it to mot look right.
Finally, if you look at the sidebar widget that shows categories I want it to show all categories but it only shows 7 of the 8. I can’t get it to add the 8th (Special Occasions).
Thank you!
Chris
January 21, 2023 at 3:05 am #2503718David
StaffCustomer SupportHi there,
best place to start is with demo content, it includes some posts that explain how to work with Dispatch.
Start here:https://gpsites.co/dispatch/styling/
Then for specific info on working with WP Show Posts:
https://gpsites.co/dispatch/using-wp-show-posts/
The Magazine grid uses the list title:
Headerin the WP Show posts admin.
Edit that, and check thePosts per Pageis set to4For the other lists on the page, the doc above shows where they are being used, and you can edit those lists and set the Taxonomy to what you require.
Let me know how you get on.
January 21, 2023 at 3:20 am #2503735Marty
Also, is there a way to exclude the first sentence of the article from the excerpt? I include the title there and it causes it to mot look right.
I hope it’s ok if I chime in as I’ve run into similar issues & have a suggestion. In WP you can simply copy and paste the desired text (minus the title) into the Excerpt box found in the post editor. It will then appear as you want in the WP Show Posts results.
This can be done for pages as well although it’s not enabled by default but is easy to add:
// Enable excerpt boxes for pages add_post_type_support( 'page', 'excerpt' );As I’m using Pages for parent pages now this became very handy. Best regards.
January 21, 2023 at 3:50 pm #2504347Chris
Thank you! This is very helpful. It also highlighted my typo, which is embarrassing. Lol
January 21, 2023 at 3:57 pm #2504349Chris
When I increased the Header WP Show Post to 5 posts its showed 6. So I lowered it to 3 and it is now showing the number I want and looks good. But something is still wrong based on that.
January 22, 2023 at 7:40 am #2504750David
StaffCustomer SupportDo you have any functions or plugins that change post behaviour in any way ?
January 22, 2023 at 3:21 pm #2505192Manuel
If I may are there any how-to links like the excellent ones you’ve shared for Dispatch, for NEWSROOM and INFO?
January 22, 2023 at 5:21 pm #2505230Chris
I haven’t added any plugins. I only added Adsense.
January 22, 2023 at 9:15 pm #2505345Fernando Customer Support
Hi Chris,
I can’t seem to replicate the issue with regard to 6 posts showing when it’s set to 5 from my end on dispatch. It could be another function or plugin you have that’s causing this. Since you don’t have any other plugins, do you have custom functions?
January 22, 2023 at 9:15 pm #2505346Fernando Customer Support
Hi Manuel,
I responded to the other topic you started.
January 23, 2023 at 1:34 pm #2506368Chris
I think I identified the issue. I had made one post sticky, and that was adding an extra post. When I removed the sticky post, the WP Show Post went pack to the correct numbers.
January 23, 2023 at 5:07 pm #2506557Fernando Customer Support
I see. Glad you found the cause!
-
AuthorPosts
- You must be logged in to reply to this topic.