webfwrd
Forum Replies Created
-
Forum: Plugins
In reply to: LifeStream PluginIt’s good and cool. If only you can get rid of those tables and use li, ol or dt instead…
Forum: Themes and Templates
In reply to: When I install a theme, can I then edit its CSS and XHTML?Yes, you can edit the theme’s CSS and XHTML before or after installing the theme by just editing it’s theme files which is located inside wp-content/themes/theme-name/ . All are PHP files (but the codes are straight forward) except for the stylesheet.
Forum: Themes and Templates
In reply to: older theme crashing ApacheI downloaded it and run it on my blog, no apache crashing. Just the theme does not displaying any style (formatting).
Your theme is too messy for a WordPress theme. And take a look at line 60 and 61 inside your header.php which is not retriving the stylesheet.
And also make sure your plugins are updated for 2.6
Forum: Themes and Templates
In reply to: Is this a wordpress site/themeSince it’s sort of facebook color scheme and layout. There’s two facebook look-alike themes that you can take a look.
http://justintadlock.com/archives/2007/09/22/facebooked-wordpress-theme
http://foxinni.com/my-themes/facebook-layouts-wordpress-theme/
Forum: Themes and Templates
In reply to: I am so confused!!!Just download the WordPress, upload it to your server, go to the link http://yourname.com and follow the on-screen instructions to setup. And your blog will be ready for you to start using. Every WordPress comes with default theme. You only need to download and upload the theme if you like to use themes other than the default one.
Forum: Themes and Templates
In reply to: Can anyone find a theme similiar to this?Easiest way to do, get a theme that just use CSS (without any graphic) and try to change the CSS (color scheme) to be look like MyBB theme.
Forum: Themes and Templates
In reply to: Can’t upload any themesChange the permission of the file first, then change the theme name. You will have to use a text editor to change it though.
Just put following code in your page template –
<?php comments_template() ?>Forum: Themes and Templates
In reply to: How can i put posts in a page except home pagePut this code in whatever place (inside the theme) you want the posts to display –
<?php global $post; if (is_page()) { // Put you code for displaying post } else { // Put what to display if it's not page } ?>Forum: Themes and Templates
In reply to: Is their a base theme I can play with to get these results? $Search for the 3 columns themes inside WordPress Theme Directory, and you should see themes that you can use. Not difficult.
Forum: Themes and Templates
In reply to: “XXXXXXXX” in my side bar?Paste your sidebar code here if it’s short, or use pastebin and give me the link so that I can take a look.
It’s still in the sidebar as I can see the XXXXXXX
Forum: Themes and Templates
In reply to: Themes and Plugins?By right, theme should support any plugin. It’s just a matter of whether it has out-of-box support (just need to activate, set and go) or manual setup (which means you need to add a line or two of PHP script into theme file that you want).
Forum: Themes and Templates
In reply to: Nameless Site, No Way to SubscribeIt’s because you used & inside the title, if you really want to use &, replace it with
&Forum: Themes and Templates
In reply to: Why is my comment text green?Replace
#commentlist li, #commentlist p { font-size: 10pt; }with
#commentlist li, #commentlist p {font-size: 10pt; color:#000}Forum: Themes and Templates
In reply to: Nameless Site, No Way to SubscribeProblem 1
– Check your header.php in the respective theme folder, and double check the content inside <title></title>
Problem 2
– For the tag line, you need to add description tag inside the theme file
Problem 3
RSS Links under META section are the raw RSS link, so if you are using IE, it probably use built-in RSS reader to output the content. If you like sophisicated RSS link, use the feedburner at http://www.feedburner.com