M
marcelo12239
No recomendado
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
hola
quiero crear un boton q dirija a la categoria del post . y escribir algo por ejemplo las mejores categorias.
mi php es casi nulo.
<?php $categories = get_the_category(); $separator = ', '; $output = ''; if($categories){foreach($categories as $category) {$output .= '<a href="'.get_category_link( $category->term_id ) . '">'.$category->cat_name.'</a>'.$separator;}echo trim($output, $separator);}?>
quiero crear un boton q dirija a la categoria del post . y escribir algo por ejemplo las mejores categorias.
mi php es casi nulo.
<?php $categories = get_the_category(); $separator = ', '; $output = ''; if($categories){foreach($categories as $category) {$output .= '<a href="'.get_category_link( $category->term_id ) . '">'.$category->cat_name.'</a>'.$separator;}echo trim($output, $separator);}?>