Similar Posts
SQL order by fields
SELECT * FROM wp_posts WHERE ID IN (5,26,4) ORDER BY FIELD(ID,5,26,4)
How to fix Avada themes PHP Time Limit and PHP Max Input Vars using Godaddy cpanel.
If you encountered the same error just like the image above, just follow this instructions. Steps: 1. Open your cpanel and look for /wp-admin/ folder. 2. Create a file and name it to .user.ini. 3. Copy the codes below and save the file. max_input_vars = 5000; max_execution_time = 180; 4. Make sure to switch your…
How to create a WordPress customize settings?
Hi guys, having a hard time looking a codes online on how to create a WordPress customize settings? I guess, your not alone. But for me, I’m done on it and converted already into a tutorial. I’m hoping to help someone with this kind of problem. I have a tutorials below on how to create…
Did you know Yonko Shanks has a son?
Did you know Yonko Shanks has a son? Me? I don’t know about it, until I read this post http://otakukart.com/onepiece/one-piece-might-just-revealed-shanks-son/. As fun, I am very amazed and happy to know that he has a son. Yonko Shanks has a very mysterious character in one piece. Ok, to explain on you more, read this article http://otakukart.com/onepiece/one-piece-might-just-revealed-shanks-son/…
Display WordPress video image
Using the <video> tag, you can display the first image of a video but its not clickable and you can’t play the video. <video src="www.sample.com" width="300" height="150" type="video/mp4"></video> Example : Screenshot image Original videoVideo
WordPress register style and WordPress enqueue style
Where ‘style-woocommerce’ is the ID of your stylesheet and get_stylesheet_directory_uri().’/style-woocommerce.css’ is your .css DIR. wp_register_style( 'style-woocommerce', get_stylesheet_directory_uri().'/style-woocommerce.css' ); wp_enqueue_style( 'style-woocommerce' ); Function below is for woocommerce page css only. This will show on woocommerce pages else is not. add_action( 'wp_enqueue_scripts','home_scripts' ); function home_scripts(){ If( is_shop() || is_product_category() || is_product() ){ wp_register_style( 'style-woocommerce', get_stylesheet_directory_uri().'/style-woocommerce.css' ); wp_enqueue_style(…


Many thanks if you are so kind to fairly share this information.