dfdou
Forum Replies Created
-
Forum: Your WordPress
In reply to: My 5 minute game blognice site
Forum: Themes and Templates
In reply to: Fluid-width design and imagesmaybe you can use “max-width” and “max-height”.
but in ie6 it doesn’t work so well.Forum: Themes and Templates
In reply to: Removing the “posted in” from the bottom of each postsearch code in your index.php for “posted in” and
<?php the_category(',') ?>Forum: Themes and Templates
In reply to: Different stylesheet for index.php page?try is_home(),like:
if(is_home()){//load style_index.css }else{}Forum: Themes and Templates
In reply to: How to resize my wordpress sitemaybe width900px?maybe 860px? i realy have no idea,in my wordpress i set width=960px,.
en,there is some themes can resize with browser size automatic.Forum: Your WordPress
In reply to: nwhy.orgClean design. Could use a bit more customization tho.
yes.with that theme can customization easy
Forum: Themes and Templates
In reply to: Plugin No installed Help Mejust check your plugin.php,i think its because this file is with BOM,delete the BOM,it maybe works well.
Forum: Themes and Templates
In reply to: Query_posts – “Read the rest of this entry” doesn’t showis there <!–more–> in your content?
en,in there is no <!–more–>,wordpress will show whole postsForum: Themes and Templates
In reply to: A new template Open Directorythanks for sharing
Forum: Themes and Templates
In reply to: Slightly dislocated footer….i think you need to modify style.css (line 308) #footer p {padding:20px 0;},if padding:18px 0;then on firefox its working well,but safari and ie, i have no idea.
Forum: Themes and Templates
In reply to: issue adding themeFatal error: Call to undefined function the_tags() in /home/anwokesblog/public_html/blog/wp-content/themes/kitten-in-pink/index.php on line 18
i think this maybe caused by wordpress version,the_tags() was first available with WordPress Version 2.3.