When you are coding a theme you usually edit standard files such as index.php, single.php, page.php and so on. In these files you might have noticed that some variables are available even though you have not declared them. Such a…
When you are coding a theme you usually edit standard files such as index.php, single.php, page.php and so on. In these files you might have noticed that some variables are available even though you have not declared them. Such a…
I wrote some simple code so that you could query posts from another blog on your site by using the argument blogid in your query So how does it work? It work pretty well with little, or no testing so…