![]() |
|||||||
|
|||||||
|
If you want to change the look of front-end part of your site (http://yoursite.com), you must edit templates. There is 'List of templates' item in admin menu, which lists all available templates. You can edit any of them. Script utilizies smarty templates (http://smarty.php.net - here you can find manual "Smarty for webmasters"). Basically it's just html with some {} tags. Smarty in brief: {$CFG.sitetitle},{$CFG.webroot} - settings that you filled in 'Site Settings' (here we just output them in html) {include file="footer.tpl"} - including other template {foreach from=$Categories item=Name key=Filename} - simple loop {$Name} - outputing variable If you need to insert styles or javascript (anything with {} symbols) please use the following construction: {literal} function ads() {blablabla;} function ads2() {blablabla2;} {/literal} This is needed because {} are smarty delimiters, so we need to tell parser not to parse {} in javascript etc with {literal} tag |
WordPress Article Import Pluginver 1.19 WordPress Plugin to mass-import articles from zip file uploaded by the user. Plugin allows you to upload zip archive containing blog posts that will appear on your blog with certain delay (configurable at uploading). Plugin supports override codes for title, name, excerpt, category, date and time. Article import from server folder is also possible. More details » July 2008
Article Import Plugin ver 1.19 »»»
June 2008
Article Import Plugin ver 1.18 »»»
January 2008
Article Import Plugin ver 1.17 »»»
|
||||||||||||||||||||||||||||
|
||