- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
369 B
PHTML
Executable File
9 lines
369 B
PHTML
Executable File
<ul class="clearfix">
|
|
<# links.each( function( item, index ) { item.has_link = index < links.size() - 1 #>
|
|
<li class="tvd-breadcrumb <#= ( item.has_link ? '' : ' tqb-no-link' ) #>">
|
|
<# if ( item.has_link ) { #><a href="<#= item.get_url() #>"><# } #>
|
|
<#= _.escape ( item.get ( 'label' ) ) #>
|
|
<# if ( item.has_link ) { #></a><# } #>
|
|
</li>
|
|
<# } ) #>
|
|
</ul> |