snippet |ˈsnipit|
piece, bit, scrap, fragment, particle, shred; excerpt, extract.
Allow HTML in Excerpts
Some WordPress themes strip out all the HTML from the excerpts of the post displayed on the Front index page. I don’t like that so I found a solution at Stackexchange.com. This function keeps HTML tags intact, adds a “Read More” link and trims the... read more
How To Design For Conversion Using The Divi Theme
No matter what type of blog you run, I think all website and blog owners can agree that they all want the same thing: conversion. Original... read more
CSS Tricks For Your Divi Theme Project And Product Thumbnails
Last week we posted Origin Theme CSS Tricks and got a few comments about applying the effects within Divi. Below are a number of CSS tricks to help customize your Divi Theme project and product thumbnails. Each example has an animated preview and a block of custom CSS... read more
Best File and Document Management Plugin for WordPress
There are many file and document management plugins for WordPress. But you have to know which one is perfect for you. Getting best one in 1st look will save your time a lot. Original... read more
How To Embed YouTube Videos In WordPress
YouTube is an incredibly powerful tool. It handles storing, encoding, compressing and playing videos so you don’t have to worry about compatibility across an ever-increasing number of browsers and devices. Original... read more
How To Customize The WordPress Login Page
The WordPress login is one of the most used pages in the WordPress admin. Though simple and clean, it is heavily branded WordPress. However, most new users and clients do not need to know about the underlying software your site runs on. Original... read more
How To Create WordPress Custom Fields
WordPress has the ability to allow authors to assign custom fields to a post. This extra information is known as meta-data. Meta data for custom posts can be information like a mood status or what you are currently listening to as the WordPress Codex points out.... read more
Which template file(s) will WordPress use when it displays a certain type of page?
The following diagram shows which template files are called to generate a WordPress page based on the WordPress Template hierarchy. ... read more
Add a Copyright notice to the footer of a WordPress site
How to add an automatically updating year to the © Copyright 2014 notice in the footer of a WordPress site. This will display the current year. Just add it in your theme’s footer.php 1234 <p> © Copyright <?php echo date("Y")?> | Designed by... read moreAllow custom posts types to show on the home page
To include a specific Custom Post Type in the Home / Front Page main query, place this code inside your functions.php file. Change “my-custom-post” with the name of you gave your custom post type when you created it. Add Code Snippet posts to home page PHP... read moreChild Theme Style.css Template
When creating a child theme the one file you must have is a Style.css. This is a template of what the file must start with for WordPress to recognize it as a theme. 123456789101112131415161718192021222324 /* * Theme Name: [Name of Child]* Theme... read more« Older Entries