A WordPress plugin for custom shortcodes for the Collegian website.
This shortcode creates a block of the zodiac signs that can be clicked to jump to a specific horoscope.
This shortcode creates a title for that zodiac section. It will display the zodiac sign, its name, and the date range for that horoscope. You do not have to use a closing shortcode like [/libra].
[horoscopes]
[libra]Some text for Libra
[scorpio]Some text for Scorpio
...
This shortcode creates a DoubleClick ad spot for bowl content. You set the ad in DoubleClick.
If the ad slot changes on DoubleClick, the ad code must be updated for it to work.
[bowlad]
This shortcode is meant to be used in a menu, and displays the logo for the bowl game menu.
The logo must be updated each year.
This shortcode creates a button with the text "Retake Quiz" that reloads the page. It is intended to be used on quiz articles.
[retake]
This shortcode creates a small box that text will wrap around. The box will show a title with a link and arrow. It is intended to be used in articles to link to other relevant articles.
This is the title that will be displayed.
This is the url that the title and arrow will link to.
[related title="This is an example" url="http://www.example.com"]
This shortcode displays a question in a fancy format. It is intended for Street Talk articles. It must be closed with a [/question].
[question]What is an example question?[/question]
This shortcode creates a p tag that is aligned right. It must be closed with a [/right].
[right]This text would align right.[/right]
This shortcode makes a fancy pull quote. It must be closed with a [/quote]. Do not include quotation marks, as they will automatically appear.
[quote]This is a quote somebody said once.[/quote]
This shortcode will create a button with the text "Purchase a Photo" that will link to a provided link. It is intended to be used on gallery pages to link to that gallery's purchase page.
This is the url that the button will link to.
[purchase url="http://example.com"]
This shortcode will cause the featured image to not display on this post. It is intended to be used on gallery and video pages, since those posts don't need to display the featured image.
This shortcode will create a box with a title of "Editor's Note" and some text. It must be closed with a [/editors-note]
[editors-note]This is an example of an editor's note.[/editors-note]
This shortcode will create a box with a title of "Sponsored" and some text. It must be closed with a [/sponsored]. It is intended to be used to provide a link or other text describing a sponsor of the content.
[sponsored]This is some text about a sponsor.[/sponsored]
This shortcode was created to embed a GoFundMe button on an article. It is not intended to be re-used