

![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| The homepage title is shown as "Site name / Published News". Where can I change it? |
| |||
| Silly me. For title admin>modify language>PLIGG_Visual_Name For meta tags edit meta.tpl. |
| |||
| Quote:
|
| |||
| did it work with meta.tpl? |
| |||
| I don't think so. For meta tags you need to edit /template/meta.tpl . |
| ||||
| how do i get rid of 'published' on homepage so on home it just comes up with 'site name'? |
| ||||
| Quote:
EDIT* Don't make the title to long or some funny looking spaces will appear in the title color. Last edited by greenprojects; 06-24-2008 at 02:45 PM. |
| |||
| I changed as described here and it worked well... and now it is showing Site Name / Published News but I want it as Site Name - Published News where to change the / to - ? |
| |||
| Some suggestions for meta.tpl: At present version: the meta.tpl is like this: ----------------------------- {* define your meta data here *} <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> {if $meta_description neq ""} <meta name="description" content="{$meta_description}" /> {else} <meta name="description" content="Pligg Content Management System" /> {/if} {if $meta_keywords neq ""} <meta name="keywords" content="{$meta_keywords}, Pligg Content Management System" /> {else} <meta name="keywords" content="Pligg Content Management System" /> {/if} <meta name="Language" content="{#PLIGG_Visual_Meta_Language#}" /> <meta name="Robots" content="All" /> {* the extra tabs are to make it lineup when viewing the source *} ----------------------------------------------------------------- But it did not include the category and tag situation. for examples: http://www.xxx.com/category/online-games http://www.xxx.com/tag/online+games They have the same meta content as follow: --------------------------------------------- <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Pligg Content Management System" /> <meta name="keywords" content="Pligg Content Management System" /> <meta name="Language" content="en-us" /> <meta name="Robots" content="All" /> ------------------------------------------------------- Please help me, How to edit the meta.tpl? I want the category and tag pages with their own meta. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change the homepage/index title? | hyena | Questions and Comments | 13 | 11-05-2009 10:20 AM |
| Modifying Title Tags | offrav12 | Questions and Comments | 2 | 03-15-2009 05:27 AM |
| How to change all pligg settings - title, tags, etc? | smolus | Questions and Comments | 1 | 02-18-2008 12:32 PM |
| Editing the title (not story titles, meta title) | SportsGuy | Questions and Comments | 4 | 08-07-2007 10:17 AM |
| Custom Meta Tags and Custom Titles | spufz | Questions and Comments | 1 | 06-17-2007 04:40 AM |