We are using both the Yoast Premium plugin and the Web Stories plugin on our WordPress site. In the Web Stories builder, when selecting the custom metabox option, the Yoast SEO metabox no longer appears for certain users.
Previously, the Yoast metabox was visible to all users, but now some users are unable to see it. We have already checked user roles and permissions, and everything seems to be configured correctly.
The only solution we’ve found to restore the Yoast metabox for affected users is to create an entirely new user account.
We have already reached out to Yoast support, and they have advised us to contact Web Stories support for further assistance.
]]>podcast
and a custom taxonomy podcast-show
. I want to use the podcast-show
taxonomy for my podcast feeds. But, when I set up Taxonomy Podcasting in Powerpress for that taxonomy, the metabox never appears.
The way I have gotten around this is by also turning on Post Type Podcasting for the podcast
post type. This allows the metabox to show, and for the podcast show feeds to work. However, I have recently discovered that there’s an enclosure
field for each feed. That enclosure field is created for each feed, but when updates are made to the enclosure details, they are only updated for one of the feeds.
In our case, this means that Powerpress is recognizing the post being in a Post Type Podcasting feed and updating the enclosure for that feed, instead of the Taxonomy feed that we need updated. We are currently having to manually duplicate the change in the database, and it’s very tedious and frustrating.
There are two issues here that probably need to be addressed:
Here is the error:
[2024-06-14 09:20:02] production.ERROR: preg_match_all(): Unknown modifier '0' {"userId":null,"email":null,"exception":"[object] (ErrorException(code: 0): preg_match_all(): Unknown modifier '0' at /home/<name>/public_html/<folder>/content/plugins/wp-seopress/src/Services/ContentAnalysis/GetContent.php:22)
[stacktrace]
#0 [internal function]: Themosis\\Core\\Bootstrap\\ExceptionHandler->handleError(2, 'preg_match_all(...', '/home/<name>...', 22, Array)
#1 /home/<name>/public_html/<folder>/content/plugins/wp-seopress/src/Services/ContentAnalysis/GetContent.php(22): preg_match_all('#\\\\b(mecenat d&#...', 'https://www.pro...', Array)
#2 /home/<name>/public_html/<folder>/content/plugins/wp-seopress/src/Services/ContentAnalysis/GetContent.php(106): SEOPress\\Services\\ContentAnalysis\\GetContent->getMatches('https://www.pro...', Array)
#3 /home/<name>/public_html/<folder>/content/plugins/wp-seopress/src/Services/ContentAnalysis/GetContent.php(905): SEOPress\\Services\\ContentAnalysis\\GetContent->analyzeKeywordsPermalink(Array, Array, Object(WP_Post))
#4 /home/<name>/public_html/<folder>/content/plugins/wp-seopress/inc/admin/metaboxes/admin-metaboxes-content-analysis-form.php(85): SEOPress\\Services\\ContentAnalysis\\GetContent->getAnalyzes(Object(WP_Post))
#5 /home/<name>/public_html/<folder>/content/plugins/wp-seopress/inc/admin/metaboxes/admin-metaboxes.php(550): require_once('/home/<name>...')
#6 /home/<name>/public_html/<folder>/cms/wp-admin/includes/template.php(1456): seopress_content_analysis(Object(WP_Post), Array)
#7 /home/<name>/public_html/<folder>/cms/wp-admin/includes/post.php(2383): do_meta_boxes(Object(WP_Screen), 'normal', Object(WP_Post))
#8 /home/<name>/public_html/<folder>/cms/wp-admin/edit-form-blocks.php(316): the_block_editor_meta_boxes()
#9 /home/<name>/public_html/<folder>/cms/wp-admin/post.php(187): require('/home/<name>...')
#10 {main}
"}
Can you help me ?
THANKS
Previously I did it like this:
// Params for our query.
$query_args = array (
'post_type' => 'portfolio',
'post_status' => 'publish',
'posts_per_page' => $posts_per_page,
'paged' => $paged,
'no_found_rows' => true,
'meta_key' => 'add_to_featured',
'meta_value' => 'on',
);
// The Query.
$portfolio_featured_items = new WP_Query( $query_args );
if ( $portfolio_featured_items->have_posts() ) :
// Start the Loop.
while ( have_posts() ) :
the_post();
...
endwhile;
endif;
// Restore original Post Data
wp_reset_postdata();
In block themes we display posts like this:
<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} -->
<div class="wp-block-query">
...
</div>
<!-- /wp:query -->
For latest “Portfolio posts I wrote:
"postType":"portfolio"
How can I add to query arguments for metabox field 'meta_key' => 'add_to_featured'
and 'meta_value' => 'on'
to display featured porfolio posts?
I tried to add metaboxes for This Day In History posts in “Edit Historic Event” screen.
Especially I was interested in adding metaboxes for SEO and for permalinks. I’m using RankMath. Although in this plugin options there is possibility to turn on SEO meta box for Historic Events (custom posts), it is not visible in editing mode (“Edit Historic Event” screen). But for Event types and “Edit Event Type” screen it works!
So I was trying to do it “manually” by turning on UI (‘show_ui’) for “Edit Historic Event” screen. Unfortunately it was impossible – error was caused: “Uncaught Exception: DateTime::__construct(): Failed to parse time string (Automatycznie zapisany szkic) at position 0 (A): The timezone could not be found in the database in /var/www/vhosts/…/…/…/httpdocs/……/wp-content/plugins/this-day-in-history/tdih-list-table.class.php:219”.
Is there any way to have post editor with metaboxes for tdih_event (like for another posts and taxonomies)?
Btw, thanks for this great plugin,
ls
]]>Thanks for your time,
Roland
I have filled all the fields of that products like video links, gallery, etc. but showing only description & faq only
Any suggestion, just help on this.
]]>