|
|||||||
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 |
TheRedirector Pluginver 1.0.2 WordPress plugin that replaces external links inside posts and comments, and keeps track of links that have been clicked. Allows blog owner to specify which links must stay external. The easiest way to hide external links on wordpress blog. More details » October 2009
New product: TheRedirector Plugin »»»
July 2008
Article Import Plugin ver 1.19 »»»
June 2008
Article Import Plugin ver 1.18 »»»
|
||||||||||||||||||||||||||||
|
||