retroriff
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Sync Tool] S3 connection error, please check detailsSorry, I can’t say, it just started working.
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Removing ?m= from the cache urlThanks ??
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Removing ?m= from the cache urlI am also very interested to remove it.
This beta version doesn’t generate a sitemap.xml file
The new version includes the categories with wrong URLs. I doesn’t show the right permalinks. Instead of:
https://www.mydomain.com/taxonomy-slug/example/
it writes:
Same problem to me. I can enable taxonomies in the setting page but they are not included in the sitemap.
Hi, I am also looking for a sitemap plugin that includes taxonomies. Any help will be appreaciated. Thanks
Forum: Fixing WordPress
In reply to: Edit custom taxonomies slugNo, what I mean is the possibility to edit the slug of every single taxonomy from the admin panel, like we do with the title or description fields. For example, I have this taxonomy page:
https://www.example.com/books/my-book/
Now if I want to edit “my-book”, now I’ve got to use phpMyAdmin.
Forum: Networking WordPress
In reply to: Redirect on multisite registerMy main problem is that my blogs have different languages, besides design.
Forum: Fixing WordPress
In reply to: "Create a site" problemI did it and doesn’t work ??
Any other idea?
Forum: Networking WordPress
In reply to: Enabled Multisite but Network menu hiddenMy cache was. already turned off. This is the place where I added the code:
define(‘WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */
But it doesn’t render the network menu ??
Forum: Plugins
In reply to: [Plugin: Contact Form 7] How to render the CSS file ONLY on the contact pageComments are closed on that post. Just one question, I followed those instructions and it works perfectly. However in contact page doesn’t render this script anymore:
<script type=”text/javascript”>
//<![CDATA[
var _wpcf7 = { cached: 1 };
//]]>
</script>Is it OK, or should it be shown as well?
Thanks.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] How to render the CSS file ONLY on the contact pageAmazing, thanks!
Forum: Fixing WordPress
In reply to: Customized comments paginationIn order to customize comments it is better to use the 2.7 function:
<?php wp_list_comments(); ?>
And create a callback if you need to customize it. I’ve found here a good tutorial:
https://www.aarongloege.com/blog/web-development/wordpress/advanced-comment-customization/
Forum: Fixing WordPress
In reply to: How to addd conditional pagination links on comments?Thanks kz, it works perfectly ??