• Hi! there can i ask some question about modifying my wordpress blog. ahmm I just want to get the new post from my other wpress blog to be post on my main wpress blog, is there anyway to do this? like in php? ahmmm please here. me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If both blogs share the same database, then it’s just a matter of doing an SQL query.

    If they’re on different databases but the same server, it gets a little trickier, but still, you just connect to the other database and do the SQL query.

    If they’re on completely different servers, then I’d say get your other blog’s feed, parse it and get the first post.

    hope that helps

    Sorry for the bump, but where can i put that sql query?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘getting post from your other wordpress blog’ is closed to new replies.