Sergey
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] The meaning of this plugin? He does not workI’m sorry, just now I see that google shows amp pages only for a key search query, and I can see that some pages of my site in google index with a symbol of lightning.
But a month ago, I could see amp pages on request from a computer site:example.com
Google also indexed my amp page as usual with link example.com/page/ampForum: Plugins
In reply to: [AMP] The meaning of this plugin? He does not workGoogle does not perceive your pages as amp, even if you have a link to the amp page in your code, because the AMP page must have URL amp.example.com/page or example.com/amp/page
Show me a site with amp pages of your plugin in google index.- This reply was modified 5 years, 10 months ago by Sergey.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Override templatesHi, I make a changes in single.php, but doesn’t work. When I make a changes in your folder wp-content/plugins/wpadverts/templates/ it’s working.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Override templatesHi, yes I upload and activated this plugin https://raw.githubusercontent.com/simpliko/wpadverts-snippets/master/override-templates/override-templates.php
But, what I have to write here?
$dirs[] = $upload_dir["basedir"] . "/wpadverts/";/wpadverts/ or /mytheme/wpadverts/ or fullpath?
My current theme is a child of twentytwenty.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Override templatesHello Greg.
When I copy a file from wp-content/plugins/wpadverts/templates/ to wp-content/themes/mytheme/wpadverts/ no changes.What I need? I want to put files to wp-content/themes/mytheme/wpadverts/ which will load styles from my directory, for example from wp-content/themes/mytheme/wpadverts/css or wp-content/themes/mytheme
I want to make my child directory for your plugin like a child theme.