Metadata

[insert_php]
$args=array(
‘orderby’ => ‘date’,
‘order’ => ‘DESC’,
‘post_type’ => ‘post’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => -1,
‘caller_get_posts’=> 1
);
$my_query = null;
$my_query = new WP_Query($args);
if( $my_query->have_posts() ) {
// List of Pages (just parent pages)
while ($my_query->have_posts()) : $my_query->the_post(); ?>

<record bibtex="ID, true); ?>”>

name);
}

if (sizeOf($cats) > 0) {
$post_categories = implode(‘, ‘, $cats);
} else {
$post_categories = ‘Not Assigned’;
}

echo $post_categories;

?>
ID, true); ?>
Expert Journal of Business and Management
ID, true); ?>
ID, true); ?>
ID, true); ?>
ID, true); ?>
ID, true); ?>

ID, true); ?>
ID, true); ?>
ID, true); ?>

<?php endwhile;
}
wp_reset_query(); // Restore global post data stomped by the_post().
[/insert_php]