francesca
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Accessibility suggestions for wordpress 2.0.4Nitallica wrote: I could agree with number 5 — so I edited the WP code to add a blank alt tag instead (as it is my personal preference).
I found this topic looking for a way to have empty image alt tags when no title is inserted. Can you tell me how you edited the WP code? Thanks a lot.
Forum: Plugins
In reply to: wpPaginateThanx Podz for the informations, I’m reading
Forum: Plugins
In reply to: wpPaginateIn the meanwhile I solved turning FALSE the $briefnavigation in any case:
if ($num_of_pages > $turnOnBriefNavWhenOver) {
$briefnavigation = FALSE;
} else {
$briefnavigation = FALSE;
Before it was
if ($num_of_pages > $turnOnBriefNavWhenOver) {
$briefnavigation = TRUE;
} else {
$briefnavigation = FALSE;
Forum: Plugins
In reply to: wpPaginateHello ??
I’m using WP Paginate but I don’t like the fact that the pagination results this way (for example in the first page):1 | … | 4 | 5 | 6
What if I need to have always all the page numbers?
Thanx a lot ??
Forum: Plugins
In reply to: wpPaginateThanx a lot
Forum: Fixing WordPress
In reply to: Accent problems after updgrading to 1.5 form 1.2MingusThanx a lot Moshu. I changed the Options. (and no, it isn’t for the site provided in my profile)
bye bye, thanx again ??
Forum: Everything else WordPress
In reply to: Italian localization filesSteveAgl wrote:
“I’ve looked for the translation files for WP 1.5, i’m actually using the older 1.2 version of it_IT files.”Is it ok to use the localization for 1.2 with the version 1.5?(only until the new one will be released). Are there any problems?
Forum: Fixing WordPress
In reply to: index page isn’t index.php but news.phpThanks everybody!
I’ve tried what Kafkaesqui suggested and I changed blogfilename to news.php but now all I get in the archive links is:
https://www.domain.it/news.php/news.php?m=200412Forum: Fixing WordPress
In reply to: tag P in the excerptperfect, thanx ??
Forum: Fixing WordPress
In reply to: show only X number of postsHello TG, thanx so much.
You wrote:
<cite>I bet it gets over written in wp-blog-header.php file…. grrrrr…</cite>
I wonder…maybe there’s something that can be eliminated from wp-blog-header so that your code can work?
Consider that I don’t need the general options for the number of posts to show…Forum: Fixing WordPress
In reply to: show only X number of postsI don’t understand the meaning of that code. Anyway I tried it (with 3 in place of X) and it doesn’t work ??