Agregar shortcode reclamar a fichas bodega
add_action("the_content", function($content) { if (is_singular("bodega")) { $content .= "\n"; } return $content; });
add_action("the_content", function($content) { if (is_singular("bodega")) { $content .= "\n"; } return $content; });