Posts Tagged ‘post’
Sending Out An Email When a Post is Published
doitwithwp.com - Using wp_mail & an action hook, you can easily send emails to the author when their posts are published. I used it to notify customers when orders shipped.
How to Fix a Sudden Disappearance of all WordPress Posts
doitwithwp.com - It's your worst nightmare - you visit your site and all of your posts appear to have disappeared! This quick fix might be all that's needed to bring them back from the dead.
Add a Column to Easily Note the Post ID
doitwithwp.com - There’s frequently occasion to want to know the Post ID and this snippet will give you an additional column in your posts list screen displaying it for easy access and reference.
Send Out Tweets of your Old WordPress Posts Periodically
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
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
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
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
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