Dervila on "Need hook which fires when user hits "trash" button on custom post"
I need to run a function right after the user hits the "trash" button on a custom post. {$old_status}_{$new_status} won't help because those and their relations fire after the custom post is trashed. I...
View Articlerafamadrile on "obtener variables get url wordpress"
Buenas. Tengo un problema un poco complejo de explicar. Estoy montando un wordpress donde tengo una pagina (galerias), con una serie de fotos. Los enlaces permanentes estan configurados como "Nombre...
View Articlejqz on "Bad P elements added by shortcode processor??"
I am not sure how, as I've looked at the code in shortcodes.php and can't see how they could be creeping in. I've eliminated and processed the unwanted P elements as indicated at...
View ArticleTim Brugman on "Adding links to internal pages by id"
Hi. This is my first discussion thread on WordPress functionality so let me know if this is not the right place or if I'm doing something wrong. The other day I ran one of those online website...
View ArticleDervila on "Need hook which fires when user hits "edit" button on custom post"
I need to run a function right after the user clicks "edit" on a custom post. {$old_status}_{$new_status} won't help because those and their relations fire after the custom post is edited. I need the...
View Articletiofelix on "I'm trying to create a solution to upload images outside the...
I'm not sure if this is the correct section of the forum to ask this but if i'm mistaken, please tell me where i should go and i can post it on the correct section. I have a wp MU with many subsites,...
View Articleacrane on "Search Taxonomy terms not posts"
I want to generate a list of Custom Taxonomy terms, through the searchform. I don't need to return posts associated the the term, I want to return the terms themselves that will link to get_term_link()
View ArticleHamesy on "Soundcloud to thumbnail"
Hello, I've been searching in internet how to do something like this: http://themeforest.net/item/lilith-creative-shop-wordpress-theme/full_screen_preview/7593734 but with soundcloud player. I...
View Articlemortrza1371 on "new rich text editor in admin"
I use Following functions to add new new rich text editor in admin . add_action( 'add_meta_boxes', 'adding_new_metaabox' ); function adding_new_metaabox() { add_meta_box('html_myid_61_section', 'ویژگی...
View ArticleWebmaster_crawl on "Page Load and Scroll from right to left"
I would like a wordpress page to load in background, then scroll right to left and come in viewport.. For example please see this link https://www.dropbox.com/guide/admin On click of any link, the next...
View ArticleDanUnion on "Query number of posts in search result and load content...
Hi there, wondering if someone could help. On my search results page i currently have this code, which loads a content template for the posts when it finds posts, or if no posts are found, loads a...
View ArticleDrMosko on "HELLO, i NEED TO KNOW IS IFRAME FROM WORDPRESS SITE REMAIN IN...
WHAT I SEE IS THE IFRAME NOT GETTING COMMAND LINE PLUGIN_DIR_PATH, i'M TRYING TO GET THE DATA FROM THE IFRAME INTO THE WORDPRESS SITE , HANDLE IT AND SEND IT BACK AGAIN TO THE IFRAME - HOW DO I DO...
View Articlerobertsmith on "My Blog "Gmail Customer Service 1-866-441-4509""
HI My Bog Gmail Customer Service 1-866-441-4509.wordpress.com has been removed i don't know what is the problem.
View Articleserj.stratu on "wordpress render gallery html"
Hello guys i want rewrite my galery html instead of the standard. now i have this html <dl class="gallery-item"> <dt class="gallery-icon landscape"> <a href="{image url}"></a>...
View ArticleDervila on "Changing permalink in code"
I would like to change the permalinks for all custom posts of a certain type in a program. I have the hook I need, the function works, I see how to get the permalink, but I don't see how to change the...
View Articletihomirmat on "Redirect to thank you page after submit"
I am trying to redirect users to THANK YOU page after submitting. I use default theme contact form. I'm a complete novice and don't know how to make it work. http://tetefinance.si/kontakt/ Thank you...
View Articlecarlitocenteno on "Add additional classes to wp-caption"
Currently, wp-caption gets classes such as "aligncenter." However, I'd like to add the size-specific classes that the image gets, e.g. "size-medium," etc. This will give me the ability to target it for...
View Articlejoshjosh on "Play Audio Reading of Text of Post and Have The Text Transform...
Hello. Can anyone perhaps point me in the right direction about how I could play an audio reading of the text of a post, and have the words transform (change color, underline, bold, etc.,) as they are...
View ArticleDavid M. on "Unregister a widget area without id"
I want to unregister a widget area provided by a parent theme. This is what the Codex advises: <?php unregister_sidebar( $id ); ?> And this is how the parent theme registers the sidebar:...
View Articlejoshjosh on "Permanently hide post from logged-in user once user has viewed...
Hello, all. I'm looking for a methodology that would result in a post being permanently hidden from a specific user who logs-in and views the post once. I want the post to disappear after the user has...
View Article