Browsing: wordpress
Design a plugin for wordpress woocommerce to display a tab to show attachment download You can add the attachement tab…
A better way of translating your WordPress site directly from the front-end, with full support for WooCommerce, complex themes and…
add below code to theme/functions.php /* WooCommerce添加自定义选项卡 代码来源: www.wpzhinan.com */ add_filter( ‘woocommerce_product_tabs’, ‘wc_add_features_tab’ ); function wc_add_features_tab( $tabs ){…
The plugin Surror Product Tabs for WooCommerce is a WooCommerce extension which allow us to add multiple single product tabs as per…
Last year’s pandemic increased the world’s reliance on technology and most of the business went from brick and mortar stores…
Overview WP Remote Users Sync is a free plugin that allows you to synchronize WordPress users, user passwords, and login sessions…
# Global restrictions configuration file. # Designed to be included in any server {} block. location = /favicon.ico { log_not_found…
If you visit your-domain.com/wp-admin/admin.php?page=w3tc_install W3 Total Cache will show you all the additional configuration information that you need. Included in that information…
by Eric Woersching Introduction WordPress is a blog publishing application and content management system. According to wordpress.org,WordPress is “a state-of-the-art…
Simply Static is a static site generator for WordPress that helps you create a static site that you can serve…
Apache is not known for its speed. On the contrary, Apache has garnered a reputation for being rather bloated and…
CDN webp support lazyload cache – optimize remove unwanted plugin, css ,js 1.cdn cloudflare bunnycdn keycdn 2.webp support on the…
Your WordPress theme is your site’s foundation, which means it plays a big role in how quickly your site loads.…
https://wp2static.com/developers/wp-cli/ WP-CLI WP-CLI is a developer-friendly way to manage WordPress sites. WP2Static integrates with WP-CLI, adding useful commands to…
add below code to nginx .conf file. # block upload php files location ~* /(?:uploads|files|wp-content|wp-includes)/.*.php$ { deny all; access_log off;…
http://codecanyon.net/item/intense-shortcodes-and-site-builder-for-wordpress/5600492 Intense includes a vast list of 105+ shortcodes (see the complete list near the bottom of this page) and…
Add something similar to the following to wp-config.php above /* That’s all, stop editing! Happy blogging. */: $memcached_servers = array( ‘default’…
Does WP Rocket Support Memcached? WP Rocket does not have any interaction with Memcached – it is a totally separate…
Installation Install memcached on at least one server. Note the connection info. The default is 127.0.0.1:11211. Install the PECL memcache extension Copy object-cache.php to…
Tomfoolery crikey bits and bobs brilliant bamboozled down the pub amongst brolly hanky panky, cack bonnet arse over tit burke…
Tomfoolery crikey bits and bobs brilliant bamboozled down the pub amongst brolly hanky panky, cack bonnet arse over tit burke…
Adipisci ut ea rerum soluta ea dolores veritatis eius amet voluptatum sed et id eum ad eos quo similique voluptates unde eum qui deserunt quasi voluptatem cumque a corrupti sed quia dicta sequi sed qui.
#https://www.vpseo.com/2019/10/16/wp-super-cache-and-nginx-config/ #https://www.vpseo.com/2019/09/06/wp-rocket%E9%85%8D%E5%90%88nginx%E5%AE%9E%E7%8E%B0%E7%BA%AF%E9%9D%99%E6%80%81%E5%8C%96%E5%8A%A0%E9%80%9Fwordpress%EF%BC%8Crocket-nginx/ now you can use the simply static and wp-rocket plugin together. below code is edit base on…
#vi /etc/nginx/conf.d/wordpress-multi.conf server { listen *:80; listen [::]:80; server_name 9wp.net yourwebsite.com; return 301 http://www.$host$request_uri; } server { listen *:80; listen…