nlex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show Last Updated Date/TimeSame here : i would like to display the date of the last update of the whole site (in my footer). Any idea ?
Forum: Installing WordPress
In reply to: Moving the wordpress folder ?Yep i found that.
But i would like to know if moving it could solve my issue, if not : why doing it ? 🙂
Creating a subdomain with a root folder is like having 2 differents sites right ?
So the other app should work as if there is no wordpress at all right ?Forum: Fixing WordPress
In reply to: Delete Categories in phpmyadmin?i just installed WP-Cat plugin and thru it i can see the ‘xxx’ category but when i select it i have a message : Bad category number
Forum: Fixing WordPress
In reply to: Delete Categories in phpmyadmin?let’s try to explain thsi better
I used a category ‘xxx’ and deleted it. Now it doesn’t appear in the category list. Great.
But i want to use it again so i try to re-create it. But. I have this message :
Category allready exist.Any idea ?
Forum: Themes and Templates
In reply to: Excluding categories in the_category<?php foreach((get_the_category()) as $category) {
if ($category->cat_ID <> ’15’) { echo apply_filters(‘the_category’, $category->cat_name) . ‘ / ‘; }}
?></div></div>
<?php wp_link_pages(); ?>yes i’m using similar code and it worked. The only different thing i that i filter the result because i’m using Language Switcher extension wich is a multilingual plugin… maybe it will help someone at some point…
thanks anyway
Forum: Fixing WordPress
In reply to: Language Switcher and RSSPS.
The idea to do it with categories is not possible : with Language Switcher (and other multi-lingual plugin i think) the contents in all languages are in the same post. So categories doesn’t do the trick.
Can anyone find a solution ? There must be one !
Forum: Fixing WordPress
In reply to: Language Switcher and RSSsame question here…
Forum: Plugins
In reply to: [Plugin : Language Switcher] apply_filters()it works now with this code
idon’t even see the difference !<?php foreach((get_the_category()) as $category) { if ($category->cat_ID <> '15') { echo apply_filters('the_category', $category->cat_name) . ' '; }}Forum: Themes and Templates
In reply to: Excluding categories in the_categoryi’m not sure to understand, personally i just want not to display a specific category in my sidebar and in my posts. In fact i would like this category to exist but not to be displayed. I found a way for my sidebar but not for posts and plugins doesn’t works.
I found this article but i don’t know if it can help :
http://zeo.unic.net.my/notes/exclude-category-in-wordpress/Forum: Plugins
In reply to: Localized WordPress and Language switcherThanks. In fact you have to rename the language file as its explained in the documentation :
http://www.poplarware.com/languageplugin.htmlTo translate the core of WordPress, download or create WordPress language files for all languages other than English that you are going to use. What you are looking for are files like es_ES.po and es_ES.mo (substituting your language’s 2-letter code for “es”, and an appropriate country code for “ES”; it is also fine to have files without a country code, such as es.po and es.mo). They can be found in a couple of places:
Forum: Themes and Templates
In reply to: Excluding categories in the_categoryi tried this plugin but it doesn’t work for me ?
maybe it will work better for you ?
http://www.xhaleera.com/index.php/products/wordpress-mseries-plugins/mcatfilter/
Forum: Fixing WordPress
In reply to: Delete Categories in phpmyadmin?i have the same question because there is one category that doesn’t appear in the admin panel but is on the site… i can’t delete it and if i try to create one with the same name it says category do exist…
deleting the cat in phpmyadmin sounds like a good idea at first but now i don’t know anymore…
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sent byWow thanks it works, you’r a genius ! 🙂
Forum: Themes and Templates
In reply to: Excluding categories in the_categoryup
Forum: Plugins
In reply to: Set language, only change in admin panel?have you set the default language in the LS options ?