Do you show ShortLink on your blog post? Does it take somewhat bigger place?
If yes, then this post will help you remove "http://" from ShortLink URL. Of course, you can use the same php ...
Read Article
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 Check if Category Has Children?
In WordPress, how will you check if specific query has children? This bit of code allows you to check to see if the current category archive page has child ...
Read Article
WordPress Tips: How to List all Posts that contain a Particular Custom Field and More
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 ...
Read Article
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 ...
Read Article
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, ...
Read Article
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 ...
Read Article
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 ...
Read Article
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 ...
Read Article
How to Display Post Attachment Count in WordPress Admin Column
If you’re using many attachments in your WordPress posts, you might like to be able to visualize how many attachments a post have just from the admin post list. Here is a best way to force ...
Read Article