lizhard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Index.htmlThanks Chris.
Works with charme ?? nice solution!As i said previously: kmessinger has no solution and i cheerfully ignore his post. This is the end of the story.
Waiting a fix in the next official release. For now, thanks again Chris.
Forum: Fixing WordPress
In reply to: Index.htmlkmessinger if you don’t know the solution please don’t post.
It’s not a server related problem, it’s a WordPress 2.7 redirect issue.Thanks
Forum: Fixing WordPress
In reply to: Index.htmlSame problem here.
Forum: Fixing WordPress
In reply to: if the $cat had a parent then how to get the parent’s nameThe code above works only if i’m in a category template. If i’m on a single template nothing happens. Any ideas?
Forum: Plugins
In reply to: NextGEN Gallery breadcrumbHi Patrick,
thanks for your reply.
I’ve been already using that plugin but don’t works as i want.Let me explain: i’ve a page named galleries into this page there is
[album=1,extend]
the breadbrumb into the galleries page is like “Home > Galleries” but when i click on gallery name the breadcrumb don’t change, i see always “Weblog > Galleries”, don’t displays the gallery name. I want a path like Home > Images > Name of galleryForum: Fixing WordPress
In reply to: Dynamic post sortingAjaxed way is better.. changing sort oder with no reload..
WP guru needForum: Fixing WordPress
In reply to: Next page (literally)It is possible navigate only child pages? E.g. if i have a Page A with page 1, page 2, page 3 as childs i want browse only this pages.
Kaf there is a work for you ??Forum: Fixing WordPress
In reply to: Multiple category in the permalinkI don’t see differences…
From the codex:
Note on using %category% with multiple categories on a post
Where you assign multiple categories to a post, only 1 can show up in the permalink. This will be the lowest numbered category (see Manage Categories). The post will still be accessible through all the categories as normal.This is my case
Forum: Fixing WordPress
In reply to: Multiple category in the permalinkNot works for me… i’ve tried also in the navigation links nothing else…
Please post your code for a comparision.. thanks
here is mine:
<h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h4>
Forum: Fixing WordPress
In reply to: Multiple category in the permalinkThanks for reply, Moshu…
I’ve already tried with /archives/%category%/%postname% but only the first cat is showed in the permalink. I want to display subcategory also. If i write manually /archives/category/subcategory/postname it works but when i click on permalink the url is: /archives/category/postname… I need to display ALWAYS the category tree in the URLForum: Fixing WordPress
In reply to: Passing a value to wp_title()Thanks GamerZ but when i add this filter it seems used globally. Every page now has the same title.
Forum: Fixing WordPress
In reply to: <!–netxpage–> and conditional tagsThe var page=2 is useful but unusable with mod_rewrite on and permalinks…
At this point i don’t know what i have to do…Forum: Fixing WordPress
In reply to: <!–netxpage–> and conditional tagsNothing..
$paged doesn’t work..It is possible that there is no tags to check if the post is splitted?
Forum: Fixing WordPress
In reply to: <!–netxpage–> and conditional tagsHi Viper,
your code don’t works…
Currently mod_rewrite is on and permalinks appears like this:
/page-slug/2/
Forum: Fixing WordPress
In reply to: Title attribute in a link with TextileThanks now works! I’m new on textile.
I’ve experienced many problems on inline formatting when replacing<span>
tag:
eg%{color:red}(this text must be between parenthesis)% or %(class)*%
There is a real escape character? I’ve tried with double = and backslash but they seems don’t works