Category Archive for: "WordPress"

  1. Tips and Tricks

    WordPress Connection Information – Solution

    If you are using WordPress for your blog or website, then there might be situations where the website/plugins upgrade is not as smooth as expected. Instead, the update asks for FTP info each and every time you want to upgrade plugins or your blog. This is not very helpful. In this article, I am going […]

  2. Tips and Tricks

    Disable Comments For A Single Post Or Page in WordPress

    If you use WordPress as a blog or as a website, then you may have come across a situation where you needed to disable comments for a specific post or for a specific page. But do you see an option to do so in the Edit Post/Page screen? No! Then how would you disable the […]

  3. Tips and Tricks

    SOLUTION WordPress Fatal error: Call to undefined function

    While working with WordPress, at one point of time or the other, you may have come across error message that says: “Fatal error: Call to undefined function … “. In this message, the undefined function could be just about anything such as feed_content_type or get_adjacent_post or wp_get_recent_posts, etc. So how can we solve this? This is exactly what this […]

  4. Tips and Tricks

    WordPress: Get Count For Approved Comments Outside The Loop

    If you are a Web Developer and you work with WordPress, then there may have been a situation where you needed to get the count for  comments that were only in “Approved” state for a specific post. Note that this is different from the total comments count. So do you know how to get the […]

  5. Snippets

    WordPress Display Thumbnail for Post (2 Ways)

    Did you ever want to make WordPress display Thumbnail for post but did not know how to do it? I am going to discuss 2 ways to do this. Just copy this snippet into your theme, wherever you want to display the thumbnail and that should do it.

  6. Snippets

    WordPress: Get all Categories of a post (both parent and children/sub categories)

    Have you ever wondered how to retrieve or get all categories of a post?  This little snippet will help you make WordPress get all Categories of a post (both parent and children/sub categories).

  7. Tips and Tricks

    WordPress: How to use Shortcode in Widget

    Have you ever wondered how to use Shortcode in Widget for WordPress? If you have noticed in general, even if you use Shortcode in a Widget area & would expect the proper output to be shown, that won’t be the case. So how to go about telling WordPress to parse shortcodes & execute the relevant […]

  8. Tips and Tricks

    WordPress Shortcodes: How to use Shortcodes in WordPress Theme Examples

    Using Shortcodes in WordPress themes: If you are wondering how to use Shortcodes in WordPress Themes, then this article is for you. In this article, I am going to show you how easily you can use shortcodes in any of the existing WordPress themes or a brand new WordPress theme. Read on to find out […]

  9. Tips and Tricks

    WordPress Last Insert ID | Get wpdb Last Insert ID in while loop

    WordPress Last Insert ID : In WordPress, at some point or the other, you may have come across a situation where you would need to get the last insert id i.e. the value of the auto-increment column as a result of insert operation performed. If you are running a normal SQL query, you would get the […]