| bio | website | markratledge.com |
|---|---|---|
| location | Missoula, MT | |
| age | ||
| visits | member for | 2 years, 10 months |
| seen | 4 mins ago | |
| stats | profile views | 283 |
My WordPress consulting site: markratledge.com
|
Jun 12 |
comment |
Hidden Text Ads Questions about hacked sites are contrary to the FAQ: wordpress.stackexchange.com/help |
|
May 27 |
comment |
Too many connections to server 1&1 is a problematic host. Their "Unlimited" package is far too cheap to be quality. Search the wordpress.org forums for opinions on them. And do a reverse DNS lookup on your IP to see how many other sites are on your server; that's another reason for an overloaded server. |
|
Apr 20 |
comment |
customize wordpress database error page Then disallow that file to be cached in W3TC. |
|
Apr 14 |
comment |
Create a “Dummy” parent page for a hierarchy in page listing? Thanks for all this; it's appreciated. But if non-CPT pages - regular WP pages - can't be children of a CPT, I guess I'd have to change the pages to CPTs. The thing I did for now was make blank parent pages and block them in robots.txt; and then use custom links in the menu with http://# to not use the parents in the menu. |
|
Apr 14 |
comment |
GetShopped Ecommerce: hide checkout form from customer until shipping country selected You pay your money and you take your chances. People on WPSE are not obligated to help when the company won't. But some can and will. It's been discussed before: meta.wordpress.stackexchange.com/questions/1233/… |
|
Apr 12 |
comment |
Create a “Dummy” parent page for a hierarchy in page listing? s_ha_dum and Wyck: CPT, good idea; I'll look into that. So non-CPT pages - regular WP pages - can be children of a CPT? |
|
Apr 8 |
comment |
Wordpress refuses to send mail, “…your host may have disabled the mail() function” I also said "restrict" php mail. Try an SMTP plugin. |
|
Mar 24 |
comment |
CHMOD 0777, but Wordpress still not able to write files/folders "Thanks for your help, anyway." Well, not so fast. Installing suPHP was peripheral to the issues at hand. If you're running your own VPS, you need to learn server admin. |
|
Mar 23 |
comment |
CHMOD 0777, but Wordpress still not able to write files/folders This question isn't WordPress related; it's server admin. See serverfault.com |
|
Feb 7 |
comment |
What does this error mean? WordPress database error: [MySQL server has gone away] Liquidweb is not a WordPress-recommended host. |
|
Jan 20 |
comment |
What is the required format for importing posts into Wordpress? Questions regarding wordpress.com are outside the scope of WPSE. See the wordpress.stackexchange.com/faq |
|
Dec 24 |
comment |
Importing changes to Child Theme Windows or OS X? |
|
Dec 11 |
comment |
Wordpress: robots.txt gives 500 Internal Server Error Good that it worked; I added a sample robots.txt file. The original problem might be that Content-Type: text/plain; charset=utf-8 in the function, or something on your server; windows or linux? |
|
Dec 11 |
comment |
Wordpress: robots.txt gives 500 Internal Server Error Post the whole function from functions.php that tries to generate the robots.txt file |
|
Dec 9 |
comment |
Adding jquery using php function @user1757516 said: "I'm going to let people know about this." Exactly who? |
|
Nov 26 |
comment |
Plugin html-on-pages: URL not redirecting s_ha_dum, you're right; I deleted reference to GUIDs in the database. |
|
Nov 23 |
comment |
Show dashboard bar on website when logged in "The 'Show Toolbar' tick box is ticked and it is still not showing" was not part of your original question; that's why I said to check that and tick it if necessary. if it's still not showing, then you're missing the footer call in footer.php wp_footer(); or have a CSS conflict. |
|
Nov 23 |
comment |
How can I make my blog private? plugins.trac.wordpress.org/log/absolute-privacy revsion log states it was updated 3/12. I use the plugin all the time om 3.4+. See wordpress.org/support/topic/… |
|
Nov 23 |
comment |
How can I make my blog private? What about <a href="wordpress.org/extend/plugins/absolute-privacy/… Privacy « WordPress Plugins</a> ? You can require login and registration for all users. The plugin also disables RSS feeds. |
|
Nov 22 |
comment |
Load .txt file for login_message in wp-login.php You're right, good point. This is for use in a child theme. But I can see the difference now. |