Thread Starter
orb96
(@orb96)
I read it but i found nothing.. I found only add provider respective remove provider but i dont give me a list of providers
Thread Starter
orb96
(@orb96)
so does anyone know of any snippet?
Thread Starter
orb96
(@orb96)
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?