Forums
(@orb96)
11 years, 3 months ago
I read it but i found nothing.. I found only add provider respective remove provider but i dont give me a list of providers
so does anyone know of any snippet?
Thanks.
I use get_query_var(‘post_format’). This function return a string so i can write this:
if(get_query_var('post_format')) { // Do something... }
Is this proper?