<input type="checkbox" class="check-mark-final-published" wp-id="<?php 
            echo $post->ID;
            ?>
" nonce="<?php 
            echo wp_create_nonce('final_published-nonce-' . $post->ID);
            ?>
"> 
								<a href="<?php 
            the_permalink();
            ?>
" target=_blank><strong><?php 
            the_title();
            ?>
</strong></a> -
								<?php 
            budget_time($post, 'g:i a');
            ?>
 -
								<?php 
            echo get_user_by('id', $post->post_author)->display_name;
            ?>
 -
								<?php 
            budget_length($post, true);
            ?>
 -
								<?php 
            budget_importance();
            ?>
 -
								<?php 
Ejemplo n.º 2
0
                ?>
								<?php 
                the_title();
                ?>
 -
							<?php 
                if ($status == 'Upcoming') {
                    ?>
									<?php 
                    echo get_the_excerpt();
                    ?>
							<?php 
                } else {
                    ?>
								<?php 
                    budget_time($post, 'm/d g:i a');
                    ?>
 -
								<?php 
                    budget_length();
                    ?>
 -
								<?php 
                    budget_importance();
                    ?>
 -
								<?php 
                    budget_statuses();
                    ?>
 -