Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-02-2006, 02:31 PM
Casual Pligger
 
Join Date: Oct 2006
Posts: 69
Thanks: 6
Thanked 8 Times in 7 Posts
Allways show meta tags

The meta is only shown on pages where there is only 1 story.

When you replace the code (in the meta.tpl) you have the meta tags on every page.

{if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{/if}

into

{if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{else}
<meta name="description" content="YOUR OWN DISCRIPTION" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{else}
<meta name="keywords" content="YOUR OWN KEYWORDS" />
{/if}
Reply With Quote
The Following User Says Thank You to gamespel For This Useful Post:
  #2 (permalink)  
Old 12-05-2006, 08:21 AM
New Pligger
 
Join Date: Nov 2006
Posts: 21
Thanks: 8
Thanked 0 Times in 0 Posts
Meta Tag Q's

Hi Guys, a couple of meta tag Q's

1. Does the dynamic nature of the meta tags mean that you do not have to adjust them no matter what your site content is about? In other words, does the meta.tpl file adjust according to the content on your site, therefore, not requiring you to adjust it?

2. If not, does the coding change from above take care of the issue?

Thanks! Jay
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Tags not cloud in Pligg v9.9 bhatiacane Bug Report 4 05-03-2008 02:16 AM
Meta Tags are still saying Pligg? bbrian017 General Help 27 01-09-2008 03:11 PM
Set Character Limit for Meta Description Tags? blaze General Help 0 12-23-2007 05:29 PM
Custom Meta Tags and Custom Titles spufz General Help 1 06-17-2007 04:40 AM
Sitebat top 5 tags: why not show top 20 tags spatznick Installation and Upgrade Help 2 02-10-2007 10:24 PM


Search Engine Friendly URLs by vBSEO 3.2.0