hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/andfor18/mbssigns.com/wp-content/themes/multinews/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<?php
/*
Template Name: Timeline Page
*/
?>
<?php get_header();
global $post;
$tlcat = get_post_meta($post->ID, 'mom_timeline_cat', true);
$tlorder = get_post_meta($post->ID, 'mom_timeline_orderby', true);
$tlcounter = get_post_meta($post->ID, 'mom_timeline_posts', true);
$tlex = get_post_meta($post->ID, 'mom_timeline_ex', true);
if ($tlcounter == '') {
$tlcounter = 10;
}
?>
<div class="main-container author-page timeline"><!--container-->
<div class="full-main-content" role="main">
<div class="site-content page-wrap">
<?php mom_posts_timeline($tlcounter, '', $tlex, $tlcat, $tlorder); ?>
</div>
</div>
</div>
</div><!-- wrap -->
<?php get_footer(); ?>