Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter genothampi

    (@genothampi)

    <?php
    	$sidebar = alx_sidebar_primary();
    	$layout = alx_layout_class();
    	if ( $layout != 'col-1c'):
    ?>
    
    	<div class="sidebar s1">
    
    		<a class="sidebar-toggle" title="<?php _e('Expand Sidebar','hueman'); ?>"><i class="fa icon-sidebar-toggle"></i></a>
    
    		<div class="sidebar-content">
    
    			<div class="sidebar-top group">
    				<p><?php _e('Get Updates','hueman'); ?></p>
    				<?php alx_social_links() ; ?>
    			</div>
    
    			<?php if ( ot_get_option( 'post-nav' ) == 's1') { get_template_part('inc/post-nav'); } ?>
    
    			<?php if( is_page_template('page-templates/child-menu.php') ): ?>
    			<ul class="child-menu group">
    				<?php wp_list_pages('title_li=&sort_column=menu_order&depth=3'); ?>
    			</ul>
    			<?php endif; ?>
    
    			<?php dynamic_sidebar($sidebar); ?>
    
    		</div><!--/.sidebar-content-->
    
    	</div><!--/.sidebar-->
    
    	<?php if (
    		( $layout == 'col-3cm' ) ||
    		( $layout == 'col-3cl' ) ||
    		( $layout == 'col-3cr' ) )
    		{ get_template_part('sidebar-2'); }
    	?>
    
    <?php endif; ?>

    Hello Moonkir, This is how the code of sidebar.php looks like

    Thread Starter genothampi

    (@genothampi)

    Hello There,

    Thanks for the response. However, I was not able to find the line

    <p> <? php _e (‘Follow:’, ‘hueman’); ?> </ p>

    in the sidebar.php file

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