Yes, it’s free! I have free time recently, if you have any questions on WordPress, no matter about WordPress servers, WordPress themes, WordPress plugins or other questions about WordPress, you can ask me for help! Even if you’re a newbie, I can help you setup your WordPress site, install themes, plugins for FREE! Just leave …
Author: David
How to Download Instagram Photos/Images Fast
Usually, you may search “to download Instagram images” on the internet, then you will get a lot of websites that provide Instagram photos download services, but most of them are not user-friendly for us, most of these sites can only download one image one time. Today we found a cool Google chrome plugin, which is …
How to Remove Google AMP in the URL, AMP url Got 404 Error
Weeks ago, I want to try the Google’s AMP services, I installed AMP plugins AMP for WP – Accelerated Mobile Pages from WordPress.org, after several days, I found my page views and earnings drop a lot, then I think there are may some problems with the AMP plugin. I disabled the amp plugin and found the traffic and …
Gravity Forms Coupon Code: 50% OFF
Gravity Forms BLACKFRIDAY Discount: 50% off developers license upgrade. Use Gravity Forms coupon code ‘BLACKFRIDAY’. Offer expires 1 December, 2010. If you are going to buy Gravity Forms, which is a popular wordpress forms management plugin, why not use Gravity Forms Coupon Code to get 50% off now? I’ve been using Gravity Forms on some …
How to Save Copy Download Instagram Images/Photos Easily [Bright!]
Some of you may want to download the images and photos from Instagram, but if you use the common ways, you can’t download the images or may spend you a lot of time. I know there are a lot websites that provide many ways to copy/save the photos for the Instagram, but you need to copy …
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; …
Click to View All Content .Js – Show More Content on Click
The resource of click to view more content. HTML code: <div class="container"> <div class="row"> <h2>This is free script from webenlance</h2> </div> <p class="comment"> 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, …
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–> <!–NextPage–> I have the featured image in the single page. In my site I split the posts into multiple pages using <!–NextPage–> in editor. Also I have a <?php the_post_thumbnail( 'single-post-thumbnail' ); ?> in my single.php file. What …
Install Postfix to Send Email Instead of Sendmail in Centos LNMP
If your email can’t work in LNMP or in centos, why not change it to Postfix? Which is simple and faster than sendmail! What is Postfix? It is Wietse Venema’s mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Now at Google, Wietse continues to support Postfix. Here …
How to Solve “xz compression not available” Error in Centos
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 …