Descrizione
Choose your categories and interval from the settings menu and it will display 1 post from the chosen categories at your set interval, chosen randomly.
Installazione
- Upload the entire ‘post-of-the-day’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- You should see “Post of the Day” under your Settings. Edit the settings.
- Include this shortcode within a post or page: [potd]
Alternatively, if you want to include the post somewhere in your theme that is not in a post or page, just include the following in your php page:
<?php echo do_shortcode('[potd]'); ?>
FAQ
- Can I display more than one post at a time?
-
No, not at this point.
Recensioni
Contributi e sviluppo
“Post of the Day” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Post of the Day” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.0
First Release