Postpositive – free your mind
-
Postpositive.org – free your mind
Request for comments – any feedback is welcome!
Design goals:
1) usability
2) readabilityTechnical notes:
The front page is updated dynamically, whenever a post category (description used as subtitle) is added. Article counts for each category are also automatically updated.
The link-add.php admin page can be used to add links to both the sidebar and the Friends Page (a wp page).
If anyone is interested in the script that makes this happen, let me know.
Links can be added to the Friends page or the Sidebar. To add a link to the Friends page, use Link Category Friends. To add a link to the Sidebar, use Link Category Audio, Video, or Books. This flexibility requires that links be built dynamically, using the link_description field in the links table to store either a short description or a Category ID.
When adding a link to the Friends page, a Short Description is used; when adding a link to the Sidebar, a Category ID is used.
The Category ID is the integer value of the Post Category (not to be confused with the Link Category), and is used construct a named anchor that is appended to the URI, which (for Sidebar links referencing library material), should be entered as: http://www.postpositive.org/library.php
The Link Name is the friendly name (displayed in the Friends page or Sidebar) for the user to click.
Named anchors in the Library follow a convention that divides library entries into sections, organized by post category. The Category ID can be entered as a decimal value (such as “7.3”) when the target anchor is created as such to reference a more precise location within a library section.
When a Category ID of 0 (zero) is entered, a named anchor is not appended to the URI. Use Category ID 0 for Sidebar links to external locations (or internal locations without named anchors).
The topic ‘Postpositive – free your mind’ is closed to new replies.