Saving custom profile fields
I’m adding a custom profile field to users of a specific role, like this : function add_custom_profile_fields( $fields ) { // get current … Read more
I’m adding a custom profile field to users of a specific role, like this : function add_custom_profile_fields( $fields ) { // get current … Read more
I’m attempting to remove the title attribute for post thumbnails (on certain posts), and I assume the get_image_tag filter is the way to … Read more
I’m trying to use the function get_the_tags() from outside the ‘loop’. I understand this can be achieved by using the post ID like … Read more
How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the … Read more
Related to this question (Use wp init hook to call other hooks?) but not the same. Sometimes, I found that the hook will … Read more
I’m trying to find a way of disabling the selection of the parent category within WordPress 3.5.1 (post editor screen) only when that … Read more
I’d like to only show the excerpt for the first post in my main query. I was wondering the best way to approach … Read more
I am trying to filter the Posts page in the WordPress admin to show posts that meet the criteria for “A” -or- the … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
Is it possible to change the labels for “Weak, Medium, Strong” etc… in the Password Indicator that’s used in the user profile? I’ve … Read more