molnarm
Forum Replies Created
-
Forum: Plugins
In reply to: Help with Email ActivationAnswer for your second question (static home page): I think the “set static homepage” option is not available until you actually create a public page. So you have to create the Special Offers page first, then you will be able to set it as home.
Forum: Installing WordPress
In reply to: WordPress Installation Successful but site not showing up“wordpress is installed inside the public_html folder”
To make it clear: your public_html folder contains the folders called wp-admin, wp-content and wp-includes?Forum: Everything else WordPress
In reply to: Where to start?You can upload audio files to any post by default, just like images. There are a lot of embedded player plugins.
Forum: Installing WordPress
In reply to: Database Error: Error Establishing a Database Connection“Ok, I figured it out, but I have to say that the documentation for the newby is quite patchy.”
It seems you haven’t found the Installation page of the documentation…
Forum: Fixing WordPress
In reply to: Custom post type list without a custom loopCustom post archives aren’t created automatically (but coding them isn’t difficult). So it seems the real question is “So, why it works in my local server?”
It’s worth noting that the upcoming 3.1 version will support custom post type archives.
Forum: Fixing WordPress
In reply to: Custom post type list without a custom loopTry visiting the Permalink Settings page (online version) and save it (no need to actually change anything and ignore any messages related to modifying the .htaccess file) to recreate rules.
Forum: Hacks
In reply to: how i can add new field when add new postYou need to add a meta box.
Forum: Installing WordPress
In reply to: Database Error: Error Establishing a Database ConnectionTry running http://localhost/wordpress/wp-admin/install.php and tell us what you see.
The database user and password aren’t created while installing, they should already exist. If you are sure that you won’t use this MySQL database for anything else than WordPress, you can use root but it would be safer to create a new user. phpMyAdmin is a great tool for MySQL administration.
Forum: Fixing WordPress
In reply to: Ooops, files goneIf you have a WordPress.com blog, nothing is stored on your computer.
Esmi is right, you might find more help on the other forum.
Forum: Everything else WordPress
In reply to: Where to start?Take a look at the WP e-commerce plugin.
Forum: Fixing WordPress
In reply to: Ooops, files goneIs this a self-hosted or a WordPress.com blog?
Forum: Fixing WordPress
In reply to: Custom post type list without a custom loopCould you please post the whole register_post_type function call?
Forum: Installing WordPress
In reply to: Database Error: Error Establishing a Database ConnectionHi!
First, make sure MySQL (or the database server you’re using) is running.
If yes, check your wp-coonfig.php values.
Forum: Fixing WordPress
In reply to: blog wiped out???What do you get when visiting your blog? Nothing, WP errors or a working blog with no content?
Forum: Plugins
In reply to: Filtering the Page Parent dropdownHi! I have the same question. Have you found out anything?