jayminkapish - Jaymin Patel, Wordpress Developer, New York
Subscribe to jayminkapish RSS Friend Jaymin Patel on Facebook Follow Jaymin Patel on Twitter

« Go to home page

Blog Archives

WordPress MU: get posts/pages from different blogs under same installation

How can you create a loop to get posts/pages from different blogs under same MU installation? 1) you can use switch_to_blog function http://codex.wordpress.org/WPMU_Functions/switch_to_blog 2) create wordpress loop (this will get posts from the blog you just switched) 3) do whatever you want with data 4) restore current blog you are on so everything runs after [...]

WordPress MU Site Upgrade Bug: Your server may not be able to connect to blogs running on it

Wordpress MU – Site Upgrade dies with message “Your server may not be able to connect to blogs running on it. Error message: 200: Operation timed out after 3 seconds with 0 bytes received”

Comments Pagination – WordPress – Bug Fixed!

Comment pagination for wordpress 2.5 or MU. You can grab the code and create a plugin if you want to. Share your feedback via comments.