LNMP or Nginx Can’t Display the URL right in WordPress

If you using Nginx and wWordPress, and found that some of your pages can’t open or got 404 error or no right to manage the page, usually there are some problems with your site’s url. Please go: /usr/local/nginx/conf/vhost Edit your site’s conf. For example: I opened my site’s conf server { listen 80; #listen [::]:80; … Read more

Click to View All Content .Js – Show More Content on Click

The resource of click to view more content. HTML code: This is free script from webenlance Dr. Anil Kohli is an Endodontist, Dental Surgeon and Dentist in Lajpat Nagar, Delhi and has an experience of 40 years in these fields. Dr. Anil Kohli practices at Duis nisl nibh, egestas at fermentum at, viverra et purus. … Read more

Display the Featured Image Only on the First Page

Remove the featured image from the rest of the next page which post using the code <!–NextPage–>   I have the featured image in the single page. In my site I split the posts into multiple pages using in editor. Also I have a in my single.php file. What happen now is that the featured image … Read more

How to Solve “xz compression not available” Error in Centos

error xz compression not available

If you want to install or update use the yum command and got this error in Centos server: Error: xz compression not available Here is the solution. This problem comes if you installed a wrong epel release on your machine. If so, then you need to remove the epel release by yum remove epel-release Sometimes … Read more