How to Get First Image URL from the Post on WordPress
The following function is used to get first image URL from WordPress post. Paste below function on /wp-includes/functions.php file. Now you can show the image using this syntax:
The following function is used to get first image URL from WordPress post. Paste below function on /wp-includes/functions.php file. Now you can show the image using this syntax:
Few days ago I got complain from my hosting company that my website which is WordPress produced high CPU usage all the time. Below are what I’ve done to fix the problem: I disabled all plugins in WordPress. Result: failed. I switched to default twenty-ten WordPress themes while still disabled all plugins. Result: failed. I…
Images as static content on website are usually be cached by browser. Using PHP we can make the image can’t be cached and always loaded from server by putting random number behind the image file. The HTML output will be: The number 1331835943 is generated dynamically by PHP that forces the browser to always load…
We can use iptables, service, and chkconfig commands to enable and disable firewall in Centos. iptables is an administration tool for IPv4 packet filtering and NAT. service is a command to run a System V init script. It is used to save, stop, and start services. chkconfig command is used to update and query runlevel…
This guide will show you how to create transparent div element in HTML. What we need is 1 x 1 pixel transparent .png file which is created using Photoshop. 1. Create new image in Photoshop with dimension 1 x 1 pixel. 2. Press Ctrl-+ few times to magnify the image to 1600% 3. Click Paint…
Before installing Ice Cream Sandwich (ICS) on Samsung Galaxy SII (SGS2), your handphone must be rooted. Read this article for rooting SGS2. Download ICS firmware from this website. You have to register first before able to download. Still on sammobile.com website, download Odin downloader. Extract both files and open Odin. Check Re-Partition option. Press PIT…
Why do we need root? We need root if we want to have full control over our system / handphone. Why do we need full control over our handphone? We need full control over our handphone because we can do system and apps backup, install custom ROM, modify current ROM, etc. Below is how to…
LiteSpeed Web Server is the leading high-performance, high-scalability web server. I found this error when I tried to save post (press Update button) in WordPress. To fix this problem, modify .htaccess file inside the website folder and put in these lines:
This problem happens when you are using Remote Desktop Connection Manager (RDCMan) with not updated Terminal Service Client. To fix this problem you have to download and install the latest Terminal Service Client 6.1 from below website. For Windows XP: http://www.microsoft.com/download/en/details.aspx?id=7208 For Windows Server 2003: http://www.microsoft.com/download/en/details.aspx?id=21296
This problem happens when you modify user table in mysql database. In Debian system, there is a user named debian-sys-maint. We can’t restart mysql daemon if the password is not correct. We have to update the password for that user. First, we check the password: Login to mysql shell as root Now use the following…