Posts Tagged ‘post’
Send Out Tweets of your Old WordPress Posts Periodically
www.doitwithwp.com - Tweet Old Posts is immensely powerful, allowing you to send out tweets with links to your older posts that still contain valuable content on a periodic schedule, without you needing to manage it. It handles it all for you behind ...
How to Set Default Text in your Post Editor
www.doitwithwp.com - It can sometimes be handy to have some default text loaded up in your post editor, particularly when your posts follow a consistent format and this simple function allows you to do just that.
How to Hide a Part of WordPress Post or Page from Non-logged in Visitor
www.dynamicwp.net - WordPress provide private feature to make your post or page only visible to other editors or site admin. Once a post is set to private, regular visitor won’t be able to read the post. Now, what a about if We want ...
Color Code your WordPress Posts by Post Status in Admin
www.doitwithwp.com - You can use this neat little trick to color code the posts in your WordPress admin area so that you can more readily identify posts by their status.
How to Split Posts Across Several Pages
www.doitwithwp.com - If you’ve written a long post, you can use this native WordPress functionality to split posts into several pages automatically, with pagination appearing at the bottom of each part
Insert the Current Date/Time in Posts or Pages
www.doitwithwordpress.com - By creating a very simple shortcode, we can easily print the current date or time on any post or page in WordPress, which will update dynamically.
How to Create Drop Cap to WordPress Post without Plugin
www.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
www.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
www.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 ...