Titel aanpassen archive page
function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…
Dequeue CSS files conditionally
Dequeue CSS files conditionally
parallax
.parallax { background-image: url("http://example.com/wp-content/uploads/2017/08/my-background-image.jpg"); height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-left:-410px; margin-right:-410px;…
Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme
## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…
event snippet
Event snippet for Phone call lead conversion page
Adsense
Adse
Disable RSS - Feed
Disable RSS - Feed
Add Gateway Donation Field
Enable an email tag for the gateway_label donation field.
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
Google Search Console Verification
HTML tag
Custom Terms Page
Use the custom page for "agree to terms" and link to it instead of opening terms…
Protect Elementor Forms
/** * Protect Elementor Forms */ add_action( 'elementor_pro/forms/validation/email', function( $field, $record, $ajax_handler ) { // validate…
WP Simple Pay: Add Customer Phone to Customer Metadata
Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…