Quickly audit your WordPress website. A helpful checklist to audit your website for formatting, WordPress specific optimization, accessibility, performance, and security. Best used before a launch or on a monthly basis.
How can I retrieve a list of a Wordpress page's sibling pages?
I am trying to create a list of sibling pages (not posts) in WordPress to populate a page's sidebar. The code I've written successfully returns a page's parent's title. <?php $parent_title =
WordPress conditional function to check if a page is a parent/child/ancestor. In other words, if the page is within a tree of another page, show the code. Other code I've seen either only work with IDs, only check if it's a child, or detect all subpages (even outside of the direct tree).
WordPress conditional function to check if a page is a parent/child/ancestor. In other words, if the page is within a tree of another page, show the code. Other code I've seen either only work...
TL;DR: Regardless of what accessibility conformance level you target, do not arbitrarily open links in a new window or tab. If you are required to do so anyway, inform users in text. Overview Throughout this post I am going to use the terms browser window and tab interchangeably. While they…
Hide/reveal header on scroll (works but a bit jumpy) | CSS-Tricks
This topic is empty. Viewing 15 posts - 1 through 15 (of 18 total) 1 2 → Author Posts January 24, 2017 at 8:25 am #250388 grimskiParticipant Hi there, I’m working on a website where I have a header that disappears when the user scrolls down (as it normally would). When the user scrolls up …
How to Hide/Reveal a Sticky Header on Scroll (With JavaScript)
Have you ever seen one of those fixed (or “sticky’) header bars which disappear when you begin scrolling down the page, then reappear whenever you start to scroll back up? In this exercise we’ll...
From [How to Hide/Reveal a Sticky Header on Scroll (With JavaScript)](https://webdesign.tutsplus.com/tutorials/how-to-hide-reveal-a-sticky-header-on-sc...
How to enqueue and dequeue scripts with Advanced Custom Fields in Wordpress functions.php?
I want to create checkboxes with Advanced Custom Fields in an admin panel in the Wordpress backend that can enable and disable scripts. I created a checkbox field, called it import_animejs and che...
Bring the powerful, fast-paced spirit of heavy metal music to your next project when you use metal lettering fonts. Today we look at 29 premium fonts from Envato Elements and GraphicRiver that best...
Hexee aims at being the definitive application for designers and artists to create beautiful color schemes. It is a full-featured color scheme editor and a collection of advanced color tools.
Creating an Editable Webpage With Google Spreadsheets and Tabletop.js | CSS-Tricks
Please raise your hand if you’ve ever faced never-ending content revision requests from your clients. It’s not that the changes themselves are difficult,
If you’ve ever tried to use a CSS transition on an element with the hidden attribute or display: none;, you know this can be a challenge. I’ve run into this problem a number of times an…
How To Create A Headless WordPress Site On The JAMstack
In this post, we’ll set up a demo site and tutorial for headless WordPress, including a starter template! We’ll use the WordPress dashboard for rich content editing, while migrating the front-end architecture to the JAMstack.