Comment out code in php file. If you need to comment out something in the php coding. Normally used when editing functions.php.But please only EDIT…
Add Name of picture in NextGen Gallery In Gallery – put this code to show Names of Picture : [Show slideshow] 1 2 ►
Adds a Line Break in WordPress Text Editor //This ads a line break ( White Space) in wordpress<br class=”blank” />
code for HTML input box //Code for HTML Input Box<label for=”message”>Message: Max characters 100</label> <input type=”text” field_id=”message” name=”message” maxlength=”100″>
Elementor Forms – Changes the uploaded image back to original file name, change File_ID = form Id / Changes the uploaded image back to original…
CHANGE READ MORE TEXT ON Woocommerce Button //CHANGE READ MORE TEXT ON Woocommerce Button// By: Your Name from wayneswebworld.com.auadd_filter( ‘gettext’, ‘ds_change_readmore_text’, 20, 3 );function ds_change_readmore_text(…
Change Default WordPress@ email // Change default WordPress email addressadd_filter(‘wp_mail_from’, ‘new_mail_from’);add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old) {return ‘yourname@yourdomain.com’;}function new_mail_from_name($old) {return ‘Your Name’;}
BYPASS WOOCOMMERCE LOGOUT CONFIRMATION // BYPASS WOOCOMMERCE LOGOUT CONFIRMATIONfunction wc_bypass_logout_confirmation() {global $wp;if ( isset( $wp->query_vars[‘customer-logout’] ) ) {wp_redirect( str_replace( ‘&’, ‘&’, wp_logout_url( wc_get_page_permalink( ‘myaccount’ )…
Backup and Migrate from Cpanel 1. From cPanel, navigate to Files -> Backup Wizard.2. In the backup wizard menu, select Backup -> Full Backup. This backup option covers your home…
Artisteer change header size by more than 500% CSS .art-header{margin:0 auto;position:relative;height: 500px;background-image: url(‘images/header.jpg’);background-position: center top;background-repeat: no-repeat;}
Allow Registration Only from .com.au or .au email addresses WOOCOMMERCE The Below Code WORKS for Woocommerce Registration// Allow Registration Only from .com.au or .au email…
Align Nextgen Gallery to Centre .ngg-galleryoverview {text-align:center;}.ngg-gallery-thumbnail-box {float:none !important;display:inline-block;}
Add Reset Button to Gravity Forms in functions php // Adding a reset button to Gravity formadd_filter( ‘gform_submit_button_2’, ‘form_submit_button’, 10, 2 );function form_submit_button( $button, $form…
Add Favicon in wordpress Add Favicon in wordpressGo to your WordPress Administration Panel.Click on Appearance.Click on Theme Editor.Select the file called Header or header.php to…
A web hosting service (often shortened to web host) is a type of Internet hosting service that allows individuals and organizations to make their website…
so you want to Design your OWN website Consider the following – Adobe XD Easily create and share website designs with Adobe XD. Design responsive…
Graphic Files Explained: Vector vs RasterDigital graphic files will generally fall into one of two categories—vector or raster. Vector graphics, such as logo files, use…
How to: Add-Blank-White-Line-in-an-Elementor-Form-Field //Add-Blank-White-Line-in-an-Elementor-Form-Field //web design bribie island //copy this code and place in custom css <p style=”text-align: center;”><span style=”color: #000000;”><span style=”background-color: #ffffff;”> …
DNS Name Server Change What happens to your Email and Website after your Name Servers have been updated? (Please note – This article describes the…
WordPress Websites by: Wayne’s Web World We use WordPress (CMS) Content Management System First of all, what is CMS ? CMS is a software…