This plugin allows you to show off the notices and special announcements on your WordPress site. You can use the Notice Board widget to display recent notices and special announcements in a widget area. Or use a shortcode to display notices and special announcements within a table or as a list in the main content area for a post or page. This plugin registers a 'notice' slug for all notices as post, so don't create a page or post with 'notice' slug or set the parmalink to "http://yourwordpressdomain/notice". It would conflict with the permalinks.
Notice Board plugin can be installed by using any of the methods below
Upload Manually
- Download and unzip the plugin
- Upload the 'msnb-notice-board' folder into the '/wp-content/plugins/' directory
- Go to the Plugins admin page and activate the plugin
Install Via Admin Area
- In the admin area go to Plugins > Add New and search for "Notice Board"
- Click install and then click activate
To Create & View Notices Via Admin Area
- Go to Notices to View, Edit or Delete all Notices.
- Go to Notices > Add New Notice to create a new notice .
- Enter Title, Content, Notice url(Optional) and click on the publish button.
- To add an external link or file for the notice, use Notice url field.
- While adding file to a notice, first upload the file to your Media Library, and just copy the file URL to the "Notice url" Field. You do not have to insert any media to the notice itself. Just the link to the file is required in the "Notice url" field.
How to Use the Notice Board Widget
- Setup the Plugin (refer to above).
- Go to Appearance > Widgets and drag the 'Notice Board' to your widget area.
- Enter a Title to appear above Notices list. For example "Recent Notices".
- Enter how many Notices you would like to display.
- Choose the type of Notice Display(Static or Scroll). The scroll type will display a scrolling list of notices.
- Choose the scroll direction of Notice Display(Upwards or Downwards), and save the widget.
How to Use the Shortcode
- Navigate to the post or page you would like to add the notice table to
- Enter in the shortcode [notice-board]
- Customize the number of notices displayed by adding any of these parameters
- count => Specify the number of notices you want to display. [notice-board count="10"]. By default, 10 notices are displayed.
- format => table|list specify whether to output the notices in a table or unordered list [notice-board format="table"]. Default = 'table'.
- class => Specify the wrapping class for the notices [notice-board class="table-bordered"]. Default = 'table'.