Why Do I Still Getting Duplicate Rows in SQL?
I’m creating a Custom Freight System which stores the order and the products requested by the user into the WordPress Database. The Problem When I insert the product into the wp_my_custom_products...
View ArticleHow To Use WP_Query To Get The Custom Post type Posts With Keywords
I want to query with keywords and display some related posts on custom taxonomy page, the related posts comes from a custom post type “gift”. I have tried the code below, but it only worked for default...
View ArticleCannot access the thumbnails of attachment images… Cannot find the reason
I have a custom form that allows users to make posts and also upload images with it. The images are saved in wp_posts as post_type = attachment with a guid to show the image. Now I have created a grid...
View Article$wpdb->last_error deosn't show the query on error
I am inserting data in the custom table using the $wpdb->insert. However, upon error I don’t seem to get any information from $wpdb->last_error. What could be the cause of this? I already have...
View Article