eddie
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Reset page cache ampHello @vmarko
Page Caching method – Disk: Enhanced.
Сache pages with query strings disabled. For some reason this item is not active at all and I couldn’t even turn it on if I wanted to)In the AMP extension, query string is selected and amp is set to (Postfix used).
Forum: Plugins
In reply to: [Polylang] PHP 8.1I had a problem with declaring my translation string in functions.php:
“Uncaught Error: Call to undefined function pll_register_string()” in functions.phpForum: Fixing WordPress
In reply to: Version 6.2.1 with bugs@fierevere thanks for the information.
Forum: Fixing WordPress
In reply to: Version 6.2.1 with bugsShortcodes bug patched.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Pagination URL’sTo make the category pagination pages look like site.com/archive_name/page/2
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Pagination URL’sHello @thelmachido ,
There I can change only the “Category base”, and I need to get rid of the query string, which by default appears on the Twenty Twenty-Three theme pagination pages.
Ex. site.com/archive_name/?query-31-page=2Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Author pageHi @thelmachido ,
Thank you very much! It’s working!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Author page@thelmachido But this will make changes to all archives, including categories. I only want to change the template of the author’s pages (“site.com/author/author_name/”).
You can use the following filter to fix the translation issue of the homepage label in the breadcrumbs:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) { $home_link = pll_home_url(pll_current_language()); $crumbs[0][0] = pll__("Home"); $crumbs[0][1] = $home_link; return $crumbs; }, 10, 2);
functions.php:
Scrape key check failed. Please try again.
- This reply was modified 1 year, 8 months ago by eddie.
Thank you!
But as far as I can see from the code, this only applies to the language homepage url. What about breadcrumbs_home_label?Forum: Plugins
In reply to: [PWA for WP & AMP] Multilingual Compatibility for PWAForum: Plugins
In reply to: [PWA for WP & AMP] Multilingual Compatibility for PWA- First of all, on subdomains it registers via https://domain.com/pwa-register-sw.js , and should be https://subdomain.domain.com/pwa-register-sw.js Because inside JS “…swsource=”https://domain.com/pwa-sw.js …” and should be subdomains.
- Inside subdomain manifests: “… “scope”: “https:\/\/domain.com\/”…”. And should be the corresponding subdomain.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Category Title ErrorForum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Category Title ErrorYou can use the %term_description% variable for the category description
undefined
Forum: Plugins
In reply to: [Instant Indexing for Google] How do I add IndexNow?If you are already using some other SEO plugin and don’t want to switch to Rank Math
Yes. I have Yoast SEO installed. Can you please tell me if in the free version you have manual configuration of category titles and descriptions?
You don’t have this information in the plugin description.