TLCJohn on "How to remove "Archives for" from the page title"
Hi there All Please can someone guide me in the right direction - I have been looking all over the place via Google, but I am getting nowhere. And the wife tells me "Google is your friend" :( Not...
View ArticleWebTechGlobal on "postbox-container-3"
Sorry had to remove a comment. I went and commented on the wrong post.
View Articlemarcelotorres on "Customize native gallery search"
Hi, I need to customize the search of the gallery. I've got the script for this, is already working on wp-admin/upload.php, but I need to also work in the search for media gallery. Anyone have any idea...
View ArticleWebTechGlobal on "postbox On Multiple [views] in a single [page]"
If you look at the TablePress plugin which makes use of postboxes. You will see that the menu of tabs is the same menu as in the Wordpress admin menu. I want to improve on this and I'm almost done but...
View Articlesh3nka7a on "Querying most commented in the last week"
Hello, im trying to show the most commented 5 post in the last week, here is my code $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'orderby' => 'comment_count', 'order'...
View Articlexymalf on "Amazon API"
$amazon = new Zend_Service_Amazon('AMAZON_API_KEY', 'US', 'AMAZON_SECRET_KEY'); $results = $amazon->itemSearch(array( 'SearchIndex' => 'Books', 'Keywords' => 'php', 'ResponseGroup' =>...
View Articleanne3nidad on "Integration"
Hi, Our team is planning on building integration components. We'd like to know what you guys need, like do you need to integrate user CRUD, some Entity CRUD or what. Your feedback is very much...
View ArticleSeacatDesigns on "Plugin jQuery and CSS Overload?"
Honestly, I don't know if this is the right section to ask this. Today I ran into a couple plugin conflicts that made me start thinking about this. I wound up having to do kind of a hack where the...
View Articleasidre on "WP_Query ignoring the posts_per_page argument."
I have a custom post type which i want to use pagination hence i have the code set up like below: global $wp_query; $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1; $args = array(...
View Articlerobbiehenry on "Need Help with a Survey"
I have this site that I have taken over as the webmaster. For the homepage book an appointment form, I need to add a survey question upon submit of which location. Refer to this dev site......
View Articlejasperg on "Create a list of posts with topic heddings"
I hope this question makes sense. I am designing a page for a second hand bookshop, It will be linked to in a weekly email newsletter containing that weeks books added to the store, so subscribers can...
View Articletotland on "How to duplicate Vimeo shortcode"
I use the standard Vimeo shortcode for embedding Vimeo videos (http://en.support.wordpress.com/videos/vimeo/), and really like the responsive markup it produces. I also have my own video player that I...
View ArticleHarroH on "Hack wp_head"
Hi All, I'm trying to affect the wp_head to change to that one of another page. However, the normal workaround of wp_query is not working here. Any suggestions how I can get the wp_head of another page...
View Articlejackovok on "How can I disable the default jQuery loading of WordPress 3.9.1?"
Hi I don't wish to use jquery 1.11 but it comes default in WordPress 3.9.1, along with jQuery Migrate. I dont want them. How can I get rid of that? I dont want to see the following lines: <script...
View Articledavidmaxwaterman on "projects disappeared from all page"
Hi, Our design department have tasked me with making some changes to their wordpress site - I've not touched it before, but am somewhat familiar with the technologies involved. We're using wp 3.9.1...
View Articlethemarcthomas on "Multiple groups of grandchildren break WordPress Walker class"
'm currently integrating Foundation 5's accordion and WordPress via a walker class. The original was made by AWshout here: https://gist.github.com/awshout/5375157 The side menu on the left is an...
View Articlexymalf on "Wordpress plugin - Amazon products"
My first question is are variables used in forms Global and can you get their values with the GET_$ command? My second question is how do I call the amazon_api.php file and then save the results in a...
View Articleshazdeh on "urlencode_deep function and wrong URL"
This seems like a bug with urlencode_deep function: print_r( urlencode_deep( array( 'width' => '80%' ) ) ); The result of that is: Array ( [width] => 80%25 ) Notice the extra 25 in the parameter....
View Articlerajika4ever on "How to get Data To Wordpress Tinemce listbox from database"
i am developing a WordPress shot-code plugin. i have added a listbox in tinymcs and i need to load data to tinymcs from wordpress database. i can not hard code the listbox values since all my...
View Articleerpatton on "Active Directory - Grant/Restrict Access to Content"
Hello WordPress gurus! We have a client who is wanting to be able to restrict/grant access to pages on a WordPress site for certain groups in their Active Directory. Do you know of any plugins that...
View Article