Author Archives: Chris Norcross

DeepFocus Theme Updated

The DeepFocus theme from ElegantThemes which is available on Palomar College WordPress sites has been updated. The theme is now responsive, meaning that it will adjust its layout according to the size of the window or device that it is being viewed on. The theme has always been a really nice looking one. Now it displays incredibly well on mobile devices such as smart phones and tablets.

New Plugin: Graceful Pull-Quotes

Pull quotes are common in many print and online publications. If viewing this post directly on the website, you should see an example of a pull quote to the right of this paragraph. With the addition of the Graceful Pull-Quotes plugin to our WordPress system now anyone can insert one in their own posts and pages. This plugin is easy to use but does require switching over to the HTML view to add the appropriate code. The trick is to wrap the text that you want quoted in an HTML span tag with the pullquote CSS class applied. For those of you who are not familiar with HTML that may sound difficult but its actually easy to do. Here are step by step instructions (after you have activated the plugin for your site):

  1. While adding (or editing) a post or page, switch to HTML view using the tab at the top right of your editing area.
  2. Insert your cursor at the beginning of the text that is to be turned into a pull quote and add the following HTML code: <span class="pullquote">
  3. Insert your cursor at the end of the text that is to be quoted and add the following HTML code: </span>

The Graceful Pull-Quotes plugin will generate a nicely formatted pull-quote for your post or page. If there are multiple pull quotes, they will by default alternate between the right and left sides. Information about customizing the look and behavior of the pull quotes can be found on the Graceful Pull-Quotes notes page.

If any Palomar College WordPress users have questions about using the Graceful Pull-Quotes plugin you contact me at cnorcross@palomar.edu.

New Plugin: Simple Footnotes

A new WordPress plugin called Simple Footnotes has been installed and is now available for use by any of the WordPress sites on the Pages system. As its name implies, the Simple Footnotes plugin makes it easy to add footnotes to any WordPress post or page. To use it, simply add the following shortcode to your text:

[ref]Add the text (or URL) you want in the footnote here.[/ref]

The code will insert a superscript number at the location of the shortcode and place the contents of the note at the footer of your page or post. Here’s an example of how it would look after publishing your content:

The superscript number at the end of this sentence is automatically generated because of the added shortcode. 1 The footnote at the end of this post is also automatically generated and placed in the correct location.

That’s all there is to adding a footnote in WordPress using the Simple Footnotes plugin. If you are interested in using it don’t forget to activate the plugin from your site admin Plugins area.

Notes:

  1. This is a footnote.

Welcome to Palomar College WordPress Central

For some time now, those of us in Academic Technology at Palomar College have wanted to make a web content management system available to faculty and staff. After literally years of trying out different platforms, we have chosen to use WordPress. Details will be forthcoming about how to get your own WordPress site at Palomar College. In the meantime, here is some information that you may find useful:

What is a web content management system and why do I need one?

A web content management system is meant to make it easy to ‘manage’ your content on the web. Traditionally, faculty and staff on campus who wanted a website had to use web editing software such as FrontPage, Expression Web, or Dreamweaver to create and edit their sites. This is a difficult task because it requires not only knowing how to use the editing software but also, in many cases, knowledge about technologies such as HTML, javascript, cascading style sheets, etc. A content management system, or CMS, allows users to create and edit their sites through their web browser. Generally, no knowledge other than basic web browsing skills is necessary.

Ideally, a CMS will make it easy for someone to publish your content without having to worry about the details of web design. A user can post to a blog, share files, or add links with very little technical knowledge.

Why WordPress?

We chose WordPress as our platform because it is easy to use, very popular (therefore well tested and supported), and free.

WordPress.org has a page with information about all of its features.