Keeping individual page descriptions with Dynamic Web Templates

G

grandma_pat

In the Code I want to keep page descriptions for each individual page instead
of the page description for the template. I tried to make it an editable
region but that didn't work. Anybody figure this one out?
 
R

Ronx

Place the description meta tag in an editable region in the <head>
section of the page. New pages will get the default description from
the DWT, which can be edited, old pages with a description will retain
their existing descriptions, otherwise will get the default description

<head>

<!-- #BeginEditable "DocTitle" -->
<title>Title goes here</title>
<meta name="description" content="default description">
<!-- #EndEditable -->

....
</head>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top