Difference between revisions of "Website Maintenance Tips"

From FreekiWiki
Jump to navigation Jump to search
(damn visual editor.)
Line 2: Line 2:
 
* Wordpress doesn't like to comment things out.  Eeep.
 
* 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)
 
* 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:
 +
<pre><p>Title<br />
 +
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.
  
 
[[Category:Webadmin]]
 
[[Category:Webadmin]]

Revision as of 12:09, 29 May 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.