Wordpress (or other CMS)-how to do this?

by InWait
6 replies
  • WEB DESIGN
  • |
I have a couple of specific ideas I'm considering. I've tried a few different services (joomla, typepad, etc) in the past and for now I'm going with wordpress unless someone can recommend a better CMS.

I don't have an example site but these types of things are nothing new. First, the home page is going to be static. That I can do myself. What I don't know how to do is to create multiple modules for that page.

The first idea involves two modules. The first one will include the latest news/updates/whatever. The second will be below the first and contain other content such as images.

My second idea is to have three modules. The first two should be side by side. The first one will again just have news updates, while the second will have links pointing to recently added content. You could say it would be similar to a side bar listing blog posts or new articles, but taking up less space. The third module will be the same as before-below everything else with its own content.

Here's where the technical issues are going to come in if I don't know what I'm doing beforehand. For the "News" module I only want it to show a single post at a time. All previous posts should be found on another page that will probably end up looking like a series of blog posts. The second module in the second example should only show links (may possibly include short descriptions later on). There should only be a specific number of links before the user is lead to a page with the full list.

With either set up the final module just needs to be kept from getting pushed down.

I hope this makes sense. I intend to start learning html and CSS, but for now I need something that I can get up and running with soon.
#cmshow #custom #static page #wordpress
  • Profile picture of the author Absolute Logo
    I'm not sure if this is what you are looking for but it appear to have some good information. I hope it helps in some way. Create a Custom WordPress Plugin From Scratch | Nettuts+
    Signature
    Absolute Logo Perfect for your small business!
    {{ DiscussionBoard.errors[5385902].message }}
  • Profile picture of the author Istvan Horvath
    Originally Posted by InWait View Post

    First, the home page is going to be static. That I can do myself.
    I guess you are referring to the possibility to set a Page (not a post) as the 'static frontpage' in Settings > Reading...

    Originally Posted by InWait View Post

    What I don't know how to do is to create multiple modules for that page.
    I'd look into the creation of custom Page templates... everything and much more can be done by a WP guy who is familiar with custom Page templates and multiple queries.
    Signature

    {{ DiscussionBoard.errors[5386429].message }}
  • Profile picture of the author InWait
    Thanks for the replies. The page on the custom plugins wasn't exactly what I was looking for but it did lead to me other things that might help.

    I'm not quite ready to go looking for someone to build something for me but if it comes down to it then I'll go for it. For now I'll do some experimenting and see what happens.
    {{ DiscussionBoard.errors[5386845].message }}
  • Profile picture of the author frenchsquared
    Wordpress is very easy... after picking a theme create a file called front-page.php. This file will be called by wordpress and always be used as the front page.

    Copy the stuff out of index.php to get you header and footer, then add any new html
    to this file.

    If you do not know HTML, Im certain you can find someone who can do it for you.
    Can you make a PSD?
    {{ DiscussionBoard.errors[5386934].message }}
    • Profile picture of the author imwebmaster
      Originally Posted by frenchsquared View Post

      Wordpress is very easy... after picking a theme create a file called front-page.php. This file will be called by wordpress and always be used as the front page.

      Copy the stuff out of index.php to get you header and footer, then add any new html
      to this file.

      If you do not know HTML, Im certain you can find someone who can do it for you.
      Can you make a PSD?
      Greetings Frenchsquared....You developed the Socrates Theme?....I thought Dan Nickerson and Joel Comm developed Socrates....explain please.
      {{ DiscussionBoard.errors[5387006].message }}
  • Profile picture of the author frenchsquared
    I worked for Joel Comm at Infomedia. Did you think Joel comm was a coder? Nope he is an internet marketer. Dan came up with the marketing and the look. I did the code. Ask Dan or Joel. Neither of them is a coder.

    Look at the code of version 1.0 or Look at the code of worldvillage. My name is there Gordon French
    {{ DiscussionBoard.errors[5387028].message }}

Trending Topics