Posts Tagged "how to"
How to get first image from content post wordpress
These the simplest way how to get first image from content post wordpress and display it. First, paste this function code on your functions.php file : function get_first_image() { global $post, $posts; ob_start(); ob_end_clean();...
Read MoreMy Website Was Hacked
What and How steps to solve if my website was hacked ? Note : These steps for site that using wordpress as its site Scan your local machine. Sometimes the malware was introduced through...