gafa on "The limitation or error of $wpdb"
Hi for one page, I try to use a $wpdb->get_results() with a complex query (3 joints on the standard tables). The query runs directly on mySql, returns 2 results as expected, but $wpdb returns...
View Articlehans@jonkhof.nl on "Redirecting old pages to new pages on a wp site"
I migrated a Pixelpost photo site to wordpress, I also changed it to another subdomain. What I would like is to have an index.php in the old subdomain which leads users following existing links to...
View Articlescorch20 on "Adding search bar via Shortcode to .php template"
http://westonfit.com/programming-and-classes/large-group-training/trx-classes/ I need to add this piece of code to display ajax search bar. echo do_shortcode('[wpdreams_ajaxsearchpro id=4]'); as you...
View Articledjhackraj on "Deeplink"
How To Create DeepLinking Tool... Jast Like Auto Affilate Links ....
View Articlerobertosalemi on "data entry from outside"
Hello to all, I need to create an application that will allow me to send via post insertion smartphone. A member of staff is developing the app that lets the user login and sending the content of the...
View ArticleMyar on "rewrite rule for ?tag=&category_name="
Hi! I need the rewrite rule for htaccess, to get mydomain.de/apple/fruits from mydomain.de/?tag=apple&category_name=fruits I want to build some tagsites as topic pages and style them indivudally...
View Articlelieutenantdan on "wpdb update"
Everytime I try and use the wpdb update it never works but doesn't throw any errors... $wpdb->update("wpjb_job", array('confidential' => $value), array('id' =>...
View ArticleRicardo on "Force rewrite rules when updating in Multisite"
In many of my WP sites, custom post type and taxonomy URLs return 404 errors right after certain updates. Fixing this is as easy as flushing rewrite rules visiting the Permalinks page, but when you're...
View ArticleSinsabit on "Does changing link to an upload change the upload's properties"
File properties question, hope Hacks is best forum for it! Say I create two MS word (or pdf) files "draft" and "final" on say 12th June and then upload them to the "uploads" directory on wordpress. I...
View Articlemrfraz on "Last 7-Days-News"
I have a Snippet for Posts for today by categorie. Can i Change this to the last 7 Days? (seperate by day not category) <?php $today = getdate(); $categories = get_categories(array('hide_empty'...
View Articleshihabmalayil on "what error in my CPT and Template ?"
Hi this is CPT with custom fields. <?php add_action('init', 'wlg_cstm_register'); function wlg_cstm_register() { $product_labels = array( 'name' => _x('Products', 'post type general name'),...
View Articlemathieuhays on "manage wp user query output"
Hi everyone, I don't manage to use the wp_user_query output through jQuery. Array[1] 0: Object >ID: 3 >allcaps: Object >cap_key: "*****wp_capabilities" >caps: Object >data: Object...
View Articlemiguel@gabard.se on "Uninvited guests"
Hi! How can I filter uninvited guests who leevs mesages in other lenguages (for example chinese)? They register them selvs as subscribers and I have to work x-tra time to delete them every day. Miguel
View ArticleJPry on "WP_Query in admin bar breaks post editor"
Hello, I've written a plugin that, among other things, adds a custom menu to the Admin Bar. This menu uses a custom WP_Query object to retrieve a list of a specific custom post type, and then builds a...
View Articlenegyvas on "query post random order but with even exposure?"
Hello, I am new to this community and wordpress, but I am already loving it :) I have found a lot of cool information here, but not for my current problem. I am building custom banner slider for...
View ArticleHowdy_McGee on "Guide to Restrict Role From Pages"
I'm looking for a guide or something to follow to play around with restricting role access from a page and all it's sub pages. I've looked around on the googles and I've looked through the codex but...
View ArticleVahan4033 on "Add new column in "posts" table?"
Hi I want to add new custom column to post table and display wordpress loop sorted by that column. Is it possible or not.... will wordpress work normally or I have to do additional changes in core? Now...
View Articledjtari on "How to remove page=optionsframework option"
Hi there i have an image embedded on my template theme options dashboard with ( when i hover on the link > this is where it's linked>...
View ArticleMatthewRuddy on "Image Resizing Function - An Alternative to Timthumb"
Hey all. I've been working hard on updating my plugin the 'Easing Slider'. A fairly massive update is on the way, and being a slideshow plugin image resizing is always a hot topic. I had been using...
View Articleuniquelylost on "is_page theme options not working"
Hi, I created theme options to insert a page title into a function but can't seem to get it to work... if I manually enter the page title into the is_page it works though. Here's my code- function...
View Article