boing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prospective Postsi didn’t see that, tnq 😀
Forum: Fixing WordPress
In reply to: The first X letters from one articletnq very much for this plugin
Forum: Fixing WordPress
In reply to: The first X letters from one articlei know about that function in php, but i was searching for a plugin that can do this hack for me…
Forum: Fixing WordPress
In reply to: The first X letters from one articleI know about the more tag – bug i will like something that will do this automaticli, whitout the <!–more–> tag…
i know it is possible, but i dont know how…
Forum: Everything else WordPress
In reply to: The Loop – sites that use it!sorry for my post – i was reffering to extreme looping – inserting different code for displayng the articles. like in 2 columns or one from each category only 1, etc…
Forum: Themes and Templates
In reply to: Special Template!!!!after a long time of no posting in this topic, has anyone make a site like in my example above?
I never did it 🙁
Ok. I have resolved the first 2 problems.
To translate the mod_rewrite format into another language you will have to open wp-includes/classes.php and search there for the word you will like to change.
After that change in .htaccess the same words whit the new one.
Remains the 3rd guestion – i dont know what to do there.
Forum: Fixing WordPress
In reply to: Category PermalinksFor 1.0.1, look for the following line in wp-admin/options-permalink.php:
$catmatch = $front . ‘category/’;
Change category to kategorie.
In nightly builds, the rewrite rules have moved to the rewrite_rules() function in wp-include/functions.php.Oops. You also need to change get_category_link() in template-functions-category.php. Change this line:
$link = get_settings(‘siteurl’) . $front . ‘category/’;I’m trying to do the same think for the last version of WP 1.5.2.
Is there someone that knows what i have/where i have to change(the file), so i can translate /category/ into something else like /categorie/ (in my language).
also – expecting, if possible, some replys here:
http://ww.wp.xz.cn/support/topic/41941
http://ww.wp.xz.cn/support/topic/41937tnq
Forum: Fixing WordPress
In reply to: Comments unapprove bug!someone?
Forum: Fixing WordPress
In reply to: New mod_rewrite ruleok – that means its impossible for now, maybe in the future 😀
Forum: Fixing WordPress
In reply to: New mod_rewrite rule/computers/monitors/lcd/19/benQ.html nicer than
/computers/monitors/lcd/19/benQ.php ?are almost the same
but i whant to know if is possible to create somethink like this:
/%category%/%subcategory%/%subsubcategory%/%post% ????
-read the first post
Forum: Fixing WordPress
In reply to: New mod_rewrite rulelet me explain:
how’s nice?
the first rule:
/category/date1/date2/date3/title/
or
/computers/monitors/lcd/19/benQ.html
why i want something like this?
because helps me SEO my page and looks nicer
tnq for the link 😀
Forum: Themes and Templates
In reply to: Special Template!!!!tnx for the reply – i’m waiting to see what u can realise 😀 i’m not so good as a wp-theme author 😀
the stylesheet is not to hard to create, but the code of the wp-theme is harder… ufff – maybe in the future this will be simplified.
Forum: Themes and Templates
In reply to: Special Template!!!!I’m back – can someone give me an example of a wordpress blog that looks similar to the example i have in the second post? if possible… tnx again
Forum: Themes and Templates
In reply to: Special Template!!!!tnx for the fast reply – i’m looking over it right now