Answer the question
In order to leave comments, you need to log in
How to display category IDs using php?
<div class="col-md-4 animation_3 personal_last_block">
<?php if ( have_posts() ) : query_posts('p=30');
while (have_posts()) : the_post(); ?>
<h3><?php the_title(); ?></h3>
<h2 class="personal_header"><?php echo get_bloginfo('name'); ?></h2>
<?php the_content(); ?>
<? endwhile; endif; wp_reset_query(); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question