Forum Replies Created
-
AuthorPosts
-
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()?
369cycle
ParticipantHow to set up re-order for the original built-in post

369cycle
ParticipantPlease provide a function code to remove unnecessary CSS and built-in HTML styles...
369cycle
Participant
369cycle
ParticipantCould you provide the function syntax directly so that I can use it directly to solve this problem?
-
AuthorPosts