dulldesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: different background color for different categoriesthanks chris!
i did the get_the_category thing as your suggested. then i put down the color # on the category description. then i just used this code:
bgcolor="<?php foreach((get_the_category()) as $category) { echo $category->category_description . ' '; } ?>"
it works perfectly! thanks!
Forum: Fixing WordPress
In reply to: different background color for different categoriesit’s for the lists of posts.
i want different color for the background color of the header on the post.
that way, people can tell what this post is about right way.Forum: Fixing WordPress
In reply to: different background color for different categoriesanyone that can help?
Forum: Installing WordPress
In reply to: 2.7.1 and my pluginsit works fine again
after i put this piece of code been in my header: <?php wp_head(); ?>thanks all
Forum: Plugins
In reply to: 2.7.1 and my pluginsit works fine again
after i put this piece of code been in my header: <?php wp_head(); ?>thanks all
Forum: Plugins
In reply to: 2.7.1 and my pluginsany of the plugins that shows on the blog stopped working.
i am referring to those plugins that are used as widgets.
for example, the Let It Snows! stopped snowing while the Akismet is still catching spams.
wp-polls is not letting people vote, but the mailpress still works…specifically, the following plugins are not working:
1) let it snow,
2) lightbox 2,
3) wp-polls,
4) wp-polls widgets, and
5) twitter toolsForum: Installing WordPress
In reply to: 2.7.1 and my pluginsspecifically, the following plugins are not working:
1) let it snow,
2) lightbox 2,
3) wp-polls,
4) wp-polls widgets, and
5) twitter toolsForum: Installing WordPress
In reply to: 2.7.1 and my pluginsany of the plugins that shows on the blog stopped working.
i am referring to those plugins that are used as widgets.
for example, the Let It Snows! stopped snowing while the Akismet is still catching spams.
wp-polls is not letting people vote, but the mailpress still works…