Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Meta Description on Page Options
#26
andymci Wrote:Any word on whether or not this is going to be followed through with?
Well, Chris said it would be there in GetSimple 2.
ccagle8 Wrote:So meta descriptions will be in version 2.0 when it comes out.

Edit:
It will be in my “GetSimple built for the daring” before that. (Screenshot)
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
#27
I don't like to use forum necromancy skills, but my question is related to meta description.
Because every page has to have own description, and when editor doesn't write it, it's being created using site content. Is there a chance, that you will add an option, allowing to set the default description (and keywords) for pages ?
This way default content for meta could be used, instead of taking it from page content.
Addons: blue business theme, Online Visitors, Notepad
Reply
#28
You could just do this using Components.. just create a couple called
metaDescription and metaKeywords.

Edit your template file and use this instead

Code:
<meta name="Keywords" content="<?php get_component('metakeywords');    ?>" />
<meta name="Description" content="<?php get_component('metadescription');    ?>" />


Mike.
My Github Repos: Github
Website: DigiMute
Reply
#29
That's quite a solution. With simple condition statements it can work as supposed Smile
Addons: blue business theme, Online Visitors, Notepad
Reply




Users browsing this thread: 1 Guest(s)