Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to remove "meta name="generator
#1
how do i remove the "<meta name="generator" content="GetSimple - 2.03" />" in the meta tage header..

thanks..
Reply
#2
Remove the get_header();
from the <head> section of your template file.

This will also remove

description
keywords

Which you can put in manually.

Check the get_footer() function in /admin/inc/theme_function.php

to see how it works.
My Github Repos: Github
Website: DigiMute
Reply
#3
Thankyou n00dles101..
Great cms..!..Well Done.....
Reply
#4
Thanks!
Reply
#5
That tip was fine for GS 2.x, but since 3.0 it's better to change get_header(); by get_header(false);
Otherwise some plugins (that require get_header) may not work properly.
Reply
#6
Let's remove this in future versions. It serves no purpose.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#7
you mean the get_header();?
so how should we add meta tags for evey page then?
the description & keywords tags
Reply
#8
(2011-01-20, 02:32:14)jona100 Wrote: how do i remove the "<meta name="generator" content="GetSimple - 2.03" />" in the meta tage header..

thanks..

You must keep the get_header(); tag - To remove meta data generator tag access the following file:
admin\inc\theme.functions.php

edit line 299: ... content:"put spaces in here"/>
Reply




Users browsing this thread: 1 Guest(s)