Programming
Get WP Post Meta Value Of A Given Meta Key
Get the post meta_value of a given meta_key in WordPress. You can also use this to get the value of a custom meta field…
Programming
Get the post meta_value of a given meta_key in WordPress. You can also use this to get the value of a custom meta field…
Programming
Create your own post views counter in WordPress with no plugin needed. Use the post meta field to store count views of a particular…
Server Administration
Amazon EC2 Instance is a virtual computing environment, or simply a virtual server in the Amazon Web Services (AWS) Cloud provided by Amazon Elastic…
Programming
Read and parse JSON files using the functions file_get_contents() and json_decode() in PHP. The function file_get_contents() will read the entire file into a string,…
Server Administration
To further check Linux Apache MySQL PHP (LAMP) stack installation, the following can be made to know the exact installed version of each application.…
Database Administration
Efficiently import MySql backup database records from an .sql file using the mysql command from the terminal. A quick and direct approach to restore…