cospefogo
Forum Replies Created
-
Thanks, Andrea!
I forgot to mention that, for advanced users, it is possible
to customize the function/filter to be suitable to any need.Even complex post queries or advanced stuff can be performed
inside the function to achieve any special desired result.Regards,
G.Forum: Plugins
In reply to: [Analyticator] Localization / TranslationHello,
I second that!
There is absolutely no way of translating the generated data strings, even chopping and slicing directly in the strings, inside the PHP code. It seems to me that the presented text is generated somewhere else…And yes, I am talking about the same exact terms as Simon Franke.
“Visits Over the Past 30 Days”
“Site Usage”
“Top Pages”
“Top Referrers”
“Top Searches”Thanks so much for your attention!
G.Hey people!
There is a well hidden trap on this subject!
I was having a problem of a 404 error on every time I tried to navigate to the second page of a custom post page. After few tries I did narrow down the problem! It was related to my permalinks and my slugs!My custom post was called (slug):
PREVIEWS
My page was also called (slug):
PREVIEWSThis makes the pagination not work, and the only way to correct it is:
1 – You need to change the slug of your page, for example:
MY-PREVIEWS2 – Or you need to change the slug of your custom post, for example:
LIST-OF-PREVIEWS3 – Or, if you are using the Custom Post Type UI plugin, you can easily just adjust the rewrite slug of the custom post to, for example:
PREVIEWAnd at last, not least, remember:
Custom post navigation will work only with:
query_posts($args)It will never work with
$query = new WP_query($args)Regards,
Cospefogo.Forum: Hacks
In reply to: Making private blog: How to print simple HTML instead of auth_redirect()?No one?
I have no idea how to proceed…Thanks,
C.Thank you, Freddo!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] .htaccess missing rules (3 red warnings)Addition:
Yes, no doubt my sites are super fast, even with the errors…Is it normal to have the…
/wp-content/w3tc-blog1.www.example.com/
/wp-content/w3tc-blog2.www.example.com/…with its sub directories empty? I mean, the pgcache, objectcache, min, log, dbcache, etc are all there. Some even have .htacess inside. But this is not the place where it is supposed to be located the “real” cached files? Maybe I am confusing things…
The other cache plugin I had in the past used to keep many “static” .html files inside its cache folder.
Thanks!
Cospefogo.Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and WordPress 3.0 issuesDear Fredericktownes,
I am having the following issue – I have a WordPress 3.0 install with 4 simultaneous blogs running side by side. With the current version of W3TC when I activate the plugin under one blog, it get messed/deactivated in another. I can’t activate it on all 4 blogs at same time.
Does the v0.9 (the development version) allow me to do that?
I would like to ask about this before installing it to my sites.Thank you very much for your attention, and of course for the wonderful plugin.
Cospefogo.