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.

Share
  • Print
  • Facebook
  • Google Bookmarks
  • email
  • Twitter
  • LinkedIn
This entry was posted in Computer, WordPress. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">