Tagged Questions
0
votes
0answers
16 views
Problem with custom fields for custom meta data
I'm trying to fix an problem in custom fields for meta data information. I already added the code to add some code:
add_action("admin_init", "admin_init");
function admin_init(){
...
0
votes
1answer
53 views
Change Post Meta via AJAX from the posts list table
I've been looking around for this for a while but haven't found anything as of yet.
I have a custom post type - "books" and this post type has a custom meta field of "availability".
I would like to ...
0
votes
2answers
179 views
How to load php file for specific page in admin?
Hello and thanks for the guidance!
Trying to load a custom .php file for only my home page (template is page-home.php) by using this code:
add_action('admin_init','load_home_meta');
function ...
1
vote
1answer
281 views
Auto sort the wp-admin post list by a meta key
I am using this following code in my functions file to hide and add some custom columns to my post-edit screen in wp-admin.
I am now trying to get the post list to sort by a post meta field (last ...
2
votes
1answer
127 views
Show Custom Comment Fields when editing in admin
I'm using the Custom Comment plugin to add custom fields to my comments.
This plugin lets you define more fields for comment to let your visitors include their facebook, twitter and ... in their ...
2
votes
1answer
31 views
Can you ungroup Custom Fields?
I have been using a lot of Custom Fields to use Wordpress like a CMS, beyond simple posts and post meta. The admin area for adding new posts has little "widgetized" movable areas like the ...
2
votes
1answer
106 views
Custom text-only header
I am developing a WordPress theme and would like to make use of a custom header on a the homepage (I'm using a custom page template).
I would like this header to not include an image, but rather an ...
1
vote
1answer
137 views
Custom Fields - Taller editing area
Don't know if this is possible, but can the custom fields be adjusted to be taller in the admin panel? It's a bit tedious to have to stretch the textbox every time you want to edit an existing field ...
0
votes
1answer
307 views
Custom Field values not Showing in Edit Page of Custom Post Type
Custom Field values not are not showing in respective fields while i click the "edit" button .. they just show blank as we are creating a new post.I am able to save the values in custom field while ...
0
votes
1answer
275 views
How to programatically set the post title of a CPT on wp-admin
I've been playing with custom post types & custom fields, using a combination of the types plugin and the advanced custom fields plugin, also having done the same manually.
Occasionally I want to ...
0
votes
1answer
411 views
customizing wp user with custom fields
I want to allow the admin of a site i'm building to highly customize the wordpress user. This will be a highly advanced plugin so I'm fine creating a whole new page in the admin to do this ...
0
votes
2answers
170 views
Make separate text boxes for separate WordPress Custom Fields
I am trying to make usability of WordPress custom fields admin easier in my theme. I saw it in ElegantThemes' eStore theme. Only I couldn't figure out how to do it in my custom theme because I ...
2
votes
2answers
4k views
How to activate “custom fields” section in WP3
This is probably a stupid question, but I am setting up a finnish Wordpress installation. The "custom fields" section in the "write post" section is gone; I gather it is hidden by default.
That is a ...
1
vote
1answer
1k views
Create custom fields as image uploads
How can I define a custom field that works as an image upload? Should be fairly basic but I can't seem to find the solution.
Let's say you create the post type 'book' and want to create 3 fields: ...
27
votes
3answers
31k views
How can I add an image upload field directly to a custom write panel?
I've added a new page under "Pages" in the wordpress admin, and added several custom fields. I'd also like to be able to add an upload image field to the page editor - is there some way to do this via ...
16
votes
4answers
8k views
Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
The question is "How do I add one or more fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?" This question was asked on the wp-hackers list August 1st 2010 and I ...