nicosFR
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Domain Mapping SLOW (?)Ok, same problem with the WPMUDEV domain mapping plugin associated to a cache plugin…
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Domain Mapping SLOW (?)Ok, nevermind, I wasn’t using the WPMUDev Domain mapping plugin. I’ll test with this one and see if it fixes the issue.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Domain Mapping SLOW (?)Same performance problems with WPMU Domain mapping plugin and W3 Total Cache activated… I’ll write to WPMUDEV support if there is a way to have a WP cache plugin AND the domain mapping working fast together !
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.No luck, still no results… even by setting the treshold to 1… ??
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.Installed the beta. Tried both method. Still getting no results…
I’ll try to uninstall the plugin, clear the plugin’s database and reinstall… I’ll keep you updated
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.As I’m working on a french translation, sorry if it is not the exact terms, here are the settings:
Title: Important
Content: yes
Tags: at least one tag
Category: at least one categoryI’ll try to change those settings, but there is a lot of content on the website, and I’m pretty sure I should get related results as I have used the plugin for quite some time now on various websites…
Thank you for the quick answer !
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.It is posts…
I put the treshold was 5. I lowered it to two… same result:Cache type: custom tables
Number related:
0
316
Generation dates:2011-12-13
316
Score (among those related): avg 0, sd 0Question: Is the treshold number similar to the score number ? What is the range of the treshold value ?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.Same problem here on one of my site…
I installed 3?4RC1 and YARPP experiments.
Flushed the cache, rebuilt it… still nothing…
Cache status:
Cached: 100%
Cache type: custom tables
Number related:
0
316
Generation dates:2011-12-13
316
Score (among those related): avg 0, sd 0Forum: Themes and Templates
In reply to: wp_tag_cloud – exclude argument not workingdoesn’t help…
Forum: Themes and Templates
In reply to: a different background for each categoryI’ve done this already, but I don’t have the code right here.
The idea is to have a php condition that detects which category you are in (search for get_the_category in the codex) and then load a CSS stylesheet that overrides your default background.
Forum: Themes and Templates
In reply to: How to make a template blog page your…What do you need exactly ?
The homepage should show your latest posts ?
If so, the default twentyten or twentyeleven will be just fine.The homepage should be a static page ?
This is an option you can find under Settings > Reading in your admin panelForum: Themes and Templates
In reply to: Single posts page has different backgroundA link to your site and posts would be helpful.
What theme are you using ?Forum: Themes and Templates
In reply to: Styling ExcerptsYou could simply put your excerpt into some html tags and apply a CSS class to it.
Something like that:
<span class="myExcerptClass"><?php the_excerpt() ?></span>
And in your CSS stylesheet
.myExcerptClass { styling goes here }
Forum: Themes and Templates
In reply to: Problem with the_excerpt in my themeOk, no result, I’ve recoded my loop, same effect.
So I used the_content, stripped unwanted things instead… It works now…Forum: Themes and Templates
In reply to: Trying to code my own templateTry to take a look at existing themes and see how they are built.
How I learned was that I first modified existing themes, and then started building mines.
This is your bible https://codex.www.ads-software.com/Template_Tags