Huub
Huub
When modifying a build-in post type like page all the labels fallback to English. I found your comment below from 2018. So the only way is to add all the...
Thank you! Unfortunately `get_post_type_labels( get_post_type_object( 'post' ) )` returns the English labels.
Experiencing the same issue using the grid loop on the search archive. Both with Post Excerpt widget as with the Text widget using the dynamic tag.
Maybe relevant to know: Wordpress 6.3 will introduce a new `WP_DEVELOPMENT_MODE` constant. https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/
Same here, did you find a solution?
Hmm, that's unfortunate. Hopefully the Block Editor will support custom post statuses anytime soon. However, based on [this issue](https://github.com/WordPress/gutenberg/issues/3144), which is almost as old as Gutenberg itself, it doesn't seem...
I like the idea, but I think it would be best if "recommended plugins" (Maybe even have "Required Plugins" too) can be defined in the style.css of a theme by...
Remove the dots: ... ``` public function primarymenu() { $args = array( 'theme_location' => 'primary_navigation', 'menu_class' => 'navbar-nav', 'walker' => new \App\wp_bootstrap4_navwalker(), ); return $args; } ```
I'm curious why the resolution setting isnât available when a feature image is used. Are there specific reasons for this limitation?