Quick tip: Drupal menus, Hiding menu title
Since it is required to have a name for each menu, and no options to show or hide the menu title on the front end, I found myself fumbling for a way to hide the title, using native backend Drupal functionality.
Menu name is required here:
Home › Administer › Site building › Primary Links > Edit [...]
A quick look at WP-Print, a WordPress plugin for printer friendly printing
I struggled to find a solution to creating a printer friendly version of a paginated page (or post). I successfully created a dynamic page called “printer friendly” and used a series of variables to dynamically pull from an existing post or page. That part worked. The problem was getting the full text of the article [...]
Posted in Scenarios, WordpressScenario: simple mock-feed
Simple mock-feed that is based from an html file or block of code containing a DL and DT and DD tags. Pulled into a ticker as well as shown in a full story view by hiding and showing content via jquery.
Posted in Scenarios