Results 1 to 6 of 6

Thread: Wordpress CMS Theme

  1. #1
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055

    Wordpress CMS Theme

    Anyone know of a basic easy-to-edit theme that sets Wordpress up like a CMS rather than a blog with pages instead of archives listed on the sidebar and a homepage that isn't the most recent posts?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  2. #2
    Is Still Alive! Johnny Gulag's Avatar
    Join Date
    Feb 2006
    Location
    North Texas
    Posts
    242
    Any theme can be edited to do this, without too much trouble. It just depends on what all functionality you need as far as how much editing there will be.

    The latest version of WP has the ability to change the front page by default under: (options>reading) in the menu.

    As far as listing pages in the sidebar with no archives is just a matter of removing code from the sidebar.php file in most themes.

    You just need this in the sidebar:
    PHP Code:
    <?php wp_list_pages(); ?>
    There are many parameters for it: http://codex.wordpress.org/Template_Tags/wp_list_pages

    If you want to remove the ability for users to leave comments than you can edit the single.php file to remove the include for comments.php.

    More questions, just ask. Need help, hit me up.

  3. #3
    Registered
    Join Date
    Mar 2006
    Posts
    75
    Chris,

    It just takes a few tweaks in the templates adding and removing a few tags.
    I did this on a site I developed with a family member of mine:

    www.bestfeatherbeds.com

  4. #4
    4x4
    Join Date
    Oct 2004
    Posts
    1,043
    Quote Originally Posted by IBBDB View Post
    Chris,

    It just takes a few tweaks in the templates adding and removing a few tags.
    I did this on a site I developed with a family member of mine:

    www.bestfeatherbeds.com
    FYI: Your permalink structure is not setup to be SEO friendly.

  5. #5
    Registered Billyray's Avatar
    Join Date
    Oct 2004
    Location
    Brisbane
    Posts
    142
    The plugin at the following link allows you to change the order of the pages to suit your needs which is very handy.

    http://geekyweekly.com/mypageorder/

  6. #6
    Registered
    Join Date
    Jul 2005
    Posts
    33
    You can still use blog posts like pages, just need to dump alot of template junk. IMHO you'll like to keep pages organized by categories. Look @ my blog, I can help you with something similar-looking

    >homepage that isn't the most recent posts?
    Static homepage can be enabled in preferences.

    @ BGray - getting 500 for www.bestfeatherbeds.com, good luck mod_rewrighting)
    Last edited by bassplaya; 05-15-2007 at 07:20 AM.

Similar Threads

  1. wordpress plugin to display recent posts
    By Chris in forum Website Programming & Databases
    Replies: 3
    Last Post: 01-02-2007, 01:28 AM
  2. Wordpress or Evo-Dev
    By Todd W in forum General Management Issues
    Replies: 1
    Last Post: 11-28-2006, 04:40 PM
  3. My First Firefox Theme
    By KLB in forum General Chat
    Replies: 5
    Last Post: 11-13-2006, 12:36 PM
  4. Custom Wordpress themes
    By Cutter in forum HTML, CSS, Layout, and Design
    Replies: 23
    Last Post: 04-03-2006, 03:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •