Below code list all posts with custom field "Short_Link", sorted by the value of custom field "Comment_Count" which does not exclude any 'post_type' and assumes each post has just one custom field for …
functions.php Archives...
WordPress’s functions.php is a key for you to modify basic theme functionality. On Crunchify we have used tens of admin & web hooks to completely customize theme. Checkout all source code and changes as a free tutorials.
WordPress: How to Add Your Own Copyright Meta Tag to Post?
Have you ever wondered how to add your own Copyright Meta tag to your WordPress Post?? WordPress doesn't add default meta tag for this one. But with the help of below simple code you can achieve …
Read Article about WordPress: How to Add Your Own Copyright Meta Tag to Post? →
WordPress: Prevent Your WordPress Post Image Being Too Large
Have you ever noticed your image appearing way to big on your wordpress Post? There is a simple CSS trick you can apply to your theme. Every blogger like to put images in posts. After all, an image is …
Read Article about WordPress: Prevent Your WordPress Post Image Being Too Large →
WordPress Tip: How to Automatically Insert Content After Each post
WordPress is a great blogging platform which is highly configurable. It allows you a lot of things to do with your Blog. For example, have you noticed the Share Buttons at the end of this post. User …
Read Article about WordPress Tip: How to Automatically Insert Content After Each post →
Create Cool Previous-Next Post Navigation Button for WordPress Blog – just using CSS without JavaScript
Previous and Next button helps users to navigate to the new posts from current page. It's one of the most used feature in WordPress. WordPress provides lots of hooks and APIs using which we could …
How to add a “delete” button to WordPress Admin bar?
The admin bar is a featured introduced by WordPress 3.1. It adds useful options such as adding new posts or editing an existing one. But it do not feature a delete button, so you can’t trash a …
Read Article about How to add a “delete” button to WordPress Admin bar? →