Posts Tagged ‘post’
How to Create Drop Cap to WordPress Post without Plugin
dynamicwp.net - A drop cap is the first letter of a paragraph that’s of a much bigger size than the rest that follow. The letter formatting is such that the letter “˜drops down’ to cover the few lines following the first one. We ...
How to Create Fancy JQuery Tooltip for Your WordPress Post Title
dynamicwp.net - Usually, WordPress theme developer already provide a tooltip for post title. This tooltip appears when visitor hover the mouse over a post title in the home page or archive page or any page with linked post title. This tutorial, a very ...
How to List Categories along with Their Posts
dynamicwp.net - To help site visitor finding one or two categories, We can use default widget or wp_list_categories to list the categories. In some case, We want to display the categories along with their posts. Unfortunately, this default widget and function can’t ...
Meta Box Script Update V3.0
deluxeblogtips.com - It has been a while since the last version of meta box script (2.4.1). Today I want to show you the next major version (3.0) with many improvements in the code, which supports better for OOP, gives big opportunity to ...
How to Restrict a Specific Word from Post Title
dynamicwp.net - Hooks are very useful in WordPress. They allow you to “hook” custom functions to an existing function, and allow you to modify WordPress’ functionality without editing the core files. This article shows simple usage of WordPress hook. The hook we are ...
How to Group Articles or Post by Author
dynamicwp.net - Grouping articles in specific criteria, like category, date or alphabet, could always help visitors to quickly find one or two posts. In my previous tutorial, I’ve shared a code snippet to group posts aphabetically. This time, I’ll share the code ...
How to Group Articles or Posts Alphabetically
dynamicwp.net - To help your site visitors quickly find one or two posts, you can create a list post ordered by date, category, or alphabet. There are tons of tutorials you can find to create this list. But this tutorial is an ...
How to Add New Class to First Post in The Homepage
dynamicwp.net - Sometimes, WordPress theme developers or users want to make their latest post looks different from the rest for their theme. Maybe they want to make the font larger, or the background color lighter, or whatever. This can be done by ...