WordPress – the hooks
Action Hook do_action( ) Actions are defined using the do_action($h_name, $args) function. $h_name - This is the hook…
Action Hook do_action( ) Actions are defined using the do_action($h_name, $args) function. $h_name - This is the hook…
The Go-to-top button widget is unavailable in both the Elementor free and Pro versions. We can make use…
This article describes the approach for sorting custom posts with sorting sequence controlled by a custom field. Using…
Clean up (done) Removed these plugins: WP Better Permalink Removed unused themes Changed BC setting: 主頁 –> 首頁…
Keywords: template, loop, header, footer, blog list, siderbar, category page, blogpost page. https://www.youtube.com/watch?v=F9UBPbsZ2Rs Timestamps for the video 00:00:00…
This article describes the setting up of Elementor page builder for wordpress website development. It is advisable to…
Cheat Sheet by DaveChildOnline tool to learn, build, & test Regular Expressions. The following table shows RegEx commonly used in the htaccess file (by…
To hide an empty space at viewport width of 999px and below, create a class named as ".cu-es-hi-le999"…
In wordpress development, the selected theme employs large number of classes to style its elements. To distinguish the…
Center text within a container Use text-align: center; <div class="container"> <p>Text line in the center</p> </div> p {…
The following links are embedded into the three icons on the Back-on Track-ebook-new page and its landing page.…
Above Fold for home page: Remove all empty space elements above and below the text column. Targeted width…
Login to phpmyadmin.Go to relevant website database.Go to "wp_options" table.Change the value of "siteurl" and "home" to the…
Introduction The optimization is done using the plugin called EWWW Image Optimizer (EIO). Check out the plugin documentation…
Three plugins were tested. They were Autoptimize, WP Fastest Cache and WP Super Cache. GTMetrix was used to…
Gray Map - Add a class in the iframe. For example: <iframe class="cu-gmap" width="100%" ......</iframe> Then in CSS,…
Reference: Github css-letter-spacing (em) = ( XD character spacing / 1000 ) * 1em and css-letter-spacing (px) =…
Reference: How to Upload Additional File Types in WordPress (by Antonio Villegas) WordPress only allows file uploading into…