Skip to content

Commit b4146a8

Browse files
author
Bimal Poudel
committed
Used banners from Unsplash.
1 parent 2887b39 commit b4146a8

File tree

8 files changed

+17
-4
lines changed

8 files changed

+17
-4
lines changed

assets/banner-1544x500.png

1.05 MB
Loading

assets/banner-772x250.png

292 KB
Loading

assets/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
Banner File
2+
- http://unsplash.com/
3+
14
https://developer.wordpress.org/plugins/the-basics/best-practices/

hosted-content-importer/pages/report-tags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<thead>
2929
<tr>
3030
<th>S.N.</th>
31-
<th>Posed On</th>
32-
<th>Post Type</th>
31+
<th>Posted On</th>
32+
<th>Type</th>
3333
<th>Title</th>
3434
<th>View</th>
3535
<th>Edit</th>

hosted-content-importer/readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,10 @@ Just create a tiny class file inside **classes/processors** as like one of the e
241241
3. Use as: `[third source="YOURNAME" section=""]`
242242

243243
Just that much easy drop-in replacement.
244+
245+
246+
== Banner File ==
247+
248+
Used from:
249+
- http://unsplash.com/
250+
- Cable Cars: Representing contents from various sources comming to your website.

inspirations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Gist GitHub Shortcode by Claudio Sanches.
66
* http://claudiosmweb.com/
77
* https://wordpress.org/plugins/gist-github-shortcode/
88
* https://github.com/claudiosmweb/gist-github-shortcode
9+
* https://wordpress.org/plugins/embed-form
910

1011
Adds GitHub Gists in your posts via shortcode.
1112

todo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## @todo
22

3+
* In a table, record which cache file was used in which post?
34
* Document QR Code usage, properly
45
* Remove unfinished classes
56
* On a too big amount of files, pages or posts, it may slow down (admin report pages)
@@ -8,7 +9,6 @@
89
* Download Parsedown on demand on first installation.
910
* If undefined parameters are passed, pass them as separate array.
1011
eg. YouTube: Height, Width
11-
* Some caches may remain permanently as is.
1212
* Show reports in tabbed pages
1313
- https://jqueryui.com/tabs/#default
1414
* When cache file is used, mention it as HTML Comments.
@@ -23,6 +23,7 @@
2323
- It may not be good to communicate over servers for each page serving
2424
- Contents are generally static
2525
- Configurable cache duration
26+
- Some caches may remain permanently as is.
2627

2728
* Replace curl with (HTTP_API](https://codex.wordpress.org/HTTP_API)
2829
* Write an article around it

using-qr-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Install [Hosted Content Importer](https://wordpress.org/plugins/hosted-content-i
44

55
* `[third source="qr" id="url" section="internal"]`
66

7-
The plugin will create a QR Code corresponding to your current URL. Visitors can visit the same page now in their mobiles.
7+
The plugin will create a QR Code corresponding to your current URL.
8+
Visitors can visit the same page now in their mobiles.

0 commit comments

Comments
 (0)