Forum Replies Created
-
AuthorPosts
-
March 18, 2026 at 9:15 AM in reply to: When I updated to version 3.5.1, some items in the page list disappeared. #49818
369cycle
ParticipantI've identified the cause: the slimSEO plugin I installed is causing the display issue. However, slimSEO is also one of your related products.
I've been using slimSEO plugins extensively. Please assist in fixing this.
March 18, 2026 at 8:58 AM in reply to: When I updated to version 3.5.1, some items in the page list disappeared. #49817March 18, 2026 at 8:48 AM in reply to: When I updated to version 3.5.1, some items in the page list disappeared. #49816369cycle
Participant
March 16, 2026 at 9:34 AM in reply to: When I updated to version 3.5.1, some items in the page list disappeared. #49798369cycle
ParticipantYes, it will display if you disable the cheat. It will also work if you install an older version.
369cycle
ParticipantI exported the original "post type" format, and I want to change it to block format.
The original
https://drive.google.com/file/d/10tsVmgFn1VdcQbWzwsq2FjHVLsMlBjGQ/view?usp=sharingtesting a project to block
https://drive.google.com/file/d/1hhmkkL8jODJukIGXnYAZR1FlL6e-cU0K/view?usp=sharing369cycle
ParticipantI'm using
contentto automatically scrape the content. When I use the<?php the_excerpt();?>tag, it also scrapes automatically, so I don't manually inputexcerpt. Could you tell me how to configure it to automatically scrapeexcerpt? This would be more user-friendly, as not many users would write an extra summary! It's all scraped fromcontent.369cycle
Participant
Usingshortcodewithout any custom arguments yields the same result. I believe the{{ post.excerpt }}is malfunctioning, even when I change the theme; the result remains the same.
369cycle
ParticipantThis is my website: https://business.raina.com.tw/news/
It displays excerpts correctly using normal PHP code!
369cycle
Participant369cycle
Participantbefore

after

sublime

369cycle
Participantone_show=album or one_show=album_water
Both are displayed369cycle
ParticipantI always want to add some existing WordPress function tags, but I don't know how to implement it...
<?php edit_post_link(); ?>369cycle
ParticipantI always want to add some existing WordPress function tags, but I don't know how to implement it...
、<?php edit_post_link(); ?>、369cycle
ParticipantYou gave the normal way of writing, but I use MB view..
I use MB view editor. Many MB view editors do not provide function tags. How should we write them?

<?php wp_list_pages(); ?> <?php wp_list_cats(); ?> <?php next_post_link(' %link ') ?> <?php previous_post_link('%link') ?>369cycle
Participant<?php $groups = rwmb_meta('group_pictag'); foreach ( $groups as $group ) { // Field tw_tag: echo $group[ 'tw_tag' ] ?? ''; // Field en_tw: echo $group[ 'en_tw' ] ?? ''; } ?>How do I change the above to get_post_meta()?
-
AuthorPosts