Difference between revisions of "Website Maintenance Tips"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
Some awesome defining stuff.</p></pre>
 
Some awesome defining stuff.</p></pre>
 
You'll need to find a work-around, because the visual editor won't do this: instead, it'll create 2 paragraphs, which will make a space between the 2 lines.  Instead, use the html editor, or use the "paste from text" or "paste from word document" functions. Or take this tendency (often used in our links pages and old news and media pages) out of our website completely and figure out some new formatting for it.
 
You'll need to find a work-around, because the visual editor won't do this: instead, it'll create 2 paragraphs, which will make a space between the 2 lines.  Instead, use the html editor, or use the "paste from text" or "paste from word document" functions. Or take this tendency (often used in our links pages and old news and media pages) out of our website completely and figure out some new formatting for it.
 +
* Wordpress also doesn't like line breaks.  If you want to use them, use the html editor.
 
* On editing page:  
 
* On editing page:  
 
** "Keep private" checkbox means that only those with editing logins will be able to see the page
 
** "Keep private" checkbox means that only those with editing logins will be able to see the page
 
** "Include this page in user menus" checkbox will make the page title show in the main nav or sub-nav bars.  The site is only set up to show 2 menu levels, so if you're looking at a 3rd-level page like /about/contact/directions and you check this box, you'll break the nav.
 
** "Include this page in user menus" checkbox will make the page title show in the main nav or sub-nav bars.  The site is only set up to show 2 menu levels, so if you're looking at a 3rd-level page like /about/contact/directions and you check this box, you'll break the nav.
 
** If you ever ''do'' want to show a 3rd level menu, you should consider turning the sidebar menu back on and configuring it as you'd like.
 
** If you ever ''do'' want to show a 3rd level menu, you should consider turning the sidebar menu back on and configuring it as you'd like.
* On pages like the staff page or the board page, where there's a short amount of text and pics to go with each piece of text, I've inserted <br clear="all"> in the html after each person's listing.  It doesn't show up in the html view when you edit, though.  If things get screwy, re-enter those tags.
+
* On pages like the staff page or the board page, where there's a short amount of text and pics to go with each piece of text, I've inserted <pre><br clear="all"></pre> in the html after each person's listing.  It doesn't show up in the html view when you edit, though.  If things get screwy, re-enter those tags.
 +
 
  
 
[[Category:Webadmin]]
 
[[Category:Webadmin]]

Revision as of 20:43, 4 June 2008

  • If you're already logged in and want to edit the site, go to http://freegeek.org/wp-admin/
  • Wordpress doesn't like to comment things out. Eeep.
  • You must double-click on links to allow you to edit them (don't just click and drag to highlight)
  • If you'd like to create something like this:
<p>Title<br />
Some awesome defining stuff.</p>

You'll need to find a work-around, because the visual editor won't do this: instead, it'll create 2 paragraphs, which will make a space between the 2 lines. Instead, use the html editor, or use the "paste from text" or "paste from word document" functions. Or take this tendency (often used in our links pages and old news and media pages) out of our website completely and figure out some new formatting for it.

  • Wordpress also doesn't like line breaks. If you want to use them, use the html editor.
  • On editing page:
    • "Keep private" checkbox means that only those with editing logins will be able to see the page
    • "Include this page in user menus" checkbox will make the page title show in the main nav or sub-nav bars. The site is only set up to show 2 menu levels, so if you're looking at a 3rd-level page like /about/contact/directions and you check this box, you'll break the nav.
    • If you ever do want to show a 3rd level menu, you should consider turning the sidebar menu back on and configuring it as you'd like.
  • On pages like the staff page or the board page, where there's a short amount of text and pics to go with each piece of text, I've inserted
    <br clear="all">
    in the html after each person's listing. It doesn't show up in the html view when you edit, though. If things get screwy, re-enter those tags.