Using WordPress 3, creating write panels with Magic Fields, how do I add custom fields to my RSS feed? For example, I have an ‘image of the day’ write...
My single.php file has the following code: <?php // Set and display custom field $intro_image = get_post_meta($post->ID, 'Intro Image', true); ?> <div class="block-1"> <img src="https://wordpress.stackexchange.com/questions/9637/<?php echo $intro_image; ?>" alt=""...
I’m a non-programmer and run a food website (plain – jane Dreamweaver) along with a simple WordPress powered blog. I envisioned creating a food website that is both user...
Is there a plugin available that does for custom fields what Scribu’s excellent Taxonomy Drill-Down (formerly called Query Multiple Taxonomies) does for taxonomies? 1 Answer 1 I used to...
Ok so i have added a custom field into the users edit profile page where they can add a link to a url of an image they want. I...
Here’s another conundrum that I’m toying with. There’s a routine within the sitewide tags pages plugin which takes a list of custom fields (entered in the admin settings) and...
how do I add some options to a theme? I would like to add support, in my thmes, for dinamically changing the page background. I don’t even know how...
Is it possible to a) upload image in meta box (not using default WP image uploader) and then b) get the path to uploaded this way image in a...
I have been advised how to add additional contact info fields to the User admin area here (Click here). However, I am not entirely sure how I can display...
My problem is simple. I need to make a lot of posts containing image url’s for a “photo gallery” page. I’ve read up a lot on creating posts from...