Posting a job on the website

From FreekiWiki
Revision as of 12:17, 16 July 2009 by MichaelWestwind (talk | contribs) (New page: To post a job on the website: #Go to http://www.freegeek.org/wp-admin, sign in, go to manage pages, and start editing the Jobs page. #Open the job description in the wiki in another window...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To post a job on the website:

  1. Go to http://www.freegeek.org/wp-admin, sign in, go to manage pages, and start editing the Jobs page.
  2. Open the job description in the wiki in another window
  3. View the source of the page (In firefox View>Page Source)
  4. Copy the part of the source that actually deals with the job description (from
    <h1 class="firstHeading">Front Desk Internship</h1>
    to the last part just before
    <div class="printfooter">
    that is not commented out for example.)
  5. Paste it into the jobs page.
  6. Remove extra stuff in headers, i.e.
    <a name="Required_Skills"></a><h2> <span class="mw-headline">Required Skills</span></h2>
    becomes
    <h2>Required Skills</h2>
  7. Cut the table out of the top and paste it to the bottom.
  8. Remove the table formatting from the table tag, i.e.
    <table cellpadding="3px" cellspacing="0px" bgcolor="#f7f8ff" style="float:right; border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff; width:250px; margin: 10px">
    becomes
    <table>
  9. save and preview, looking for wierdness. If there is any wierdness, look for extra formatting and remove it, or call for help.
  10. Remember to create a post that points to the jobs page, giving it a category of "News".