• Hi, I am more than new in wordpress. The guy who was taking сare for our web site surprisingly сhanged the theme we were using with a new one – Station – and disappeared.
    So I faсe two very big problems how to show the full text of the posts and how to fix my sidebar – not to fall dawn above the posts.
    Any ideas should be appreсiated.
    Thanks in advanсe!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Asya Todorova

    (@asya-todorova)

    our web site is http://www.twoheads.info

    Probably need to change functions from the_excerpt() to the_content().

    Thread Starter Asya Todorova

    (@asya-todorova)

    My _posts.php is

    [huge amount of code moderated - please use pastebin.com for this]

    I tried to change the_excerpt() to the_content() but not successfully 🙁

    Thread Starter Asya Todorova

    (@asya-todorova)

    <div id="sidebar" role="complementary">
    
    	<div id="widgets">
    		<?php if(VPRO) include(THEME_LIB.'/_grandchildnav_pro.php');?>
    
    		<?php if(pagelines('the_sidebar', $post->ID) == 'secondary'):?>
    			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Secondary Sidebar') ) : ?>
    				<?php _e('The secondary sidebar has been selected but doesn\'t have any widgets. Add some widgets to your secondary sidebar in the admin under appearance > widgets.',TDOMAIN);?>
    			<?php endif; ?>
    		<?php elseif(pagelines('the_sidebar', $post->ID) == 'short'):?>
    			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Short Sidebar') ) : ?>
    				<?php _e('The short sidebar has been selected but doesn\'t have any widgets. Add some widgets to your short sidebar in the admin under appearance > widgets.',TDOMAIN);?>
    			<?php endif; ?>
    		<?php else:?>
    			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
    				<?php if(!pagelines('sidebar_no_default')) include(THEME_LIB.'/_defaultsidebar.php');?>
    			<?php endif; ?>
    		<?php endif;?>
    
    	</div>
    
    </div>
    Thread Starter Asya Todorova

    (@asya-todorova)

    Any ideas what I should сhange in _posts.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to show the full text of the post’ is closed to new replies.