• Skip to main content
  • Skip to primary sidebar

WordPress, Genesis Framework and Storefront customization tutorials

  • Archive
    • Free
    • Premium
  • Blog
  • About
  • Contact
  • Newsletter
  • Login
Home » Free » Page 3

Free

Hamburger menu for WordPress custom theme

View Demo

Filed Under: Free Tagged With: CSS, JavaScript, PHP

Enqueue Scripts Asynchronously in WordPress

If you regularly build sites with WordPress and test them against Google PageSpeed Insights, you’ll probably have encountered it complaining about async and defer on your scripts.

v

Filed Under: Free

@wordpress/scripts

The official WordPress JavaScript tool

npm install @wordpress/scripts --save-dev

Reference

package.json

npm install

Changing file entry and output of build scripts

Watch and compile

npm run start

Import JavaScript

Filed Under: Free

Automatically set image Alt-Text during upload in WordPress

Filed Under: Free Tagged With: SEO

File Renaming on Upload without plugin in WordPress

Rename files during upload within WordPress

How to remove accents from uploaded filenames

Filed Under: Free

Remove Genesis Admin Warnings

If You have a Genesis Pro Lifetime subscription, there’s an annoying notification in the plugins section. Just paste the following snippet in the functions.php to remove the warning messages.

Filed Under: Free

Display Option Pages for Post Object, Repeater

<?php if( have_rows('your_repeater_field', 'option') ): ?>
    <?php while ( have_rows('your_repeater_field', 'option') ) : the_row(); ?>   

        <?php $post_object = get_sub_field('your_post_object', 'option'); ?>

            <?php if( $post_object ): ?>

                <?php $post = $post_object; setup_postdata( $post ); 
                
                $title = get_the_title( $post_object->ID); ?>

                <h4><?= $title ?></h4>
                          
                <?php wp_reset_postdata(); ?>

            <?php endif; ?>

    <?php endwhile; ?>
<?php endif; ?>

Filed Under: Free

ACF Query Upcoming and Past Events

events-query.php
upcoming.php
past.php

Filed Under: Free Tagged With: ACF

ACF Repeater & Post Object & Options Pages

Filed Under: Free

Option Page template for Advanced Custom Fields

Filed Under: Free

Accordion for ACF Repeater Field

PHP

JS

SCSS

Filed Under: Free Tagged With: JavaScript, PHP, SASS

Hide Free Shipping Notice of Current User is WholeSale Customer

Filed Under: Free Tagged With: WooCommerce

Shadow Divider with CSS

divider

Filed Under: Free Tagged With: CSS

Add Custom Fields to Rest API

Filed Under: Free

Query Posts by Custom Fields in WordPress

Query WordPress Posts by Advanced Custom Fields

Filed Under: Free Tagged With: ACF

Unset Shipping Methods if Free Shipping is Available

Unset all other shipping methods

Unset specific shipping method

Filed Under: Free Tagged With: WooCommerce

Add fee to checkout for COD shipping except specific shipping zone

Filed Under: Free Tagged With: WooCommerce

Display Breadcrumbs without Plugin in WordPress

Filed Under: Free Tagged With: Breadcrumb

Add custom class to WordPress excerpt

Filed Under: Free

Archive with numbered pagination – loop posts

template-parts/content-archive.php

SASS

Filed Under: Free Tagged With: loop

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Interim pages omitted …
  • Page 19
  • Go to Next Page »

Primary Sidebar

Gabor Flamich

Hi! I'm Gabor.
I write tutorials on WordPress and WooCommerce.

MacBook

12 Essential Snippets for Genesis Developers

Subscribe to my Newsletter to view my basic collection of Genesis snippets that I use for my projects!

Sign Up for Free
  • Facebook
  • GitHub
  • Instagram
  • LinkedIn
  • Twitter
  • YouTube
UpdraftPlus Premium

Tags

ACF Ajax Analytics API Bootstrap Breadcrumb category CPT CSS fetch FSE Genesis Google Maps Gutenberg HTML Isotope JavaScript jQuery loop Map Menu Parallax PHP Rest API SASS SEO SQL Storefront SVG tab tag manager tags Taxonomy Tool upsell Webpack Wholesale WooCommerce WordPress WPML

Disclosure: Some of the links in this site are affiliate links. I will be paid a commission if you use this link to make a purchase.

  • Privacy Policy / Terms of Service
© 2025 WP Flames - All Right Reserved