alexandrep
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: OpenID integration?I guess the main “problem” about OpenID intergration, as reported by Matt on the wp-hackers list in Oct. 2005 <http://comox.textdrive.com/pipermail/wp-hackers/2005-October/002969.html>, is that currently it exists lots of identification methods and none of them tend to be universally adopted. Moreover, the next reply tells a way to identificate other than just for blogs would be much more interesting, more ‘universal’. So, I doubt too OpenID would ever make in WP Core.
But do you think Jabber ID could in any way be used as that ‘universal identifier’ ?
Forum: Fixing WordPress
In reply to: Parent/Child PagesI had search for something like this. I found http://ww.wp.xz.cn/support/topic/28770?replies=7#post-162425
Forum: Fixing WordPress
In reply to: Archives pageI’m not sure to understand what you mean.
When you create and publish a post in WP, it gets automatically archived, meaning it automatically appears in an archive page (i.e. when you browse your blog’s categories or on a date-based page).
The wp_get_archives(‘type=monthly’) function returns a list of months where blog posts have been posted. Each of these months are clickable, and brings you to an archive page where all posts published in this month are shown.