readysite
Forum Replies Created
-
Forum: Reviews
In reply to: [Share This Image] change urlthank you! but how can I make it so that it sends only a link to the image (without a link to the page)
Forum: Themes and Templates
In reply to: [Blocksy] Adding category countit worked! thanks, you are the best
Forum: Themes and Templates
In reply to: [Blocksy] Adding category countin the category name h1 at the end, and in the page title
I want to display the number of posts in a category
I found this code on the forum and I can’t adjust it to the theme:
function custom_add_count_on_archive_title( $title ) { $term = get_queried_object(); if( $term instanceof WP_Term && ‘category’ === $term->taxonomy ) { $title .= ‘ (‘.$term->count.’)’; } return $title; } add_filter( ‘get_the_archive_title’, ‘custom_add_count_on_archive_title’, 10, 1 );
Forum: Reviews
In reply to: [Share This Image] change urlAnd how can I do this? There is no option in the settings? “data-url”
Forum: Plugins
In reply to: [Polylang] Where do redirects come from?You can somehow influence this, or disable it, I do not need it. If you need redirects, I’ll put it myself. Thank
Forum: Plugins
In reply to: [Polylang] Where do redirects come from?I first set the polylang, and then I make posts, and in all 8 languages ??there is such a situation, your statement is wrong
Forum: Plugins
In reply to: [Polylang] Where do redirects come from?wrong! Initially, all pages are created with such redirects, this is a mistake.
I have pages in all languages available via two links, and there is a redirect, each new page created receives a redirect, what are you talking about?
If developers write compatible with polylang then they should be sure of it! I do not recommend this plugin yet!
Forum: Reviews
In reply to: [reGenerate Thumbnails Advanced] does not work correctlySorry, I don’t have time for this. In order for the picture to be generated and a new one displayed, only after several times clicking in two places: on the page of the library, and on the page of the file itself. I had to use another plugin.
I respect the work of others, so I changed my rating, but please pay attention to this.
Thanks a lot! I’ve been wondering why it works this way for a long time. Checked your version is correct.