johnstray / gs-blog

A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.

Home Page:https://johnstray.com/gs-plugin/gs-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement better metadata management for SEO

johnstray opened this issue · comments

  • Add description field to categories in admin. This description will be used in the meta description tag when showing posts in that category. The field will also be made available to the template on category pages so it can be used as an introduction paragraph in layout-listBefore.php
  • Add meta description field to settings page for archives. {archive} will be translated to the archive's name/date. Like above, will be used as meta description and made available to the template.
  • Add meta description field to settings page for tags. {tag} will be translated to the given tag. Like above, will be used as meta description and made available to the template.
  • Add meta description field to settings page for search results. {search} will be translated to the given search term and {results} will be translated to the quantity of results returned. Like above, will be used as meta description and made available to the template.

Found php error related to this issue.

Notice: Undefined variable “excerpt_length” in /plugins/gs-blog/inc/frontEndFunctions.php on line 680.

This appears to be done. Not sure why I reopened this issue...