include "custom_post_oshito/custom-oshito.php";
$argumentos[0] = array(
'nombre_custom' => 'film',
'editor' => false,
'imagen_destacada' => true,
'resumen' => false,
'label' => 'Película',
'taxonomia_propia' => array('nombre'=>"tipo_pelicula", "descripcion"=>"Tipo de película"),
'metabox' => array(
array('nombre'=>"ficha", "tipo"=>"texto_complejo", "descripcion"=>"Ficha Técnica"),
array('nombre'=>"sinopsis", "tipo"=>"texto_complejo", "descripcion"=>"Sinopsis"),
)
);
crear_custom($argumentos);
eliminar_proyectos_divi();
function elemento_listado_custom($nombre){
?>
}
add_shortcode('listar_custom', 'listar_custom_funcion');
function mostrar_pelicula_function($atts){ //adaptada a DIVI
extract(shortcode_atts(array(
'id' => '810',
), $atts));
$thumbID = get_post_thumbnail_id( $id );
$imgDestacada = wp_get_attachment_url( $thumbID );
ob_start();
?>
$posts = ob_get_contents();
ob_end_clean();
return $posts;
}
add_shortcode('mostrar_pelicula', 'mostrar_pelicula_function');
function mostrar_term($id){
$term_list = wp_get_post_terms($id, 'tipo_pelicula', array("fields" => "names"));
return implode(", ", $term_list);
}
?>
Colaboradorxs (aragonés) - Zinentiendo 2019