Ana
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to post an abstract of the latest post to my front pagePlease?
I would give more information, but I don’t know what else you need.
If you let me know, I will provide it 🙂
Forum: Fixing WordPress
In reply to: How to post an abstract of the latest post to my front pageI would like to do a similar thing – I need the date of the last *posted* (not necessarily last modified) post on a WAP hoempage.
For instance:
My blog (last update 10/04)I had a look at the plugin, but couldn’t work out if it was what I needed or not.
Can anyone help?
Forum: Plugins
In reply to: WordPress WapUsing http_accept is easier, there are hundreds of browsers and phones out there that will accept WAP pages, and the list is constantly growing
Forum: Plugins
In reply to: WordPress WapFor it to work on all phones, someone has to edit it, and pass the posts through the make_wml_compat() function I added.
I haven’t got the time myself… (in the middle of my exams)Forum: Plugins
In reply to: WordPress WapI haven’t checked the wml in the wp-wap-comments file – wapsilon was down when I tried.
Forum: Plugins
In reply to: WordPress WapHere you are:
DownloadForum: Plugins
In reply to: WordPress WapI won’t be able to do much now that half-term’s over… if i haven’t finished by next weekend, I’ll link to the code so someone else can have a go at it.
Forum: Plugins
In reply to: WordPress WapEeesh… plugin it will stay then. I just thought the other way would be easier, but yeah, you’re right :o)
Forum: Plugins
In reply to: WordPress WapI’m using wp-blog-headers.php?
Forum: Plugins
In reply to: WordPress WapThis may take me a while, but you can see the results of what I’m doing at http://www.wapsilon.com/?t=w;f=1::lonely-world.com/blog/wordpress/wp-wap.php
Forum: Plugins
In reply to: WordPress WapSkeen:
I already have a script for that, thou I’m not sure it will work with WordPress (it’ll mess up if there are html entities stored in the database)
This is the first time I’ve attempted something like this – I’ve done a fair amount of wap development, but never actually attempted to write a hack like this. Would the aforementioned make_wml_compat() function go in my-hacks.php?Forum: Plugins
In reply to: WordPress WapI think this is great, BUT, it’s not valid wml, and won’t work on a mobile phone (the whole point surely?)
I’m currently editing it, and adding the abilty to post comments, as well as automatically sizing the page returned to one appropriate for the device (if it’s too big, phones won’t load it)
I’ll post it on here when I’m done :o)