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...
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 =...