W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘post’

Automatically Get Images on Post Content

November 4th, 2009

The problem. Using custom fields to display images associated with your post is definitely a great idea, but many WordPress users would like a solution for retrieving images embedded in the post’s content itself. The solution. As far as we know, there’s no plug-in to do that. Happily, the following loop will do the job: [...]

Read More >>

Get Only The Latest Sticky Posts : WordPress Hack

November 2nd, 2009

The problem. Introduced in WordPress 2.7, sticky posts are a very cool feature of our favorite blogging platform. A lot of WordPress users ask how to get only sticky posts in the loop. The solution. To display your five most recent sticky posts, just paste the following code anywhere in your theme files. If you [...]

Read More >>

List Upcoming Posts : WordPress Tip

November 2nd, 2009

The problem. Thanks to the “schedule post” option, our favorite blogging platform allows us to write a post and schedule it to be published later. To make sure your readers come back to your blog or subscribe to your RSS feed, listing your upcoming posts is a good idea.

Read More >>

Schedule a Post in WordPress : Full Explanation

September 28th, 2009

You can schedule posts for the future on your blog. When the time and date comes around, the post will automatically be published to the blog. If you want to schedule a post, click the Editlink next to the date/time in the Publish module.

Read More >>

Create a Digg-style Post Sharing Tool with jQuery

September 6th, 2009

Introduction I was surfing website and searching for inspirations and I stumbled upon digg.com. I discovered a small utility on every single post, the share link. Yes, I want to implement that, it looks cool, practical and useful! So, this tute, we are going to make a digg-style post sharing toolbox. It’s all pretty straight [...]

Read More >>