Month: September 2019
Have you ever run into the situation where you have a lot of posts without a featured image and you…
WooCommerce Visual Hook Guide: Single Product Page <?php echo do_shortcode( ‘[ecp code=”vtigerwebform”]’ ); ?> # Edit the functions.php in…
install php7.2 nginx mariadb 10.3 on centos 7.4 vi /var/local/src/installlnmp.sh yum -y update yum -y install wget zip unzip gzip…
server { large_client_header_buffers 4 32k; listen 80; root /var/www/html; server_name cdn.jhhearingaids.com; index index.php index.html; rewrite ^/api/?(.*)$ /webservice/dispatcher.php?url=$1 last; rewrite…