WordPress database error: [Incorrect file format 'wp_comments']
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (89) GROUP BY ID

WordPress Plugin Fix for Plugin Hooks | TicTap Blog

WordPress Plugin Fix for Plugin Hooks

We’ve just release version 2.1 of the WordPress Plugin for TicTap Contextual Ads.

It contains code to check if wp_footer() and wp_head() were declared in the WordPress templates, and alerts you if it cannot find them.

In the previous post, we mentioned this problem of plugin hooks that theme creators leave out.

Related Posts:
»Missing Plugin Hooks in WordPress Themes
»Updated - WordPress Plugin for TicTap Contextual Ads
»Wordpress Plugin for TicTap Contextual Ads
»Seeking Beta Testers for TicTap Contextual Ads WordPress Plugin
»Firefox Search Plugin for TicTap

WordPress database error: [Incorrect file format 'wp_comments']
SELECT * FROM wp_comments WHERE comment_post_ID = '89' AND comment_approved = '1' ORDER BY comment_date

Leave a Reply