basich adlı üyeden alıntı

Php deki ucwords(); fonksiyonunu kullanabilirsiniz usta. Temada etiket sayfasini acin title tag de etiket ismini bu fonksiyonun icine alin.


Hocam denedim ama olmadı,

Etiket sayfa kodu:

/**
* The template for displaying tag pages
*
*/

defined( 'ABSPATH' ) || exit; // Exit if accessed directly

get_header(); ?>

>






do_action( 'TieLabs/before_archive_title' );

the_archive_title ( '

', '

' );

if( tie_get_option( 'tag_desc' )){
the_archive_description( '
', '
' );
}
?>



// Get the layout template part
TIELABS_HELPER::get_template_part( 'templates/archives', '', array(
'layout' => tie_get_option( 'tag_layout', 'excerpt' ),
'excerpt_length' => tie_get_option( 'tag_excerpt_length' ),
));

// Page navigation
TIELABS_PAGINATION::show( array( 'type' => tie_get_option( 'tag_pagination' ) ) );

// If no content, include the "No posts found" template
else :
TIELABS_HELPER::get_template_part( 'templates/not-found' );

endif;

?>