GetSimple Support Forum
how to remove "meta name="generator - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: how to remove "meta name="generator (/showthread.php?tid=1253)



how to remove "meta name="generator - jona100 - 2011-01-20

how do i remove the "<meta name="generator" content="GetSimple - 2.03" />" in the meta tage header..

thanks..


how to remove "meta name="generator - n00dles101 - 2011-01-20

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.


how to remove "meta name="generator - jona100 - 2011-01-20

Thankyou n00dles101..
Great cms..!..Well Done.....


RE: how to remove "meta name="generator - inteltone - 2013-02-25

Thanks!


RE: how to remove "meta name="generator - Carlos - 2013-02-25

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.


RE: how to remove "meta name="generator - shawn_a - 2013-02-25

Let's remove this in future versions. It serves no purpose.


RE: how to remove "meta name="generator - lukoie - 2013-04-07

you mean the get_header();?
so how should we add meta tags for evey page then?
the description & keywords tags


RE: how to remove "meta name="generator - chaos - 2013-04-09

(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"/>