Tag: PHP
-
WPMS Network Recent Posts Template for Twenty Eleven theme
Copy the code below into a new php template file inside the Twenty Eleven theme, then create a blank page using this template. Accesing the page will list the latest posts from all WPMS network sites except the main site. < ?php /** * Template Name: WPMS Recent Posts * Description: A Page Template that…
-
Timed Announcement Shortcode for WordPress
Here is a simple shortcode that can be put in the functions.php file from the active WordPress theme. In the shortcode arguments you can specify starting time, ending time, title and title tag as well as the background colour and padding values for the div element that envelopes the announcment content. Of course you are…