change lang dynamic homepage
-
trying to make a link to homepage. works fine at my default lang – https://www.bina.org.il/, but my secound lang https://www.bina.org.il/en/ it appears like that : https://www.bina.org.il/donors/en.
what can be the problem?
my homepage is posts feed.
heres my code:<a class="col-xs-3 col-xs-offset-1 col-md-12" href="<?php echo esc_url( home_url( '/' ) ); ?>/" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt=""> </a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change lang dynamic homepage’ is closed to new replies.