Recent content by super diana!

  1. S

    PHP WORDRPRESS HELP!!?

    I moved my wordpress installation to a new server. I updated everything i had to update but i don't know how to update the database for the media files, like pictures and stuff... when i click on media it gives me some errors and what i can see is that the media gallery is still using the old...
  2. S

    PHP WORDPRESS HELP > show posts from specific categories?

    I have this code to show posts on the main page. What i would like to do is to limit the posts showing just to two categories: eg> upcoming events / newsflash. where in this string would i have to modify the code? <?php if(!empty($paged))$page = $paged; else $page = 0; $posts_per_page =...
Back
Top