CentOS 6.3 | PHP 5.3.27 | MySQL 5.5.27 As of recently, one of my customers has been experiencing extremely slow…
PHP codes for wordpress
Hello guys so I am making a car review wordpress magazine and I am having issues with php codes as…
How to localize theme?
I am currently trying to localize my theme, and am still a little confused with when to use e, _…
How to optimize this code php query_posts wordpress
How could optimize the following code which is made on wordpress query_posts. The general idea is to show all the…
Woocommerce international shipping function needs corrections
Any ideas how to auto select international shipping when choosing another country other than the U.S? I wrote the following…
How to correctly load two different main menu based on the user language in WordPress? Is it a good solution?
I have the following problem developing a WordPress theme and I am here to ask you if this solution could…
How do I stop wordpress redirecting from subdomain to primary?
I want to have 2 versions of the site. A testing/development version, and a public, live version. When I try…
WordPress HTTP API results in JSON_ERROR_SYNTAX
I’m Trying to correctly use wp_remote_get in my wordpress plugin which uses our API. The API checks the request body…
PHP get object property not working, using WordPress and JSON API plugin
I’m modifying the WP JSON API core to return just the post titles from a query result object, rather than…
How to change text of shipping address and billing address on order recieved page of woocommerce checkout?
I am using woocommerce for create shop in wordpress. i had change text of billing details to shipping details and…
How identify the browser language of the visitor in WordPress?
I have the following problem using WordPress: When the theme is loading I have to save in a variable (or…
Undefined variable: row?
I’m trying to select the post_title from wp_posts with a query which I did using this method: global $wpdb; $test…
Trying to Query remote wordpress db
I’m trying to retrieve som data from a remote wordpress site (to another wp site), the code below returns an…
Trying to Query remote WordPress database
I’m trying to retrieve some data from a remote WordPress site (to another WordPress site), the code below returns an…
wp e-commerce not being translated completely
I’m setting up at webshop using wp e-commerce plugin and I made a theme for it. The site is in…
Make more than one database call in wordpress plugin (PHP CRUD)
I have 2 pieces of code from a simple plugin that work independently from each other but don’t work together.…
Display content from custom post type if match to post category
I solved the problem of displaying from a custom post type in a post with this solution, however, I want…
Using a woocommerce function in your wordpress child-theme?
I am currently working on a e-commerce site using wordpress and woocommerce and the theme The Retailer. The theme does…