wpwork
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to insert javascriptCan we include new codeline in the next release of WordPress?
<?php bloginfo(‘javascript_url’); ?>
And the default javascript name is “javascript.js” or “script.js”
Forum: Requests and Feedback
In reply to: Multi-Language Support?Polyglot is not HTML conform!
Forum: Everything else WordPress
In reply to: Can I setup mutiple language weblog sites?The link ( http://avinash.apeshell.net ) is incorrect.
Forum: Requests and Feedback
In reply to: Multi-Language Support?I search a language switcher for wordpress 1.5, or a multilingual blog like b2evolution.net!
Exists a WordPress Plugin for that?
Forum: Themes and Templates
In reply to: CSS Style SwitcherThanks! It works! 🙂
Forum: Everything else WordPress
In reply to: Can I setup mutiple language weblog sites?Yes I search also! ……
Forum: Requests and Feedback
In reply to: <?php wp_list_pages(); ?> create to mutch code!!!A small solution :
-
<?php wp_list_pages(‘title_li=’); ?>
found on: http://codex.wordpress.org/Template_Tags/wp_list_pages#Display_No_Heading_and_Not_in_a_List
Forum: Requests and Feedback
In reply to: <?php wp_list_pages(); ?> create to mutch code!!!In which file I have to delete the list HTML elements?
(ul and li elements are good, but for a normal navigation the php query wp_list_pages() create to mutch list elements.)HTML Generation by PHP is not good.
Can we fix that problem in a next release?THX