type="number" value=
like ID= “…” , but maybe I have to set it 2 times?
]]>Thanks.
]]>I exported categories from my old site and want to import to my new site but what is extremely important in this case is that the categories in the two sites (new and old) should be the same, except by name, and by id. How do I achieve this with your plugin? Thanks in advance!
]]>I was successful at importing all of my website posts with the feature image and all, however all posts have galleries and even though the gallery element was imported, no images are attached to the galleries.
I think this might be because the image ids are different from the original posts. Is there a way I can import the images with the original id?
Thanks in advance!
]]>Our site is nearing #9999 in terms of unique user IDs.
I would assume that, when exceeding 4 digits, WordPress automatically adds a 5th and there is really nothing to be done on our end.
]]>
like for example like this
/* AggregateRating */
add_filter( ‘rank_math/snippet/rich_snippet_recipe_entity’, function( $entity ) {
$entity[‘aggregateRating’] = [
‘@type’ => ‘AggregateRating’,
‘ratingValue’ => ???
‘bestRating’ => ‘5’,
‘worstRating’ => ‘1’,
‘ratingCount’ => ???
];
return $entity;
});
Is there any function that can prioritize IDs or similar IDs at the top of the list? At the moment my search shows categories on top and related ID’s are shown at the very bottom of the results after a search has been done. As shown in the image attached. I would like the response to be rearranged and to have similar or exact match IDs on top of it. Is there any snippet that can do the work? Thanks in advance for any help you can provide.
]]>They have the same id=”mega-toggle-block-1″.
I tried this old solution, but doesn’t work. How can i solve this error? Thanks
]]>