-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
49 lines (37 loc) · 1.76 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
47
48
49
=== Quevedo ===
Contributors: nilovelez
Tags: blog, blogging, fixes, machete
Donate link: https://ko-fi.com/nilovelez
Requires at least: 4.6
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Quevedo is a suite of tools for bloggers and content creators.
== Description ==
WordPress was born as a small blogging tool. Over the years it has grown and now serves for many more things, but deep down there is still a lot of that little blogging tool.
Quevedo is a set of tools aimed at those authors, writers or bloggers who want to use WordPress for writing. It removes some unnecessary features for single-author sites and improves SEO... but without complications.
= WordPress features =
Some minor tweaks to make WordPress a bit more appealing to bloggers and single-user site owners.
* Disable post tags
* Disable post formats
* Disable author archives
* Redirect attachment pages to parent post
= Default post image =
Select a default image for all your posts
= Shortcodes =
`[year]`
Returns the current year in four-digit format. Very useful for copyright notices.
`[lipsum words="200"]`
Returns a paragraph full of "Lorem ipsum" fill text. The optional attribute "words" defines the number of words, default is 200.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/quevedo` directory, or install the plugin through the WordPress plugins screen directly
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Configure each tool using the corresponding link on the **Tools > Quevedo** side menu
== Changelog ==
= 1.1 =
* Added "settings" link to Quevedo settings in the plugin list.
* Remove post formats now also removes them from the admin pages
= 1.0 =
* First Release