SQL order by fields
SELECT * FROM wp_posts WHERE ID IN (5,26,4) ORDER BY FIELD(ID,5,26,4)
How to create domain name folder in file manager? Just find the “Add ON Domains” in domains sections.
If this is happening on your end, try this troubleshooting. Check if your Gravity Form short code if is placed outside the wp_footer();. I guess the short code does not support any function outside the wp_footer();. You should put your Gravity Form short code before wp_footer();. Much better if it is placed on inside the…
Customize rtmedia gallery ( media-gallery-item.php ) with additional display like image, audio, video, etc. Are you having a problem adding custom information on the media gallery item? You don’t have to worry now, the codes below is the solution. In my example, I want to add an audio player and the same time this is…
If you encountered the same error just like the image above, just follow this instructions. Open your wp-config.php in cpanel and add this code. define( 'WP_MEMORY_LIMIT', '128M' );
1 long and 2 short computer beep code error indicates a video error has occurred and the BIOS cannot initialize the video screen to display any additional information. In my case, my computer has a video card, I simple remove it and clean a little then put it back. Beep is gone after that. For…
How to set up woocommerce product retail map discount? Copy and paste the codes below to your functions.php Note: to get the $retail_map, make sure you have retail_map key in each products. You can add custom fields with the name retail_map and put a value. function woocommerce_get_custom_price($price, $product){ $reg_price = get_post_meta( $product->id, '_regular_price', true );…