thteong
Forum Replies Created
-
Forum: Your WordPress
In reply to: New template with CSS – imagelessOpps, sorry.
I forget about these image.
Now fixed already. Just have 1 image which is banner.What you mean by Pop?
Forum: Themes and Templates
In reply to: Images in the sidebarAnother easy way is handle it using CSS.
Define a categories css and add the image url and set it into the left or right side before the “categories” word appear.
CSS
#categories{
background:url(‘img/categories.gif’) 0 1px no-repeat;
}When u put in sidebar, use something like <div id=”categories”> <?php wp_list_cats(‘sort_column=name’);
</div>Is that what u want?
Forum: Your WordPress
In reply to: Comment about my themeI am sorry with the loading speed. I just tweak my theme. Remove some javascript and button. The loading speed increase significantly.
Forum: Your WordPress
In reply to: Comment about my themeThanks for all the reply. Just added side menu for my pages. Look great too.
Between, how to make my page load faster with better image?
Forum: Your WordPress
In reply to: Please Comment About my ThemeThanks for your comment. But still my theme look messy.
Got any idea how to improve it?Forum: Fixing WordPress
In reply to: Help. admin-function.php errorHello guys, can help me with this problem?
Thanks a lot first.