• hello
    <?php bloginfo(‘name’) ?>
    <?php if (is_home()) {echo bloginfo(‘name’);} else {echo wp_title(”);} ?>
    <?php if (is_category()) {echo wp_title(”);} else {echo ‘Untitled’;} ?>
    <?php if (is_tag()) {echo wp_title(”);} else {echo ‘Untitled’;} ?>
    <?php if (is_404()) {echo ‘404 Not Found’;} else {echo wp_title(”);} ?>
    <?php if (is_search()) {echo ‘Search Results’;} else {echo wp_title(”);} ?>
    <?php if ( is_day() || is_month() || is_year() ) {echo ‘Archives:’; wp_title(”);} else {echo wp_title(”);} ?>

    https://sarzaminwp.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • what is the question or problem?

    hi friends i am new to wordpress so please help me to know to how to work with slidres in any theme like removimg the slider and changing the slider model and adding more slider in free themes

    i have added this code in functions.php
    function add_themeon_scripts() {
    wp_enqueue_style( ‘themeon’, get_template_uri() . ‘/css/themeon.css’);
    }

    add_action( ‘wp_enqueue_scripts’, ‘add_themeon_scripts’ );

    bit it is not working and the above code is appearing in home page help me what to do?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘title pages in wordpress’ is closed to new replies.