I need suggestions for blogging software that will display one and only one line per entry
I've got (what I believe to be) very specific requirements for blogging software. Specifically, I'd like it to display, without date or other info, a single line for each entry that I make.
I realise this can be done by simply editing an HTML file, but I'm looking for software because then maintenance of archives and other activities (e.g., searching) would be automated. Also its a lot easier to update when posting via a form rather than worrying about not closing a tag, etc.
Wordpress would be fine, but I'm open to other free software that I can install on my VPS. In other words, not really interested in hosting on some service.
The style I'd like is pretty much identical to
Robotwisdom, the
headlines part at least.
Many thanks for your help!
Make a quick theme, use something like Advanced Custom Fields to give you a "Link" and a "Link Text" box on your post admin page and then just display the header and the link for all posts, ignoring the post body and the single post page. It could be done pretty quickly tbh.
Alternatively, you could do it with Wordpress's inbuilt Links function. Use wp_list_bookmarks to generate it the way you like. The only issue is that this doesn't allow for extensibility later on, as there are a defined number of fields available IIRC.
I don't know what your HTML/CSS/Wordpress capabilities are like, but let me know if you need more guidance and I can totally help you out.
posted by Magnakai at 1:27 AM on January 5, 2012