Oracle of ONE1

Obscure words of unity

Release of ggis-InlinePost v1.1

The version 1.1 of ggis-InlinePost is released into the wild on June 26, 2010. It is available for download from the WP plugin directory. This release fixes a few minor issues, converts to standard shortcode conventions, and has been tested with the recently released WordPress 3.0.

Changelog

  1. FIX: Shortcodes within an inlined post are now processed. Uses do_shortcode().
  2. FIX: Comment metadata now shows correct number of comments made.
  3. NEW: Change code convention to shortcode which allows use of the standard shortcode functions. Old insert methods are deprecated but will still work.
  4. NEW: Recursive inlining now allowed when using new shortcode styling. Protection against infinite loop coded.
  5. NEW Added the showcontent attribute to control display of the post’s content.

(more…)

Release of ggis-InlinePost v1.0

Today, I release the version 1.0 of ggis-InlinePost. It is available for download from the WP plugin directory. This release fixes the improper newline formatting reported by a few users. Additionally, it adds or enhances the following:

  1. FIX: Correct paragraph/newline formatting.
  2. NEW: Inlined post now recognizes the ‘more’ shortcode.
  3. NEW: If a post requires a password, the password entry form will be displayed.
  4. UPDATE: Improved display of metadata.

(more…)

Remository Inline Direct Download

A number of my clients use Remository within Joomla for document management. The QuickDown plugin, available from the same site, is used to insert document information within an article. While I have been very satified with Remository, I have not found that QuickDown matches my clients’ needs.

QuickDown basically creates a link to the Remository page along with a variety of document information formatted within a table. Instead, I am usually interested in having a direct download link inserted inline with the article’s content.

(more…)

Sidebar Display on Every View

The default template shows the sidebar only on selected pages. I often make a design decision to display the sidebar on every or nearly every page. This is a fairly straightforward set of template edits. As an example, we will work with the template single.php. This is the template which displays individual posts

To gain further understanding of which template files are used when view a WordPress site visit WordPress Site Architecture.

(more…)

Special Home Page

The Home page of your site is the entryway for many visitors. By default, WordPress shows nothing but your most recent posts. Alternatively, WordPress makes it easy to set a page as your Home. I find that neither of these are sufficient and take another approach. If your templates contain a file named home.php then that template file will be used instead of the default WordPress options.

(more…)