Tetrakern
|
f207720f52
|
Reduce unnecessary get_the_ID calls
|
2023-12-02 00:00:13 +01:00 |
|
Tetrakern
|
294d13ce38
|
Cleanup
|
2023-11-30 17:52:19 +01:00 |
|
Tetrakern
|
36aff1f54a
|
Add fictioneer_get_word_count helper
|
2023-11-30 17:10:19 +01:00 |
|
Tetrakern
|
b65e8ccea1
|
Replace fictioneer_get_field with get_post_meta
This wrapper made sense at some point in the past, now it was just unnecessary overhead.
|
2023-11-30 16:03:53 +01:00 |
|
Tetrakern
|
e0176eac59
|
Use fictioneer_get_field everwhere
I might actually remove it later on because it does not safe space anyway, but at least it is consistent for now.
|
2023-11-30 10:58:45 +01:00 |
|
Tetrakern
|
82d8069d80
|
Add missing story updates
And some cleanup.
|
2023-11-19 21:10:12 +01:00 |
|
Tetrakern
|
c92f66da09
|
Improve handling of list titles
|
2023-10-08 15:28:23 +02:00 |
|
Tetrakern
|
6bbf017405
|
Add padding to card list links
Makes them easier to click on mobile.
|
2023-09-18 13:20:45 +02:00 |
|
Tetrakern
|
c104b8d53d
|
Improve shortcode author parameter
|
2023-09-17 01:28:14 +02:00 |
|
Tetrakern
|
3c4463a318
|
Add missing documentation
|
2023-09-16 23:41:30 +02:00 |
|
Tetrakern
|
bd0158a631
|
Improve shortcodes
Added function to get default args instead of doing it again in each shortcode.
|
2023-09-16 23:20:37 +02:00 |
|
Tetrakern
|
527e7f1e6c
|
Clean up shortcodes
|
2023-09-16 21:44:12 +02:00 |
|
Tetrakern
|
359f5d5ca1
|
Update latest updates shortcode
|
2023-09-16 13:25:38 +02:00 |
|
Tetrakern
|
22ca34e5ec
|
Generalize no-results case for shortcodes
|
2023-09-15 22:55:59 +02:00 |
|
Tetrakern
|
5df11d88ad
|
Improve shortcode params
|
2023-09-15 22:43:17 +02:00 |
|
Tetrakern
|
633255ba10
|
Add ignore_protected to other shortcodes
|
2023-09-15 22:00:00 +02:00 |
|
Tetrakern
|
dc19a409b3
|
Fix shortcode doc comments
|
2023-09-15 14:42:02 +02:00 |
|
Tetrakern
|
9fb5390fca
|
Add additional query names
|
2023-09-15 14:00:44 +02:00 |
|
Tetrakern
|
894bea4dba
|
Reshuffled some args
Because.
|
2023-09-10 18:48:36 +02:00 |
|
Tetrakern
|
9338a06775
|
Add latest updates card footer filter
|
2023-09-10 16:34:15 +02:00 |
|
Tetrakern
|
adcb3edb0f
|
Improve card CSS selectors
Probably a negligible render performance boost, but that's no reason not to do it.
|
2023-08-30 11:51:48 +02:00 |
|
Tetrakern
|
15eb144b48
|
Cleanup
|
2023-08-28 10:43:04 +02:00 |
|
Tetrakern
|
110b024e63
|
Check for ABSPATH in template parts
Probably overkill but oh well...
|
2023-08-20 20:21:48 +02:00 |
|
Tetrakern
|
b4d20aa0b3
|
Cleaned up some comments
|
2023-08-19 22:30:40 +02:00 |
|
Tetrakern
|
299db867e8
|
Fix overzealous post__in filtering
I hate this.
|
2023-08-17 01:32:02 +02:00 |
|
Tetrakern
|
bed9852de1
|
New query safety function for empty post__in
This was causing untold issues...
|
2023-08-17 01:10:00 +02:00 |
|
Tetrakern
|
ac507476cf
|
Optionize comment count refresh for story data
This is an expensive query and hardly needed, but better leave it on by default for legacy reasons.
|
2023-08-05 18:31:39 +02:00 |
|
Tetrakern
|
9ed7e08868
|
Improve shortcode performance
Queries are cached as Transients for 5 Minutes, which is not much but help for high traffic that cannot be cached normally (e.g. logged-in users).
|
2023-08-03 13:17:57 +02:00 |
|
Tetrakern
|
e7cc006fbe
|
Update _latest-updates.php
|
2023-08-02 01:18:51 +02:00 |
|
Tetrakern
|
ad6d54482d
|
Use constants for Latest * shortcodes
Easy to override in child templates and allow a more precise customization than via the settings page.
|
2023-06-06 20:04:45 +02:00 |
|
Tetrakern
|
6728e34faf
|
Add constant for Latest Update shortcode date
|
2023-06-06 15:34:08 +02:00 |
|
Tetrakern
|
db15d8c0b2
|
Improved word/date markup of Latest Updates
|
2023-06-06 13:43:49 +02:00 |
|
Tetrakern
|
aeaadadd9c
|
Reduce card nodes further
|
2023-06-04 22:17:42 +02:00 |
|
Tetrakern
|
54d6228f9a
|
Remove more superfluous nodes
|
2023-06-04 20:45:25 +02:00 |
|
Tetrakern
|
9f115e54e7
|
Reduced spans in author nodes and cards
|
2023-06-04 14:02:12 +02:00 |
|
Tetrakern
|
84c87b8008
|
Convert   to  
Apparently the other one doesn't work.
|
2023-06-04 02:05:11 +02:00 |
|
Tetrakern
|
6d93b1d77b
|
Reduce DOM elements
|
2023-06-04 01:49:00 +02:00 |
|
Tetrakern
|
84584a0c0e
|
Fix date format in Latest Updates shortcode
|
2023-05-09 16:29:06 +02:00 |
|
Tetrakern
|
e9f8695ff6
|
Add option to hide a story in lists
|
2023-05-07 01:45:42 +02:00 |
|
Tetrakern
|
c7fe07e945
|
Add exclude parameters to latest_updates
|
2023-03-10 17:09:46 +01:00 |
|
Tetrakern
|
3c9146aa3a
|
Rename shortcode filters
|
2023-03-10 15:20:48 +01:00 |
|
Tetrakern
|
5a2308d5e5
|
Add filter for latest updates query args
|
2023-03-09 11:08:23 +01:00 |
|
Tetrakern
|
774aa942c8
|
Clean up query args
|
2023-03-09 02:03:09 +01:00 |
|
Tetrakern
|
686469bd77
|
Add taxonomies to shortcode partials
|
2023-03-08 23:24:41 +01:00 |
|
Tetrakern
|
64f1bb1ea5
|
Use short modifiers for truncate CSS class
|
2023-02-09 10:44:04 +01:00 |
|
Tetrakern
|
0ecd6b3990
|
Remove obsolete CSS class
|
2023-02-07 11:34:27 +01:00 |
|
Tetrakern
|
9c3ef7bec3
|
Add class option to shortcodes
|
2023-01-27 01:23:02 +01:00 |
|
Tetrakern
|
9136947e4c
|
Clean history for public release
|
2023-01-21 01:31:34 +01:00 |
|