Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Nikolay Boyadzhiev

    (@nikolayboyadzhiev)

    Nevermind, I no longer need info about wordpress default loop. Topic closed.

    Thread Starter Nikolay Boyadzhiev

    (@nikolayboyadzhiev)

    Hello.

    Could you give me more detailed instructions on what to check and how to check it please? Or maybe a link with explanation for beginners?

    Thanks

    Thread Starter Nikolay Boyadzhiev

    (@nikolayboyadzhiev)

    You can see the news widget in this page of my website:
    integral-geshanov.com/category/блог/

    I tried to add some news in Bulgarian, English, Greek, Albanian and Jewish. Only news in English and Albanian appeared.

    Thanks

    Thread Starter Nikolay Boyadzhiev

    (@nikolayboyadzhiev)

    Hello Nks,

    1. Thanks for the link but I can’t complete this step:

    Please goto settings–>Reading and check Encoding for pages and feeds
    It must be UTF-8

    because I can’t see such option in WP 4.3.

    2. I am not sure where to put <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> in my theme’s header.php . Will this file change if I update the theme? If it won’t here is header.php:

    <?php
    
    /**
    
     * The Header for Customizr.
    
     *
    
     * Displays all of the <head> section and everything up till <div id="main-wrapper">
    
     *
    
     * @package Customizr
    
     * @since Customizr 1.0
    
     */
    
    ?>
    
    <!DOCTYPE html>
    
    <!--[if IE 7]>
    
    <html class="ie ie7" <?php language_attributes(); ?>>
    
    <![endif]-->
    
    <!--[if IE 8]>
    
    <html class="ie ie8" <?php language_attributes(); ?>>
    
    <![endif]-->
    
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    
    <html <?php language_attributes(); ?>>
    
    <!--<![endif]-->
    
    	<?php
    
    		//the '__before_body' hook is used by TC_header_main::$instance->tc_head_display()
    
    		do_action( '__before_body' );
    
    	?>
    
    	<body <?php body_class(); ?> <?php echo apply_filters('tc_body_attributes' , 'itemscope itemtype="https://schema.org/WebPage"') ?>>
    
        <?php do_action( '__before_page_wrapper' ); ?>
    
        <div id="tc-page-wrap" class="<?php echo implode( " ", apply_filters('tc_page_wrap_class', array() ) ) ?>">
    
      		<?php do_action( '__before_header' ); ?>
    
      	   	<header class="<?php echo implode( " ", apply_filters('tc_header_classes', array('tc-header' ,'clearfix', 'row-fluid') ) ) ?>" role="banner">
    
      			<?php
    
      				// The '__header' hook is used with the following callback functions (ordered by priorities) :
    
      				//TC_header_main::$instance->tc_logo_title_display(), TC_header_main::$instance->tc_tagline_display(), TC_header_main::$instance->tc_navbar_display()
    
      				do_action( '__header' );
    
      			?>
    
      		</header>
    
      		<?php
    
      		 	//This hook is used for the slider : TC_slider::$instance->tc_slider_display()
    
      			do_action ( '__after_header' )
    
      		?>

    3. The other options look more advances (I am a beginner) and I may not need to use them if the first and second options work. I mean if you or someone else help me. So please do.

    Thanks.

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