Show posts in a widget
-
I want to show post of one category in a widget. I use the Executable PHP widget to enter the code.
The code I use is:<?php query_posts('cat=16&showposts=3'); ?> <?php while (have_posts()) : the_post(); ?> <ul> <li> <?php the_title(); ?> <?php the_content(); ?> </li> </ul> <?php endwhile; ?>
[please remember to mark any posted code – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]
This works BUT other widgets disappear. What am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show posts in a widget’ is closed to new replies.