Archives

Category Archives; WordPress.

FV Community News 2.0 – Beta 2

I am very pleased to announce that the plugin has reached a new milestone! Since the last update there have been significant changes. For people who like to browse the code, as well as for the default users who just like to use the plugin.

Apr24

Create an RSS Feed with WordPress

When you are busy creating a wonderful plugin for your WordPress blog, it might be possible that you need to create a RSS feed. For example, when creating a guestbook people could ask for a RSS feed to view the recent added posts and stay updated, or take a look at my own Community News [...]

Using Sessions in WordPress

Yesterday, when I was creating a new plugin for my friend Stefan Vervoort, I needed sessions to work. Unfortunately, WordPress doesn’t support them?! I searched the whole source code of this great piece of blogging software, and not on one single line I found even one session. Also the session_start() function is not called, but [...]