nestor_ps
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] custom url with add_rewrite_ruleHi, I got disk enhanced but the option Cache URIs with query string variables was disabled.
I’ve changed to disk basic and now I can select Cache URIs with query string variables.
After browsing server cache folder I’ve seen the cached file in the random folder. I think it’s working but I dont see the comment by Total Cache at the end of the page source with cache stats. Is it normal?
thanks
Hi,
I’ve found a solution:In the plugin file change this line:
add_filter( ‘post_type_link’, array(&$this,’set_permalink’), 10, 3 );
to
add_filter( ‘post_type_link’, array(&$this,’set_permalink’), 1, 3 );
Hope it helps
Hi Jonas,
did you solve that? I see in your site it is working properly.
Can you help?Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get all connections at once??Ou yeah
greatForum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get all connections at once??Hi, thanks to reply so quickly,
Sometimes I will,
But I have one page where I want to display all the connected stuff from the current post, let’s say there’s videos,authors,recipes, and so on.
I will try to figure out a way, say, make X loops and store the data in an array….ouch