Can't see how to add META tags
Hi,
I read in the features for Power CMS Builder that you can click a tab on the inline editor to add meta tags, or in the back end admin system - I can't find anything to do this?? I have hovered over every icon?
Hi,
I read in the features for Power CMS Builder that you can click a tab on the inline editor to add meta tags, or in the back end admin system - I can't find anything to do this?? I have hovered over every icon?
for your content pages, create the following content areas:
meta-keywords
meta-descripton
meta-title
the in your page, add the CMS to the meta tags:
<meta name="keywords" content="<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'content area name', 'meta-keywords'); ?>">
<meta name="description" content="<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'content area name', 'meta-description'); ?>">
<title><?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'content area name', 'meta-title'); ?></title>
Thanks Jason. I thought it was automatically built in.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.