coolger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dynamic content to static pageSure, WP can deal with that.
Write a new ‘Page’, can choose the option: ‘Page Template:’ as ‘Archives’, close the comments and pingback, give a slug for your page. You don’t need to write anything, just publish.
To define the detail of the archives list, create a php file named after archive.php under your theme’s dir. (many themes prepared it for you)
Forum: Everything else WordPress
In reply to: PHP HostingTry http://www.zap3x.com,
PHP+1MySQL, Speed is also nice. Only AD banner is bad.
Forum: Installing WordPress
In reply to: Host Upgraded 12-26 to php 4.3.10: WP not compatible?My host was also showed me those messages a few days ago. but they fixed them soon.
Forum: Themes and Templates
In reply to: Using WP Without CSS?CutePHP is what you are finding.
http://cutephp.com/
It’s style is based on tables. You can try it.Forum: Fixing WordPress
In reply to: How often do you need to edit index.php?Yes, index.php determines what and where your elements should be shown, and xxx.css just tells the browser how they look like.
Forum: Fixing WordPress
In reply to: css toolsFirefox have a plugin : CSSeditor, that is free and easy to use.
Forum: Fixing WordPress
In reply to: Not showing the full datetry the command : the_time(), instead of the_date(). and….
type the format in command , such as — the_time(“Y/n/j/G:i”), instead of set in WP’s option.Forum: Everything else WordPress
In reply to: WP Touted in the GM Forums!Yeah, somebody is telling the truth.
Forum: Fixing WordPress
In reply to: Calendar…Because ONLY Calendar is a <table>xxx</table> for a CSS+Div based WP, en…, check your style file, and see is there any defination to make the “table” element disappear.
Forum: Fixing WordPress
In reply to: wp-loging.php times outIt seems like a server’s problem.
Forum: Installing WordPress
In reply to: Upload to Where?The path that you want file to be uploaded can be set as your wish in option.
Note that you have to creat the dir at first and set it as writable.Forum: Fixing WordPress
In reply to: Only works via localhostFirst, change the URI in general options. If it dosen’t work, you may try to revise all the “localhost” to “169.254.1.1” by accessing the database directly (phpAdmin). Actually, when I changed the host, I did it in the second way.
Forum: Everything else WordPress
In reply to: dirt cheap hostingsounds nice. $5/y?!
Forum: Your WordPress
In reply to: MT 3.1 vs WP: guess what WP winsI used MT up to 3.0 … I dived into WP finally, and I feel it better than MT. yeah, I believe every one who can see this message think so.
Forum: Everything else WordPress
In reply to: am i missing something?Yes, nothing should be ABSOLUTELY NECESSARY. But if we can make life better, why not?