I really need from dpier about this. I have run my wordpress site: http://thetravelandhotelguide.com everything ok but when I just change the theme, sudenly "tags" section content on sidebar disapear. like text is same colour with sidebar colour ( take a look on my site). also I have problem too about my "random image plugin" , how to make random image with thumbnail and same size at sidebar? I have try implement this plugin but the result is the image is unregular size some big and other tiny pic. anybody know to solve this problem ? sorry Im very new at wp.
let's do the tag one first click on Presentation, and locate your theme files on the right of your screen. You are going to have to alter the file called style.css you will need to add the following .tag_cloud li a { color: #fff!important; text-decoration: none; } Code (markup): once you add that click save. You should now see your tags linked from your sidebar I haven't worked with the random image plugin, though, but there usually is a setting to make the thumbnails the same size, click on settings, and select Random Image..take a look at what settings are there...don't be afraid to experiment, you can always undo what you've done. Good luck!
thank for your advice, I have place that code to style.css but still didn't work well. any alternate ?
hmph.. that was going to be my suggestion as well , that should work to clear up your first issue. Nigel
I just looked at your styleshhet located at: http://www.thetravelandhotelguide.com/wp-content/themes/feel-the-freedom-10/style.css it hasn't been changed! you probably have to change permissions on the file first to make it writable... FTP to your site and navigate to this directory: wp-content/themes/feel-the-freedom-10 right click on the file style.css and you should have the option to change permissions..it should be chmod 666...now style.css is writable alternate method is to login to your domain c-panel and go to file manager and navigate to the same directory and chmod the file once the file permission is changed go back into your WordPress and enter the code above again and save (or update) it should work now!