Conditional Shortcode

I made a little shortcode so I could do something like this….

[ap_if length="800"]
[ap_title] - [ap_permalink]
[ap_excerpt length="800"]
[/ap_if]
[ap_if condition="lt" length="800"]
[ap_content]
[/ap_if]

That way short posts don’t federate with all the fancy permalinks & titles. Long ones do.

WordPress AP Conditional Shortcode