scriptygoddess RSS Feed
 
 
 
 

Archive for WordPress

open_basedir restriction in effect error on WordPress page

This is the second time I've run into this problem. I opted not to post about it the first time, because the solution was so simple it was kind of silly. But lo-and-behold – I hit it again and forgot what the solution was anyway.
I know there can be more than one thing [...]

IMPORTANT – WARNING – BEFORE YOU UPGRADE WORDPRESS

If you are using the default theme and have made modifications to it without renaming it – you may be in for a surprise when you upgrade using the new easy auto-upgrade button. Your theme will be replaced with the original one that WordPress came with. For all I know there's probably already a document/installation [...]

Show subnavigation for just the main nav/section you're in (WordPress)

When you use wp_list_pages() – you get a full dump of everything. If you restrict the depth, then you might not be showing the child / subpages under each page.
The code I have below will first list only the "main nav" (parent) pages. If you click on one of the main nav / (parent) [...]

10 WordPress plugins I can't live without

In honor of "Thank a WordPress Plugin Developer" (yes, I know I'm a little late. hush!) I wanted to recognize some plugins and their developers that have made my job so much easier. (FYI – Most of these plugins are particularly helpful when using WordPress as a CMS). I know these kinds of lists have [...]

get_search_form() in wordpress

So I've discovered a new feature in WordPress 2.7 – get_search_form(). What this will do is first (for backward compatibility sake) look for a file named searchform.php in the theme directory – and if it doesn't find it then it generates the HTML for you. (=cringe=) Yeah. You just know I've gotta be overriding that. [...]

Joomla vs Wordpress

I've long been a fan of creating non-blog sites using WordPress and pushing it's content management abilities to its maximum. However, I'm about to develop a site that could involve at least a hundred pages. This has been one of the issues I've had with WordPress when used as a CMS – it's "page management" [...]

Call for help – strange search problems

It's been a while since I made a plea for help on here. But this time I'm really stumped.
Here's the short story:
A brand new clean install of wordpress – no plugins, no posts even except the default post. No funky characters in the blogs name. As plain vanilla as you can get. Run a search [...]

Put comments on a separate page (in wordpress)

I've had a few clients ask for this, and I saw some requests to do this on the forums, but no one ever that I found came up with a solution. Here's the scenario, you have your blog posts, and maybe they're long, and rather than make the page *even longer* by dumping the comments [...]

Moving a Wordpress Install

One of my clients recently purchased new servers and wanted to migrate all their sites to the new servers. Some of these sites were wordpress powered. Thankfully, I found this article that made the move a breeze.
The critical thing I want to save for my future reference is the following sql lines from that post:
UPDATE [...]

Get Wordpress to use sendmail instead of mail()

Same project I just mentioned below – something funky was going on with Wordpress not sending emails. I had a server admin looking at the server and I'd submit a comment on the corporate blog and no emails would get sent. I even tried using a plugin that forced wordpress to use SMTP, still would [...]

You are currently browsing the archives for the WordPress category.

Categories

Archives

Bookmarks

WordPress Resources

Meta

ADVERTISEMENTS