Throughout the years, there’s some areas in the WordPress backend that people aren’t aware that exists, or really what it can be used for. The excerpt metabox is just one of those areas that happens to be it. By default, if you have a theme that pulls in the excerpt of a post, the post
[Continue Reading...]wordpress excerpt
Display First WordPress Full Entry and then Following as Excerpts
I like to use this code to display the first full entry and then the rest of my entries as excerpts from my main page. This is not hard to do and only requires that you replace a few code snippets. You can apply this to your theme’s index template file (most commonly index.php), or
[Continue Reading...]