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 (88) GROUP BY ID

Missing Plugin Hooks in WordPress Themes | TicTap Blog

Missing Plugin Hooks in WordPress Themes

One of the really nice things about WordPress is that anyone can create WordPress themes.

But be careful, because you could break WordPress plugins if you miss out on a couple of important things.

One of them is missing template plugin hooks.

Many plugins depend on wp_head(), wp_footer(), wp_meta() and comment_form() being called in the templates. If you miss out on any of them, the plugins will fail. We have first hand experience ourselves because some nice folks informed us that the WordPress Plugin for TicTap Contextual Ads did not work. We checked the themes and discovered that missing plugin hooks were the problem.

WordPress has very nice documentation for theme creators.

Related Posts:
»WordPress Plugin Fix for Plugin Hooks
»Wordpress Plugin for TicTap Contextual Ads
»Updated - 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 = '88' AND comment_approved = '1' ORDER BY comment_date

Leave a Reply