Create Custom Buttons
Introduction This article describes 2 methods for creating buttons on web pages. Method 1 is applicable in all…
Introduction This article describes 2 methods for creating buttons on web pages. Method 1 is applicable in all…
Three tables for storing taxonomy data: wp_terms – stores all of your taxonomy termswp_term_taxonomy – defines what taxonomy each term…
Action Hook do_action( ) Actions are defined using the do_action($h_name, $args) function. $h_name - This is the hook…
To add a button with a fixed postion on the page: <style> .fixRegBtn { position: fixed; right: 10px;…
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.…
Login to phpmyadmin.Go to relevant website database.Go to "wp_options" table.Change the value of "siteurl" and "home" to the…
Reference: HTML5 Template: A Basic Boilerplate for Any Project <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>The…
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) =…
1. Desktops, HDPI screen @media screen and (min-width: 1281px) { } 2. Laptops, iPAD Pro, MDPI screen @media…
Debian 12 When MJ1900 was upgraded to Debian 12 in 2023, the php version for Apache has been…
In each of the other files, add these codes at the top. if (basename($_SERVER['PHP_SELF']) === basename(__FILE__)) {header($_SERVER["SERVER_PROTOCOL"] .…