Version Description
- fixed readme file
Download this release
Release Info
Developer | iamdpegg |
Plugin | Insert Headers and Footers |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.3
- ihaf.php +3 -3
- readme.txt +25 -15
ihaf.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Insert Headers and Footers
|
4 |
-
Plugin URI:
|
5 |
Description: Allows you to insert code or text in the header or footer of your WordPress blog
|
6 |
-
Version: 1.
|
7 |
Author: iamdpegg
|
8 |
-
Author URI:
|
9 |
License: This software is distributed in the hope that it will be useful,
|
10 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Insert Headers and Footers
|
4 |
+
Plugin URI: http://www.wpbeginner.com/
|
5 |
Description: Allows you to insert code or text in the header or footer of your WordPress blog
|
6 |
+
Version: 1.3
|
7 |
Author: iamdpegg
|
8 |
+
Author URI: http://www.wpbeginner.com/
|
9 |
License: This software is distributed in the hope that it will be useful,
|
10 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: iamdpegg, smub
|
|
3 |
Tags: header, footer, headers, footers, content, wpmu, meta, meta tags
|
4 |
Requires at least: 2.7
|
5 |
Tested up to: 3.4.1
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -12,15 +12,19 @@ This plugin allows you to add extra scripts to the header and footer of your blo
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Insert Headers and Footers is a simple plugin that lets you add scripts like Google Analytics to your WordPress site without having to get your hands dirty in code. Moreover, the simple interface gives you one place where you can add all of you scripts rather than dealing with dozens of plugins.
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
|
25 |
|
26 |
|
@@ -33,13 +37,19 @@ Insert Headers and Footers is a simple plugin that lets you add scripts like Goo
|
|
33 |
|
34 |
|
35 |
|
36 |
-
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
= 1.0 =
|
39 |
* Initial version
|
40 |
|
41 |
-
= 1.1 =
|
42 |
-
* fixed unecessary CSS loading
|
43 |
|
44 |
-
|
45 |
-
* cleaned up code
|
3 |
Tags: header, footer, headers, footers, content, wpmu, meta, meta tags
|
4 |
Requires at least: 2.7
|
5 |
Tested up to: 3.4.1
|
6 |
+
Stable tag: 1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Insert Headers and Footers is a simple plugin that lets you add scripts like Google Analytics to your WordPress site without having to get your hands dirty in code. Moreover, the simple interface gives you one place where you can add all of you scripts rather than dealing with dozens of plugins.
|
16 |
+
|
17 |
+
If you enjoy using this plugin and want to learn more about how to use WordPress then I would suggest visiting [WPBeginner](http://www.wpbeginner.com "WPBeginner"). It's one of the largest free WordPress resource sites in the world and has tons of [WordPress tutorials](http://www.wpbeginner.com/category/wp-tutorials/ "WordPress tutorials") that will explain everything you need to know about setting up and using WordPress.
|
18 |
+
|
19 |
+
On the site you will also find [free WordPress video tutorials](http://videos.wpbeginner.com "Checkout out WPBeginner's WordPress tutorial videos"), and numerous other guides such as [how to choose the best WordPress hosting](http://www.wpbeginner.com/wordpress-hosting/ "How to Choose the Best WordPress Web Hosting"), [how to install WordPress](http://www.wpbeginner.com/how-to-install-wordpress/ "How to install WordPress") and many more.
|
20 |
+
|
21 |
+
People often ask me what are the [best WordPress plugins](http://www.wpbeginner.com/category/plugins/ "best WordPress plugins")? How do I decide which plugins I should use on my site? Are there any must have plugins? To answer all these questions I created a blueprint of WPBeginner that shows exactly what I use to run the site. [Take a look at plugins I'm using at WPBeginner](http://www.wpbeginner.com/blueprint/ "Take a look at plugins I'm using at WPBeginner")
|
22 |
+
|
23 |
+
Note for Beginners: Like all plugins available for download, Insert Headers And Footers is only available for self-hosted WordPress sites. This means you will need to [switch from WordPress.com to WordPress.org](http://www.wpbeginner.com/wp-tutorials/how-to-properly-move-your-blog-from-wordpress-com-to-wordpress-org/ "switch from WordPress.com to WordPress.org") if you want to use this plugin on your WordPress site. For more details, see my infographic on [Self hosted WordPress.org vs Free WordPress.com](http://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/ "Self Hosted WordPress.org vs free WordPress.com")
|
24 |
+
|
25 |
+
If you like using this plugin, then please leave us a good rating. If you have support questions just ask them here in the support forum.
|
26 |
+
|
27 |
+
Lastly, if you like this plugin then follow WPBeginner on [Twitter](http://twitter.com/wpbeginner "Twitter"), [Facebook](http://facebook.com/wpbeginner "Facebook"), and [Google+](https://plus.google.com/101634180904808003404/ "Google+")
|
28 |
|
29 |
|
30 |
|
37 |
|
38 |
|
39 |
|
40 |
+
== Changelog ==
|
41 |
+
|
42 |
+
= 1.3 =
|
43 |
+
* fixed readme file
|
44 |
+
|
45 |
+
= 1.2 =
|
46 |
+
* cleaned up code
|
47 |
+
|
48 |
+
= 1.1 =
|
49 |
+
* fixed unecessary CSS loading
|
50 |
|
51 |
= 1.0 =
|
52 |
* Initial version
|
53 |
|
|
|
|
|
54 |
|
55 |
+
|
|