How To Apply Custom CSS to Admin Area
*** Main Post Add CSS to Admin
How to add a Sortable User Registration Date Column For Users
Main Blog Post: How to add a Sortable User Registration Date Column to the All Users page
Dropdown Menu Icon On Squarespace
STEP 1: adding this to Settings > Advanced > Code Injection > Header: STEP 2:And add this to Design > Custom CSS:
Show Posts Based On Custom Taxonomy ID
How To Add Pagination To Your WordPress Theme
#Query On main page # Pagination HTML block # Code On functions.php How To Add Pagination To Your WordPress Theme
How to enable SOAP in php on linux(Debian 9/10)?
1.Assuming you do not see anything about SOAP in the phpinfo, see what PHP SOAP packages might be available to you. 2.In Ubuntu/Debian you can install with: After the installation, you might need to place an ini file and restart Apache.
How To Install PHP 7.4 on Debian 10 / Debian 9
====MAIN METHOD====== Step 1. Check PHP version -> output Step 2. Update System Maybe you will also need to reboot Debian. Step 3. Configure PHP 7.4 Repository Finally, use this command to add the repository Next, update system Step 4. Install PHP 7.4 on Debian 9/10 Finally, use this command to add the repository Now […]
How to Install Memcached on Debian
1. Login to your VPS 2.Step 1 – Install Memcached on Debian 3. Step 2 – Memcached Configuration For initial level configuration check for the following settings under Memcache configuration file /etc/memcached.conf. -d => Run Memcached in deamon mode. -m => Maximum memory to be used by Memcached. (default: 64 MB) -p => Define port […]
Taxonomy List Based On Post ID
Or Just do this
WordPress Page Speed Optimization Issues & Fix
Problem: Ensure text remains visible during webfont load: Fix: The easiest way to avoid showing invisible text while custom fonts load is to temporarily show a system font. By including font-display: swap in your @font-face style, you can avoid FOIT in most modern browsers:
Product category names and descriptions in Woocommerce Single Product page
Change Coupon Position On Checkout Page, Show it Before Order Table
# Add this js code -Add this code inside jQuery Ready() # Now Add this CSS