Posts Tagged ‘post’
How to Schedule a WordPress Post to Publish in the Future
doitwithwp.com - Scheduling WordPress posts to publish in the future is a simple task to undertake and it helps with content regular content posted, even when you’re busy
How To Display Code Within A WordPress Post
doitwithwp.com - Since you can’t just paste code into a WordPress post, you need to use a plugin to display the code correctly so that your readers can see it. Here’s a tutorial showing how you can simply and stylishly display code ...
Add Custom Column To WordPress Post Manage Page
deluxeblogtips.com - The post manage page in WordPress shows you a list of posts with their details: title, author, categories, etc. These details give blog manager a quick summary view of the posts. Sometimes, you might want to add new custom column ...
WordPress Tip: Move A Comment From A Post To Another
deluxeblogtips.com - Sometimes we meet the situation when someone asks about something by leaving a comment in a post, but the question is very different from the post content. For example: ask about SEO in a post that writes about CSS3, ask ...
WordPress Tip: Conditional Loading Scripts Based On Post Content
deluxeblogtips.com - Sometimes you want to load one script in only specified posts, not for all posts. For example: you want load Thinkbox script only when post has images, load SyntaxHighlighter only when post has codes. It wouldn't be optimized if you ...
WordPress Dynamic Post Class
equalmark.net - A tutorial that explains what the WordPress post_class(); function does and how to use it in your theme in order to take advantage of the different classes that the function applies to posts with different tags and categories etc.