Monthly Archives: November 2017

Get Raw Unfiltered Post Title In WordPress

To retrieve the post title of a post as saved in the wp_posts table in the WordPress database use this <?php echo get_post_field( ‘post_title’, $post_id, ‘raw’ ); ?> If you use get_the_title() function, WordPress applies the ‘the_title‘ filter before returning

Posted in WordPress Tagged with: ,

Find All Posts Containing Given Image In WordPress

Pass the id of the image to the function and it will return an array with the id’s of all the posts that use the given image. /** * Find all posts that uses the given image * * @param  $image_id  Integer    ID

Posted in WordPress Tagged with: , ,

6 Reasons Why You Need An Expert’s Help In Improving SEO

With the continuous rise in the importance of the online world, more companies rushing towards creating an online presence! It is a wild dash for all the companies to start getting their online version running to gain the traction from

Posted in Guest Posts, Pro Blogging Tagged with: ,

STOP! 6 Key Questions To Ask Before You Outsource

One of the most important strategic tools that new business owners use is that of outsourcing. This concept has allowed businesses to focus on their core strengths and at the same time use other sources to supplement their other requirements.

Posted in Guest Posts Tagged with: ,

WordPress Theme For Matrimony Microsite

I recently developed a WordPress theme for a matrimony microsite. Client’s objective is to focus on mobile users and use the website to build a community around their brand. Development Overview The theme was designed by Jishnu of Artistory Media

Posted in WordPress Lab Tagged with: , , ,