Preview: attachment.php
Size: 503 B
//proc/self/root/home/nshryvcy/taramarriagebureau.com/wp-content/themes/planmyday/attachment.php
<?php
/**
* Attachment page
*/
get_header();
while ( have_posts() ) { the_post();
// Move planmyday_set_post_views to the javascript - counter will work under cache system
if (planmyday_get_custom_option('use_ajax_views_counter')=='no') {
do_action('trx_utils_filter_set_post_views', get_the_ID());
}
planmyday_show_post_layout(
array(
'layout' => 'attachment',
'sidebar' => !planmyday_param_is_off(planmyday_get_custom_option('show_sidebar_main'))
)
);
}
get_footer();
?>
Directory Contents
Dirs: 8 × Files: 24