I don't know if you guys have heard about CuteNews, but I think it's an awesome blogging system.
If you don't know where to get it or how to set it up, here is a quick run-down.
Download the zip file (virus free) from http://www.mysharebox.com/dl.php?key=8276639.
1) Unzip the file.
2) Make a folder titled "cutenews".
3) Upload the contents of the cutenews folder into the one you've just created.
4) CHMOD the file index.php to 777.
5) CHMOD the folder "data" to 777.
6) Then CHMOD all the files and folders inside of "data" to 777.
7) Go to http://ww38.yoursite.com/cutenews/index.php to install it.
8) To show the entries on your page put this code:
<?PHP
include("cutenews/show_news.php");
?>
To show archives on your page put this code:
<?PHP
include("path/to/show_archives.php");
?>
9) Save your page as .php
PLEASE NOTE:
CORRECT:
include("cutenews/show_news.php)
INCORRECT:
include ("https://www.salesforce.com/products/platform/overview/)
Any questions, let me know.
p.s. I would like to thank Lissa for helping me find this and set it up on my site. Much love.