-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
46 lines (31 loc) · 1.65 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== Update Your Footer WP ===
Contributors: warengonzaga
Donate link: https://warengonzaga.com/donate
Tags: simple, basic, update, year, footer, shortcodes
Requires at least: 2.8.0
Tested up to: 6.4.0
Requires PHP: 7.4
Stable tag: 1.3.0
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0
Simple and lightweight WordPress shortcode plugin to automatically update your footer year notice. No annoying ads!
== Description ==
Simple, lightweight, and free WordPress shortcode plugin for you to use in your website to automatically update your footer year. You don't need to update your footer year every year just use the shortcode and you're good to go!
== Usage ==
Simply copy the shortcode below and paste it to the location of your copyright notice by default on your site's footer.
`[uyf_wp]`
It will appear like this...
> Copyright © 20xx Site Name, All Rights Reserved.
If you want to add starting year using `year` attribute, it will appear like this...
`[uyf_wp year="2020"]`
It will appear like this...
> Copyright © 2020-20xx Site Name, All Rights Reserved.
== Frequently Asked Questions ==
= When to use this? =
Best to use this if you don't know how to add custom code inside your WordPress website and don't want to install additional plugins just for adding a custom code.
= No settings? =
Yes, as you may notice in the description of the plugin, no fancy settings just shortcodes and functionalities.
= Can I contribute? =
Yes of course! Visit the official [GitHub repository](https://github.com/warengonzaga/update-your-footer-wp).
== Changelog ==
See the [release history](https://github.com/warengonzaga/update-your-footer-wp/releases).