Rustamveer Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] Original author name does get updatedThe plugin does not update authors in RSS feeds:
I used this code to update// to resolve feed co-auther conflict with yoast
function how_modify_rss_feed_author($author) { global $post;
if (is_feed()) { $coauthors = get_coauthors($post->ID); if (!empty($coauthors)) { $author = ''; foreach ($coauthors as $coauthor) { $author .= $coauthor->display_name . ', '; } $author = rtrim($author, ', '); } } return $author; } add_filter('the_author', 'how_modify_rss_feed_author');Thank you so much!
Hi
Yesterday, I had created a ticket privately, however, did not get any response, thanks
https://tmsplugins.ticksy.com/ticket/3486346/@tamirat22 No, I was not able to add the Google captcha
Hi
We also had the same problem. It is an easy fix. Just clear the WP Engine Cache it would solve the database error for the queries! Thank you!
Forum: Plugins
In reply to: [WPGraphQL] Getting Wrong Data via WPGRAPHQL QueryReply by David Levine
You can set parentDatabaseId to 0 to return only top level items, and get the submenus as child items.Thank you so much for your help. Hope the future updates from the site kit plugin will resolve this issue.
I decided to stick with the Legacy theme. I just do not want to switch URL’s from /amp/ to /?amp at this moment. I would prefer to switch completely from Template Mode Reader to Standard in the nearby future. Since it will help me to get rid of amp postfix completely.
https://ieltsdon.com/describe-an-intelligent-person-you-know/amp/
I got the code from here https://amp.dev/documentation/components/amp-auto-ads/
I hope now the ads will be displayed automatically on the amp pages in the coming days.
Can you confirm, everything is okay now
https://ieltsdon.com/describe-an-intelligent-person-you-know/amp/Thank you!
Thank you!
Yeah, I had customized the legacy theme a long time back, and at that time, there was no option to use other default themes as an AMP theme. Actually, I had created a folder named “amp” inside the child theme and placed the single.php with minor modifications.I guess I would carry on with default 20-20 if /?amp is as good as /amp/
I am just worried about URL’s which are already on google search. I have noticed after switching from legacy theme to 20-20 amp theme under the reader mode the URLs of AMP pages have changed from /amp/ to /?amp
I am not sure it would have any negative impact or not.
In case, if I switch back to the legacy theme, can I add anything to the legacy theme head manually?
Thank you ??
I have also switched the theme. Now 20-20 Theme for AMP pages is active under the AMP settings. Now the publisher id is visible.
- This reply was modified 3 years, 11 months ago by Rustamveer Singh.
Thank you for your support. I will deactivate all the caching plugins. However, I had purged all the cache multiple time before starting the thread.
I have deactivated
Autoptimize and W3 Total CacheForum: Networking WordPress
In reply to: re login to switch dashboard after domain mapping@bcworkz
ah, i will try doing something as you said. i will try to get AUTH_COOKIE and LOGGED_IN_COOKIE from site1.com and set them into site2.comi am not sure how i will do.
Thank you for the help