A suggestion for the post_thanks_button template: hide the whole HTML code instead of hiding the button with the display:none CSS code. This saves a bit of bandwidth and generates smaller pages. You can also speed it even more up when you replace the template conditional with and if statement for the eval('$post_thanks_button = " ' . fetch_template('post_thanks_button') . '";'); code in the postbit_display_start plugin.
|