[wp-hackers] New Approach to Asides

Mathias Bynens mathibus at gmail.com
Wed Dec 22 21:17:46 UTC 2004


The problem here is: photograph posts. I have more than one post that
only contains an image, and I think there are several others in the
blogosphere *pukes* that have.

I think tagging a short post manually is still better than letting the
way it's displayed depend on its length.

On Wed, 22 Dec 2004 12:17:16 -0800, Matthew Mullenweg <m at mullenweg.com> wrote:
> Mathias Bynens wrote:
> > <?php if (('short' == ($post->post_type)) && !$single) { ?>
> 
> If you think it's about length, then take that to its logical conclusion:
> 
> <?php if ( strlen($post->post_content) < X && !is_single() ) { ?>
> 
> In fact I might do that...
> 
> For me though it's an emphasis thing, I make some short posts more
> important that others. If we didn't have multiple categories then it
> would be an abuse of the category system, but we do so I think it's not.
> 
> --
> Matt Mullenweg
>   http://photomatt.net | http://wordpress.org
> http://pingomatic.com | http://cnet.com
> 
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers_wordpress.org
> 


-- 
Mathias Bynens aka MaThIbUs
http://mathibus.com/



More information about the hackers mailing list