Please turn JavaScript on

Want to stay in touch with the latest updates from ? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: WordPress Development Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  22.9 / day

Message History

I'm encountering some trouble moving a Wordpress installation from a development to a production server. The development server works just fine, but when moving to production the blog page suddenly stops working.

Homepage: http://www.elireview.com Blog:


Read full story

Edit: I have fixed my original issue, please skip to the body for my last remaining issue.

I need to make a plugin. That displays an input field to the user, takes that input field data and passess it to a php function, and then reloads that page and displays what ever the user has typed in.

What I have in my plugin file

function testytest($val1,$val2) ...

Read full story

I've seen this solution for querying pages based off of template type: Page template query with WP_Query

I'm having trouble getting it to work with posts, that are using a "Single Post Template:" rather than a "Template Name:"...


Read full story

I'm trying to hide the word "Category:" from the metadata on the Twenty-Eleven theme's footer, when I don't have one set for a given post (sometimes I will manually remove the "Uncategorized" category, and sometimes I will be using Custom Post Types with Categories I have yet to create).

I know how I can do it with my custom post types' versions of "categories" and "t...


Read full story

If I have a page called Home and then a child page with Home as the parent, is there a way to avoid 'home' appearing in the permalink for the child page?

I've noticed this with a one-page scrolling theme which asks you to set lots of pages as child pages of the homepage. From an SEO perspective, its not great to have 'home' in all the permalinks.


Read full story