Philip M. Hofer (Frumph)
b333f28b2b
Issue#45 author retrieval information for author.php and fix for the deprecated get_author_link for displaypost.php, courtesy halkeye
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-08 03:39:51 -08:00
Philip M. Hofer (Frumph)
c81b590fca
blog navigation fix so it doesnt appear on search and archive pages
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 02:01:06 -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)
043ae81177
Adjusted the if is_page() on some functions to make sure they break;/return right away
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 07:50:54 -08:00
Philip M. Hofer (Frumph)
637ca2300c
get_comment_reply_link was improperly placed in the displaypost.php file so it was giving the wrong comments button.
...
There isn't a return get_comments_popup_link so removed the apply_filters for a lost cause.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 07:42:36 -08:00
Philip M. Hofer (Frumph)
3615389411
Add $wp_query global to some functions that use is_single/is_archive and is_search so it's not trying to find an empty property (even though those functions globalize themself, good practice?, dunno)
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-30 06:03:01 -08:00
Philip M. Hofer (Frumph)
54ef378748
doing spans on post-author and post-date now seperating them to two individual entities
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-29 11:12:14 -08:00
Philip M. Hofer (Frumph)
0c271311b5
thumbnail change - comic post thumbnails will not display above the post for the comic post, the thumbnail is now used as an alternative for the latest thumbnail widget, if has_thumbnail the latest thumbnail widget will display that thumbnail inside the widget.
...
the_widget('ComicPressLatestThumbnailWidget','title=Latest Comic&onlyhome=true');
New option in the thumbnail 'onlyhome' will allow someone to have the thumbnail only display in on the homepage if widget enabled, off it will display everywhere it's placed.
Since it's a widget it can be used in site design for placement of an alternate image to the comic i.e. lfgcomic
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-26 08:06:56 -08:00
Philip M. Hofer (Frumph)
e2fa538ee4
reducing use of in_comic_category() by setting it to a $var $is_comic = in_comic_category() and using $is_comic if multiple usages of it within the same set of functions
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 15:01:48 -08:00
Philip M. Hofer (Frumph)
c34a4d6f50
*shakes fist at $post* I'll control you someday !
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 12:43:32 -08:00
Philip M. Hofer (Frumph)
3153800485
Random NOTICE fixes with WP_DEBUG turned on.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 10:06:14 -08:00
Philip M. Hofer (Frumph)
522e305f2e
placement fixes, added widget-head & widget-foot classes to the PLACED widgets (not default)
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 18:28:22 -08:00
Philip M. Hofer (Frumph)
3369d27686
comicpress_display_calendar re-added to the comicpress_display_post
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 17:52:48 -08:00
Philip M. Hofer (Frumph)
97f1f66b2d
.post .post-comic .post-page and .post-blog are the class wrappers now, .post will always appear unless on is_page()
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 17:20:03 -08:00
Philip M. Hofer (Frumph)
0357068abe
displayblogpost and displaycomicpost now disappear and it's centralized to comicpress_display_post() inside displaypost.php, adjusted post_classes to work properly with it
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:01:47 -08:00
Philip M. Hofer (Frumph)
8f76c62ada
more display_post functions, .pagetitle is moving to .page-title (references both in the style.css atm, but pages use .page-title now)
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 07:20:21 -08:00
Philip M. Hofer (Frumph)
45418a90d1
.post-date .date are now .post-calendar-date and .calendar-date (cause its for the graphic calendar) .post-date is now for the full date in the post under the title, new functions comicpress_display_post_calendar() and comicpress_disdplay_post_author() with associating filters for both.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 06:09:34 -08:00
Philip M. Hofer (Frumph)
02e0a9f66f
consolidating page posts into a function comicpress_display_page_post()
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-23 10:43:05 -08:00
Philip M. Hofer (Frumph)
160539e223
Addition to comicpress-debug.php where it will now check all post slugs to make sure it's not numeric (wp prob)
...
Seperating functions for displaying posts so that multiple calls will calljustone function with a filter.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-23 09:59:31 -08:00