public function display_test(){
echo "bintest";
#if ( $the_query->have_posts() ) {
echo '<ul>';
#while ( $the_query->have_posts() ) {
#$the_query->the_post();
echo $output = '<div>' . get_the_time('l, j F Y') .' <a href="'. get_the_title() .'">'. get_the_title() . '</a></div>';
#}
echo '</ul>';
#}
include_once( 'partials/mytest-public-display.php' );
}
test