Fox Comedy is an Italian entertainment dedicated to foreign comedy and sitcoms. Programming is available both Italian and English. The channel launched on 1 November 2014 on Sky Italia channel 128.
Link to the Official Fox Comedy Website
Fox Comedy Italia Idents & Presentation
Presentation used by Fox Comedy since 2014.
add_action('wp_footer', 'add_siblings_before_footer', 5); // Priority 5 = early in footer to appear before most footer content
function add_siblings_before_footer() {
if (is_page()) { // Only on singular pages
echo '
';
echo '
Related Pages / Siblings
'; // Optional heading – customize as needed
echo do_shortcode('[siblings sort_column="menu_order" sort_order="desc"]');
echo '';
}
}