blurfun
Forum Replies Created
-
Forum: Plugins
In reply to: how to redesign woocommerce "shop page".Thank you, I can use CSS to change the style of products list, but the feature image lost quality,cause i can see the output image size is 150×150, when i change the css,this image source can’t change.
I thought Woocommerce has function to setup all those thing, but i can’t find it.
i re-install the wordpress, it works.
Forum: Fixing WordPress
In reply to: How to show sum numbers of posts in several categories ?Thanks a lot.
Forum: Fixing WordPress
In reply to: how to use IMG tagyes, i use it in a page template
Forum: Fixing WordPress
In reply to: how to use IMG tagSorry, i don’t understand.
you mean like this?
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/aozhou123-logo.gif" alt="test">doesn’t work too 🙁
here is image url:
http://www.aozhou123.com/aozhou123/wp-content/themes/aozhou123/images/aozhou123-logo.gifForum: Fixing WordPress
In reply to: can i use different background color for single.php ?use this will do.
body.single {
background-color:red;
}Forum: Fixing WordPress
In reply to: can i use different background color for single.php ?Forum: Fixing WordPress
In reply to: how to show sum numbers of posts in one category? (just the number)thanks a lot.
Forum: Fixing WordPress
In reply to: I can't have too index.php ??thank you so much.
Forum: Fixing WordPress
In reply to: how to delete Categories ?wow,,, thank you so much!
Forum: Themes and Templates
In reply to: why inline element doesn't work?Thank you so much.
But still does not work.I think maybe something about PHP,
it works on pure CSS