Fixing wordpress-mobile-pack

So, I want to post to my blog from my phone. I installed the mobile-pack but when I tried to get to the new post page the link was not correct. As I’m posting this from the phone I can’t post the code but this proves I fixed it!

woohoo, I love it when that happens. The file mobile_admin.php needs all instances of this line of code….

$base = get_option('home');

Changed to this.

$base = get_option('siteurl');

OK, this is not the whole story as the use of the URL is inconsistent. I will need to do a bit more digging before I get it fixed completely.

This entry was posted in Computer, WordPress. Bookmark the permalink.

Leave a Reply

Your email address will not be published.