image not show up after posting
-
Below is the code:
<!–This section is currently pulling category ID #1, and can be switched by changing the cat=1 to show whatever category ID you would like in this area.–>
<h2>The W.O.D.</h2>
<?php $recent = new WP_Query(“cat=77&showposts=1”); while($recent->have_posts()) : $recent->the_post();?>
am trying to figure out the links and image which is not showing after posting the blog. I would like to know which tables do i need to modify?
- The topic ‘image not show up after posting’ is closed to new replies.