WordPress Tutorials

1078 bookmarks
Custom sorting
Add Custom Body Class Based on Permalink Slug
Add Custom Body Class Based on Permalink Slug
This code adds a custom body class when the permalink contains the slug test-slug. If it doesn’t, no custom body class is added. Could also be written like this : [code] add_filter( ‘bo…
·wpsites.net·
Add Custom Body Class Based on Permalink Slug
Rename Default Category Taxonomy
Rename Default Category Taxonomy
After my post on Renaming the default “Posts” post type in WordPress to something else, I’ve gotten some follow up questions on renaming taxonomies as well. Here is a quick tutorial on how you can rename the default WordPress taxonomies (tags/categories). Solution Similar to renaming the post type, we need to tackle two areas: the …
·revelationconcept.com·
Rename Default Category Taxonomy
How To: Style Your WordPress Gallery - Theme.fm
How To: Style Your WordPress Gallery - Theme.fm
Galleries and images are not new to WordPress. Gallery plugins existed long before WordPress had enhanced media functionality of it’s own. The [ gallery ] shortcode was introduced in version 2.5 and the Gallery Post Format came around in 3.1. This post will walk you through the process of working with and styling the native […]
·theme.fm·
How To: Style Your WordPress Gallery - Theme.fm
Image Carousel Thumbnail Slider with ACF Gallery Field in WordPress | WP Beaches
Image Carousel Thumbnail Slider with ACF Gallery Field in WordPress | WP Beaches
Here is a guide on how to make an image carousel thumbnail slider with ACF in WordPress using the ACF gallery field. Lightslider, a lightweight image slider seems to fit the bill perfectly – I need it to just display simple thumbnails below the main image which on click/touch show the image in the main slide…
·wpbeaches.com·
Image Carousel Thumbnail Slider with ACF Gallery Field in WordPress | WP Beaches
How to Edit an Image in WordPress: Crop, Scale, Rotate, Flip, Resize
How to Edit an Image in WordPress: Crop, Scale, Rotate, Flip, Resize
Learn how to edit an image in WordPress. Scale, rotate, flip, resize & crop images in the WordPress Media Library. This step-by-step guide demonstrates how to easily edit WordPress images with no photo editing software, Photoshop, etc. Restore your original image with one click, or replace an image and keep the file name.
·wpsmackdown.com·
How to Edit an Image in WordPress: Crop, Scale, Rotate, Flip, Resize
Adding to the Body Class in WordPress
Adding to the Body Class in WordPress
In this short tutorial, we look at the WordPress body class and how we can manipulate it using core API calls.Specifically, we cover adding body classes, removing body classes, conditionally adding...
·code.tutsplus.com·
Adding to the Body Class in WordPress