Adding Static Home Page Content

Posted January 18th, 2007 by Mike Cherim

Some WordPress users, for SEO reasons, choose to display a paragraph of static content on their home page. If you want to do this I made it simple to implement. All you have to do is follow these steps:

  1. In your admin, go to “Presentation” and click on the “Theme Editor.”
  2. Open the “Main Index Template” file.
  3. In that file you will see the following near the top:

     <!−−
     <h2>Some Static Home Page Heading</h2>
      <div class="post">
        <div class="entrytext">
         <p>This will be your static home page content.</p>
        </div>
      </div>
     <div class="hr"><hr /></div>
     −−>
    
  4. Edit the example heading and the example paragraph with your content
  5. Remove the comment marks hiding the content: <!−− and −−>.
  6. Click “Update File” and check it out.

When entering this content you may want to use fancy typographer’s quotes and whatnot in your content so it’ll match the blog’s content. Example:

To write a leading quote…
Use this: &#8220;
To write a trailing quote…
Use this: &#8221;
To write a fancy apostrophe…
Use this: &#8217;
To write an elipses…
Use this: &#8230;
To write an m-dash…
Use this: &#8212;

That’s it.


Sorry. Comments are closed.




Note: This is the end of the usable page. The image(s) below are preloaded for performance only.