# Listagem de posts (posts api) ## Descrição ## Como usar ## Changelog 0.1.0 - versão inicial ## FILTROS QUE PODEM SER UTILIZADOS # filtra o json recebido pela API hacklab-fetch-posts-api-data # filtra taxonomias da lista de terms. Para excluir alguma taxonomia da exibição, adicione ela no array e retorne Exemplo: ``` add_filter('hacklab-fetch-posts-api-exclude-taxonomy','exclude_taxonomy',10,1); function exclude_taxonomy($exclude){ $exclude = ['category', 'edicaodehome']; return $exclude; } ``` hacklab-fetch-posts-api-exclude-taxonomy # adiciona classe referente a estrutura de colunas hacklab-fetch-posts-api-classColumn hacklab-fetch-posts-api-before-link-embed_post hacklab-fetch-posts-api-before-image-embed_post hacklab-fetch-posts-api-after-image-embed_post hacklab-fetch-posts-api-before-category-embed_post hacklab-fetch-posts-api-after-category-embed_post hacklab-fetch-posts-api-before-author-embed_post hacklab-fetch-posts-api-before-excerpt-embed_post # as URLs tem que ser com o parâmetro _embed