• I have created a hack(wp-wap.php & wp-wap-comments.php) that allow users to browse your blog over a mobile phone or any devices that have a wap browser.
    No configuration is required. Just unzip the file and upload it to your WordPress folder.
    For the demo to work, use a wap browser.
    wp-wap.php ( Demo | Download)

Viewing 8 replies - 46 through 53 (of 53 total)
  • Using http_accept is easier, there are hundreds of browsers and phones out there that will accept WAP pages, and the list is constantly growing

    I’m getting the same problem, can see the blog entries no problem but when I click on the blog entry it says ‘Error .. Sorry!’ I’m using wap access via O2 network (UK) on a Motorola V547.

    Any suggestions as I’d love to get this feature working!

    I am taking it that this site is now down because I can’t get the plugin. Does anyone know of any other places?

    Moderator James Huff

    (@macmanx)

    Thanks!

    There seems to be a lot of “mail/post” plugins available to add to your WP site from a mobile device (cell phone, PDA, etc) but hardly any plugins to just view it (only WP-WAP for what I know). But it doesn’t let you do much for reaching your mobile readers. Is thier anyone out there working on something more powerful than this? With options to add a header image (viewable on cellphones) and options to include/exclude blog content (ie. don’t load the side bar, or just show categories, etc).

    I personally use Yahoo’s mobile page constantly to look up news, check my mail, weather updates, etc when I am on the road, and would love to be able to keep tabs on my blog while I am away… is anything like this even possible? I think the WordPress community would benifit as a whole from a plugin like this. Any coders out there up for it? ??

    if you get the no-such-article error edit wp-wap.php and replace
    <?php if(empty($_GET['p'])) { gmz_get_recentposts(); } else {?>
    <?php if (have_posts()) : ?>
    with <?php if(empty($_GET['p'])) { gmz_get_recentposts(); } else {
    query_posts('p='.$_GET['p']);
    ?>
    <?php if (have_posts()) : ?>

    Thread Starter Lester Chan

    (@gamerz)

    vladb: thanks for the fix! Was looking for it.

Viewing 8 replies - 46 through 53 (of 53 total)
  • The topic ‘WordPress Wap’ is closed to new replies.