Here’s the setup: The client uses a proprietary custom-coded PHP CMS and is wanting to move to WordPress with BuddyPress. The old, custom CMS has a roster functionality, which...
Here’s my situation. I want to use a modified version of the WordPress Press This bookmarklet to pass the current page URL to a custom field on my post....
let’s say I have 100 categories and each has 10 custom fields for it self,for example : category Computer : Cpu – Hard – Ram – … category TV...
Is there a way to populate the custom field dropdown box when you install a theme? I want to make it easier for users and avoid having them add...
As of now I have a perfectly working script for a single meta-box. (I’ll supply the details below.) However, I want to add more meta-boxes but am having trouble...
I’m creating a very basic WordPress plugin whose purpose is to display a numerical value beside each post. My Logic for the plugin function (plugin.php) is this: <?php function...
Having a bit of trouble with an image upload custom meta box. What happens is the uploaded image is created as an attachment but the wp_handle_upload seems to kick...
I have a custom search which is a form that submits to the same page and uses wp_query to filter the results for a jobs site that I would...
There are tutorials that explain how to limit a search to a specific category. My question is, is there a way to configure wordpress’ search to, within a custom...
I’m in middle of re-building a website that’s coded in a rather terrible custom CMS. Since the site is essentially a blog, I’ve been doing it in WordPress. One...