the_excerpt() is not trimming at

the_excerpt() does not recognise or support the <!– more –> tag. From the documentation: The <!–more–> quicktag requires templates to use the_content() whereas using excerpts requires, and allows, template writers to explicitly choose whether to display full posts (using the_content()) or excerpts (using the_excerpt()). The point is that the_excerpt() allows theme authors (you) to require … Read more

Get the automatic excerpt from a page created with gutenberg

You can hook the get_the_excerpt filter with parse_blocks to extract the content of your post. add_filter( ‘get_the_excerpt’, ‘se378694_default_excerpt’, 10, 2 ); function se378694_default_excerpt( string $post_excerpt, WP_Post $post ):string { if ( empty( $post_excerpt ) ) { $blocks = parse_blocks( $post->post_content ); // check if the first block matches the type of content you want for … Read more

Reblog WordPress to another WordPress?

1 – RSS is the best way. See FeedWordPress | simple and flexible Atom/RSS syndication for WordPress and WordPress › SimplePie Plugin for WordPress « WordPress Plugins and Developer’s Guide – Google AJAX Feed API – Google Code 2 – Probably

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)