Plugin Directory

DiaryPress

DiaryPress is a plugin designed to allow your blog to operate like a diary.

=Where can I find advise on running a diary with wordpress?=

In the next major release I am going to add a information page to the plugin that will live under settings that will contain advise from my experience of running a diary on wordpress for over 5 years. Longer term I plan to create a website to help.

=Can I customise the splash page?=

Yes, you can add images or any standard html for that matter. Within the diarypress.php file, find line 58. The not logged in message starts on line 63.

wp_die( ('

<!-- we need this so that the xml atom publishing feature will work -->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="'. get_bloginfo('url') .'/xmlrpc.php?rsd" />

<h4><strong>Private Diary</strong></h4>

<p>You must log in to view this diary. If you want to <a href="'. get_bloginfo('url') .'/wp-admin">Click here</a></p>

'), $title, $args );

Custom not logged in message examples

  • Including a image in html - the whole code block is shown for clairty
wp_die( ('

<!-- we need this so that the xml atom publishing feature will work -->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="'. get_bloginfo('url') .'/xmlrpc.php?rsd" />

<h4><strong>Private Diary</strong></h4>
<img class="alignnone size-medium wp-image-1623" title="" src="http://example.com/wp-content/uploads/2013/04/image.png" alt="image" />
<p>You must log in to view this diary. If you want to <a href="'. get_bloginfo('url') .'/wp-admin">Click here</a></p>

'), $title, $args );

Requires: 2.6 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-19
Downloads: 1,187

Ratings

3 stars
3 out of 5 stars

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,2,2
100,1,1
100,1,1
0,1,0