Tag: #wordpress
-
Optimizing the WordPress Head Tag Section
The initial WordPress head tag section is a bit bloated. There are some quick optimizations via the functions.php file that will improve a WordPress site’s loading time and increase security.…
-
Prism Syntax Highlighter
I’ve updated the site to use Prism syntax highlighter for styling posted code blocks. This free and open source project is built by a community of contributors and is super-configurable,…
-
Get all Post Content without Images in WordPress
When all post content except the images is needed for a section of a post/page layout, like a post summary or a custom post type, the method below strips all…
-
Get all Post Images in WordPress
Single post pages with multiple images like a photoset, etc. can be very resource heavy when browsers download images that are larger than needed. The method below allows you to…
-
Get the First or Featured Image in WordPress
There are several ways to get the first or Featured Image in WordPress for use on a Home page blog feed, an Archives page feed, etc. The method below first…
-
CSS Reset for WordPress
Even though the User Agent Stylesheet CSS across modern browsers is fairly consistent, I sometimes like to start from scratch when writing CSS. The CSS Reset below makes for a…