Chris_K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide a PageOK, so what is in there listing the Pages? You have to help here a bit; I can’t look over your shoulder 🙂
If you can’t readily identify whatever code is listing pages, just go ahead and post a copy of your header.php’s source over at http://wordpress.pastebin.com and give us a link here and someone will have a look.
Forum: Fixing WordPress
In reply to: Hide a PageDepends on how your theme handles pages. Commonly, you’ll find the function call wp_list_pages. If so, you can exclude a page (or pages) from the list with just a bit of editing.
Try looking in your theme’s header.php file.
Forum: Themes and Templates
In reply to: my theme won’t changeYour theme is twentyten now. Did you get it fixed?
Forum: Fixing WordPress
In reply to: Can I use the wp My_Sql db with other vendor forms?Well, I don’t know. 🙂 Looks like at the simplest it’ll simply email you the data. Sounds like you want more than that(?).
If you want to save data from an emailmeform.com form in a database I think you’d have to see what they offer for integration options. And a lot of that depends on what sort of integration you want. Do you just want data in a table or do you want to collect data and integrate with WordPress user data? (these are rhetorical questions, but without some sort of idea of where you’re headed people can’t really make useful suggestions)
Perhaps someone has built a plugin.
Forum: Installing WordPress
In reply to: Duplicate copy for testingAre your copied DB tables in a different database from the original? They either need to be or they need to have different prefix (which you then set in wp-config.php).
Assuming that’s not an issue, check out Changing_The_Site_URL in the codex. The first option should work for you to just force the copy to use a different URL.
Oftentimes, for a quick copy I’ll just setup another WordPress install “clean” and then copy over plugins and themes from the original to the copy and use WordPress’s Export on the original and Import on the new one to quickly shoot over the contents.
Forum: Fixing WordPress
In reply to: Can I use the wp My_Sql db with other vendor forms?what would be an example of an “other vendor forms?”
You can certainly use the WP database for other purposes / applications as long as those don’t overwrite your tables (which is pretty unlikely to happen, really).
Forum: Fixing WordPress
In reply to: Form align helpOpen your theme’s style.css and find this section:
.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center; }Either comment it out or remove it.
Forum: Fixing WordPress
In reply to: RSS Feed ErrorNo error here either (Chrome browser).
Forum: Fixing WordPress
In reply to: where is the plugins tabIf your site is the one in your profile you won’t find it. You’re on wordpress.com. They provide your hosting.
We support folks hosting themselves using the wordpress.org package.
Forum: Installing WordPress
In reply to: how long should I waitThat is my understanding, yes.
Forum: Installing WordPress
In reply to: how long should I waitI wonder if your host is running PHP 5?
I ran into a similar issue with a client’s site at 1and1.com. I had to add this line to the top of their .htaccess file:
AddType x-mapp-php5 .phpForum: Installing WordPress
In reply to: how long should I waitAlas, that’s not normal. The upgrade I just finished took about 10 seconds.
What’s the last status message you received — and who is your web hosting company?
Forum: Fixing WordPress
In reply to: All my pages are “Page 404 Not Found”!!!!Is that the default?
Nope. Try visiting Settings -> Permalinks and setting them back to Default. Do links then work?
If so, try setting Permalinks back to what they currently are again. When you save them, check the bottom of the screen to make sure there are not messages or warnings there.
You can find additional trouble-shooting tips at the Using_Permalinks page.
Forum: Fixing WordPress
In reply to: Completely disable users from registering and commenting on my page(did you search for PHPbb integration plugins? Seems like there used to be a few)
As for your items:
- General Settings. Uncheck “Anyone can register” by Membership
- Edit your current theme’s template files. Look in index.php, page.php, single.php for starters.
Forum: Installing WordPress
In reply to: Can’t install wordpress into root file of my domain please helpThe only one who put it into /wordpress would be you when you FTP’d the “/wordpress” folder to your host.
Delete that off the host and FTP it again, but upload the contents of the wordpress folder to your root, not the actual folder.