/ Published in: PHP
You will probably have to hide the medium sized image.
Expand |
Embed | Plain Text
function custom_attachment() { if (is_attachment()) { } } add_action('thesis_hook_before_post', 'custom_attachment');
You need to login to post a comment.
