I’m trying to make a nav to access all the different galleries on a single page. Instead of hard-coding all their names out. I was curious if it was...
I have created PHP scripts before to export a database table to .xls format like this: $select = "SELECT * FROM tracking"; $export = mysql_query ( $select ) or...
I am creating a custom events page and I want to know how to create a custom meta box to save event dates. I don’t want it to be...
I tired to use isset($queryvar) but that didnt work, so I implemented my own function qv_isset, but it runs into a problem when $ch is set to 0. $cls...
I just read “How to create option page for wordpress theme” in wp.tutsplus.com – I have a problem with getting categories . there is two parts to my question...
I have a Query searching for a meta value I have added to my posts (meta-select). I have it feeding out in a loop with 4 results. Let’s say...
I am going to implement a favorite post system so users can save their favorite posts for later reading. I want to know what is the best approach for...
Hi i have a WordPress installation with over 35000 pages which are sorted into trees like so … There is an ongoing issue with page edit loading very slowly...
Hi – I’m hoping this is the right place to be asking this question. I am in the process of moving my full football club website onto WordPress, therefore...
I’m creating a plugin and I want to automate the creation of a MySQL Trigger on a table. The problem seems to be that $wpdb->query doesn’t appear to accept...