Philip M. Hofer (Frumph)
b7315d9806
Filters for rascal and href were not being disabled on the is_search and is_archive pages, fixed by doing a return of $output inside the function.
...
The actual lines for adding the filter wouldn't accept the if (is_archive() or is_search()) for some reason, always returned false even with a global $wp_query, should have john investigate this further.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-10 16:00:16 -08:00
Philip M. Hofer (Frumph)
ba3c401231
Added check for the mediafile.png in the child theme
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 06:58:25 -08:00
Philip M. Hofer (Frumph)
656d78b152
Change of mediafile.png and removing the height and width from the <img for post_image for the archives, etc. so that CSS can handle it.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 02:23:27 -08:00
Philip M. Hofer (Frumph)
add5e68dc9
Adjusting post-images for archive and search on media files
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 01:58:44 -08:00
Philip M. Hofer (Frumph)
51c5b14585
Show media file thumbnail in archives if the comic is a media file.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 00:42:23 -08:00
Philip M. Hofer (Frumph)
7b1b915cef
Found that elusive extra /a that was hiding from me! woot!
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-06 06:54:40 -08:00
Philip M. Hofer (Frumph)
b805536a82
added extra in the span so browsers won't discard it for being empty.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-06 06:30:21 -08:00
Philip M. Hofer (Frumph)
64ac05ce57
rewrote displaycomic.php code per issue #18 http://github.com/johnbintz/comicpress-2.8/issues#issue/18
...
Has an extra </a> I can't figure out.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-06 06:19:09 -08:00
Philip M. Hofer (Frumph)
a59711c6cb
now passing $title_to_use to the comicpress_display_comic_image code so that the title represents what it needs to when using the override post.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 12:42:28 -08:00
Philip M. Hofer (Frumph)
3ef3b76d25
RSS Feed revamp to use post_thumbnails & the new comicpress_display_comic_image()
...
can also set that on and off (default: on) in the options
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 11:58:26 -08:00
Philip M. Hofer (Frumph)
1b31062590
new function comicpress_display_comic_image() which you can pass a string "archive,rss,mini,comic" whatever order you want to try first, as well as can pass boolean use thumbnail which will check if the post has a thumbnail image if so use that and bypass the other thumbs
...
echo comicpress_display_comic_image("rss,comic", true);
is a valid usage, will check if there's a thumbnail for the post and use that, otherwise check the rss directory for an image, if can't find that, default to the comic directory.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 10:49:59 -08:00
Philip M. Hofer (Frumph)
f39c22bfcb
fix for 3c vertical in the layout-head.php
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 22:06:20 -08:00
Philip M. Hofer (Frumph)
b0ad9bec80
Introducing John Bintz's protect and restore functions, moved the #comic code from index & single into the layout-head so that it's uniformative code but made it call display_comic_area(); made it so that left and right sidebar's will know the comic code on index, etc. temporarily added the queries to the footer.php and re-enabled (orig) navigation for testing.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 14:20:11 -08:00
Philip M. Hofer (Frumph)
e1207a38be
Centralizing options into single array - part 1.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 10:06:19 -08:00
Philip M. Hofer (Frumph)
f97def972e
-bottom and -top CSS are now -head and -foot calendar image is now capable of an href, displayblogpost.php and displaycomicpost and author.php now use comicpress_get_avatar properly
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-02 04:23:41 -08:00
Philip M. Hofer (Frumph)
8d9b11e7b0
ch-ch-chaaanges
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-10-04 23:08:01 -07:00
Philip M. Hofer (Frumph)
716c4fb2a3
2.8.1.5 a class alt-odd-even wrapper around posts and pages
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-12 08:28:32 -07:00
Philip M. Hofer (Frumph)
626c1af3df
2.8.1 Refresh.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-04 08:39:27 -07:00
Philip M. Hofer (Frumph)
e72820cc00
final! damnit!
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-08-31 00:47:03 -07:00
Philip M. Hofer (Frumph)
81eedbf353
changed underlying code to say Rascal Says instead of Anomaly *Cry*
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-08-27 17:43:16 -07:00
Philip M. Hofer (Frumph)
a0da3aca22
removed 'anomaly says' and the ""'s so it's easier to change the graphics.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-08-22 16:26:25 -07:00
Philip M. Hofer (Frumph)
ddfac19be2
commiting 2.8.0.4
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-08-21 12:29:45 -07:00
John Bintz
87bd6a2f55
initial commit
2009-08-21 13:45:23 -04:00