Blog (Simple, quick and easy to install & use)

Posted by Peter-ZAPeter-ZA on 16 Dec 2012 06:59, last edited by Peter-ZAPeter-ZA on 16 Dec 2012 14:41
Tags:

This is a simple, quick and easy way to install & use a Blog on your Wikidot website

Please follow the step by step instruction as laid out below.

Description of the workings of this BLOG

The aim is to have a quick and easily installable and usable BLOG functionality for Wikidot websites.
All necessary pages are to be placed in the BLOG (or any other category, you like - please edit the category names accordingly then), for ease of managing. So it is basically 'self contained'.
An extra page to the BLOG (to easily be referenced to from anywhere on the website just by using Blog), was later added for ease of use. This page then shows the Blog Index, so it would be a good Idea to use that name as the file heading, the link name should however be kept as Blog.
After all components are installed, being the 4 pages given below (3 in the category BLOG, invisible to searches - file name starts with "_") :

  1. Blog:_template (The Template page)
  2. Blog:_Blog-Start (The Input Page)
  3. Blog:_Blog-List (The List Page)

and additionally the Blog Index:

the BLOG should be fully functional.

Step-by-Step Instructions to Set up the BLOG

Creating the file Blog:__template on your Wiki website

  1. You can just copy (Right-Click & Copy) the above file name and paste it into the NEW PAGE function on your website. By clicking on the New File button this new page will be opened for creation.
  2. Then copy the code below and paste it into the page and save it.
Back to the **[[[Blog|Blog Index]]]** or **[[[Blog:_Blog-List|Blog List]]]**
----
%%content%%
[[module NewPage button="Add a New (Child) Page" parent="%%full_page_name%%" category="%%category%%"]]

Creating the file Blog:_Blog-Start on your Wiki website

  1. You can just copy (Right-Click & Copy) the above file name and paste it into the NEW PAGE function on your website. By clicking on the New File button this new page will be opened for creation.
  2. Edit the Heading from _blog Start to Blog
  3. Then copy the code below and paste it into the page and save it.
Back to the **[[[Blog|Blog Index]]]** or **[[[Blog:_Blog-List|Blog List]]]**
----
+ [[size 70%]]Add a Heading for your NEW BLOG ENTRY:[[/size]]
[[module NewPage size="40" button="+BLOG-Page" category="Blog" parent="Blog:_blog-start"]]
%%content%%
[[module NewPage button="Add a New (Child) Page" parent="%%full_page_name%%" category="%%category%%"]]
[[/module]]
----
+ [[size 70%]]Here are the Entries so far:[[/size]]
[[module ListPages separate="no" limit="5" category="BLOG"]]
%%title_linked%% - %%created_at%% - [[user %%created_by%%]] 
[[/module]]
----
Back to the **[[[Blog|Blog Index]]]** or **[[[Blog:_Blog-List|Blog List]]]**

Creating the file Blog:_Blog-List on your Wiki website

  1. You can just copy (Right-Click & Copy) the above file name and paste it into the NEW PAGE function on your website. By clicking on the New File button this new page will be opened for creation.
  2. Edit the Heading from _blog List to Blog List
  3. Then copy the code below and paste it into the page and save it.
Back to the **[[[Blog|Blog Index]]]** or **[[[Blog:_Blog_Start|Blog]]]**
----
++ List of existing Blog Entries / Pages
[[module ListPages category="BLOG" order="name" perPage="200"]]
||%%index%% %%title_linked%% || Size: %%size%% || Revisions: %%revisions%% || Created at: %%created_at%% || Created by: %%created_by%% || Updated at: %%updated_at%% || Updated by: %%updated_by%%  || Page rating: %%rating%% ||
[[/module]]
----
Back to the **[[[Blog|Blog Index]]]** or **[[[Blog:_Blog_Start|Blog]]]**

Creating the file Blog (Block Index) on your Wiki website

  1. You can just copy (Right-Click & Copy) the above file name and paste it into the NEW PAGE function on your website. By clicking on the New File button this new page will be opened for creation.
  2. Edit the Heading from Blog to Blog Index or Blog Menu, as you like.
  3. Then copy the code below and paste it into the page and save it.
[[[Start|Home]]]

[[[blog:_blog-start|Blog Start]]]

[[[Blog:_Blog-List|Blog List]]]
  • Please note: the Blog page above has not been implemented on THIS Community Playground site, as it would conflict with the name of THIS page. — Please see the Simulation below.

"Blog Index" page simulated in the box below:

Home or Home (for Community Playground)

Blog Start

Blog List

ENJOY


Number of Comments: 5)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License