39 Commits

Author SHA1 Message Date
Tetrakern
6b006f8d2f Rename fictioneer_output_small_card_thumbnail()
... to fictioneer_render_thumbnail() for a more general use. This can be called in more places than on cards thanks to the arguments.
2024-08-18 14:21:37 +02:00
Tetrakern
ad50902492 Improve article cards flex model 2024-08-10 10:01:29 +02:00
Tetrakern
728c57534d Fix article card spacing issue 2024-08-10 02:06:06 +02:00
Tetrakern
add3538bc2 Rename article card footer filter for consistency 2024-07-29 14:42:21 +02:00
Tetrakern
9f8aac0282 Add wrappers and classes to card footer items 2024-07-28 12:50:45 +02:00
Tetrakern
7534280ea7 Remove paragraph from article cards excerpt 2024-06-26 13:51:14 +02:00
Tetrakern
0355631d8a Optimize post ID accesses 2024-05-17 17:46:54 +02:00
Tetrakern
a851b13cb0 Reduce PHP/HTML mode-switch overhead 2 2024-05-17 12:34:14 +02:00
Tetrakern
a1d72a6d3a Restructuring 2 2024-05-13 21:03:17 +02:00
Tetrakern
076e5bb8b9 Add another missing shortcode param documentation 2024-04-25 13:00:17 +02:00
Tetrakern
91b07345ab Add missing shortcode param documentation 2024-04-25 12:50:42 +02:00
Tetrakern
5df8f19485 Add lightbox shortcode param 2024-04-18 16:09:27 +02:00
Tetrakern
1257fa1804 Add thumbnail param to card-based shortcodes 2024-04-18 12:03:00 +02:00
Tetrakern
676e58fb3d Add post-ID class to cards 2024-04-17 22:36:26 +02:00
Tetrakern
94ad6f3b78 Add missing title to article cards thumbnails 2024-04-17 12:34:24 +02:00
Tetrakern
275741b0c6 Use thumbnail helper in article cards 2024-04-17 12:09:34 +02:00
Tetrakern
091ef65a54 Improve card thumbnail helper 2024-04-14 19:41:49 +02:00
Tetrakern
97e38c6433 Use new thumbnail helper in card templates 2024-04-14 18:10:15 +02:00
Tetrakern
d33e9f7ff9 Update article cards for new parameters 2024-04-14 16:54:20 +02:00
Tetrakern
d28af270ec Increase article cards thumbnail size
Medium was a bit small.
2024-04-14 15:12:59 +02:00
Tetrakern
a3100cec42 Remove redundant white space 2024-04-14 14:24:45 +02:00
Tetrakern
abecf5249f Add output and filter for card attributes 2024-03-04 01:54:53 +01:00
Tetrakern
fc7fc2ac2e Update safe title helper parameters
Added the $context parameter and $args, which now also covers $no_filters which hopefully nobody has used yet lol
2024-03-01 12:39:42 +01:00
Tetrakern
2c4ab454a3 Add "combined" card style 2024-02-12 01:40:38 +01:00
Tetrakern
cb544c49c1 Add card style Customizer option 2024-02-12 00:27:58 +01:00
Tetrakern
4b8117bf52 Fix typo 2024-01-28 00:18:25 +01:00
Tetrakern
73537691bd Rename CSS class two-columns to grid-columns
Depending on the site width, this are, in fact, not just two columns.
2024-01-19 14:55:50 +01:00
Tetrakern
f207720f52 Reduce unnecessary get_the_ID calls 2023-12-02 00:00:13 +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
527e7f1e6c Clean up shortcodes 2023-09-16 21:44:12 +02:00
Tetrakern
ecddc65a23 Article card thumbnail checks for parent story 2023-09-16 16:55:02 +02:00
Tetrakern
431b3cfc2d Add scroll-margin-top 2023-09-16 02:52:18 +02:00
Tetrakern
ef4a8cd430 Fix shortcode page var 2023-09-16 01:19:12 +02:00
Tetrakern
d0df825ebf Add post_ids param to article cards and fix query name 2023-09-16 00:34:06 +02:00
Tetrakern
9a5929ecb8 Fix article card filter name 2023-09-15 23:24:37 +02:00
Tetrakern
819e6cb39f Allow multiple post types for article cards 2023-09-15 23:08:23 +02:00
Tetrakern
22ca34e5ec Generalize no-results case for shortcodes 2023-09-15 22:55:59 +02:00
Tetrakern
24dbb1851d Date constant for article card footer 2023-09-15 22:46:30 +02:00
Tetrakern
892ce7c0f1 Add article cards shortcode 2023-09-15 22:19:25 +02:00