andym4e
Forum Replies Created
-
Forum: Plugins
In reply to: How do I create a new page with the plugin I’m buildingHi Fcrossen
Can you post your coding logic for the part oyu entioned here:
$posts[0]->post_title and $posts[0]->post_content with my own content.
I am stuck with something but think you have solved this already!
Many thanks
Forum: Fixing WordPress
In reply to: Permalinks being stored in db incorrectly?I obviously need to clarify my original ramblings 🙂
When I write a post (and save) if I look in the GUID field in my wordpress database instead of http://www.ourblog.com/blog/category/nice-search-engine-optimsed-title.html being stored (as it did on 2.3 ) now there is http://www.ourblog.com/blog/?p=71 instead.
This has changed for no apparent reason since the upgrade to 2.51 and I (like many others I imagine) relied on this GUID value to use on my own custom pages elsewhere e.g. Display and link to the last 5 posts on a home page. So now rather than the links going to nice_optimsed_title_post.html they go to myblog/blog/?p=71 BUT the blog post heading is still nice_optimsed_title_post.html so effectively I have 2 links to the same post – 1 I want and 1 I don’t.
Thanks again for any pointers on this.
Forum: Fixing WordPress
In reply to: Permalinks being stored in db incorrectly?Anyone?