Skip to content

Instantly share code, notes, and snippets.

@jorgejaramillo
Created April 12, 2012 03:12
Show Gist options
  • Save jorgejaramillo/2364415 to your computer and use it in GitHub Desktop.
Save jorgejaramillo/2364415 to your computer and use it in GitHub Desktop.
WooCommerce - Título del producto
<?php
/**
* Título del producto
*/
?>
<h1 itemprop="name" id="tituloProducto"><?php the_title(); ?></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment