Using ramui webblog

Your ultimate goal is to create web pages for the viewers. This script gives you very handy support to build web pages, editing them; and when necessary publishing them to your viewers. If you find unnecessary you can delete a selected page; but once deleted you can't restore it.

Page Vs. post:

You can create new pages in two ways, either creating a new page or by creating a new post. The similarities in between them are,

  1. After publishing your visitor can't discriminate between them.
  2. Both of them can be created either by clicking create a new page link or editing an existing one and saving it at a new name.

The dissimilarities are,

  1. You can choose different template for different pages. But in case of a post template is always the default template* of your site.
  2. The content of a page reside in a local PHP file at your server. So you can use HTML as well as PHP code to create a page. Even you can use in built PHP functions (/fw_blog/include/functions.php) to write your PHP script. In case of a post, its content resides in MYSQL database. So you can use only HTML code to build them. But there are few in built code support for a post. They are specified below.
  3. If it is not really necessary to insert PHP code inside your content it is strongly advised to create a post instead of a page.
After creating and publishing a new page or post, please regenerate sitemap to enlist that page into the sitemap.

-------------------------------------------------
*Using page header you can change your post template. For more information read use of header.

In built code support for post:

There are few in built code support when you are creating a post. They are,

  • Insert code element: You can put HTML code elements between <codx> and </codx> tags to display code as you entered. The picture below explains the output when you put the following codes.
  • Insert add-on pages: You can insert add-on page elements within your page content by using <addon>add-on_page_name</addon>. It is especially useful when you insert Adsense or other ad code within the page content.
  • Dynamically add pages: You can dynamically add your addon page elements within your page content by using <dynamic>add-on_page_name</dynamic>. As dynamic elements are loaded after loading the document so it is really useful when you want to escape search engine spider for a particular element, say ad of other site.
  • Multipage document: When a large document split into multiple pages it is known as multipage document. Examples of such documents are long tutorial page, product review, product documentation etc. You can split a post into a multipage document by inserting <fw_pagebreak/> at places where you want to break the page. All associated supports like page number and page links will be generated automatically. If you accept user comments for that post then they will appear at the end of the last page.

-------------------------------------------------------
Tips: As each page has different URL so regenerate your xml sitemap after splitting a page.

RAMUI WEBBLOG
HomeAboutContact SitemapTerms of useXMLForum
© 2010,  http://ramui.com   All rights reserved.
Powered by: ramui webblog® Version 1.0