Odpowiedź forum utworzona

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

    (@drdora)

    Mozesz przyblizyc kwestie wyedytowania pliku sidebar.php?

    Forum: Motywy
    W odpowiedzi na: nagla zmiana wyglady motywu
    Thread Starter drdora

    (@drdora)

    faktycznie w secondary footer area mialam tekst ;-). dzieki wielkie.
    temat uwazam za zamkniety.

    Forum: Motywy
    W odpowiedzi na: nagla zmiana wyglady motywu
    Thread Starter drdora

    (@drdora)

    Ok. Juz wiem co to stopka ;-). Mam w niej tylko to.Wiesz moze, jak przywrócić stary wyglad, ten oryginalny?

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the id=main div and all content
     * after.  Calls sidebar-footer.php for bottom widgets.
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    ?>
    	</div><!-- #main -->
    
    	<div id="footer" role="contentinfo">
    		<div id="colophon">
    
    <?php
    	/* A sidebar in the footer? Yep. You can can customize
    	 * your footer with four columns of widgets.
    	 */
    	get_sidebar( 'footer' );
    ?>
    
    			<div id="site-info">
    				<a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    					<?php bloginfo( 'name' ); ?>
    				</a>
    			</div><!-- #site-info -->
    
    			<div id="site-generator">
    				<?php do_action( 'twentyten_credits' ); ?>
    				<a>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
    			</div><!-- #site-generator -->
    
    		</div><!-- #colophon -->
    	</div><!-- #footer -->
    
    </div><!-- #wrapper -->
    
    <?php
    	/* Always have wp_footer() just before the closing </body>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to reference JavaScript files.
    	 */
    
    	wp_footer();
    ?>
    </body>
    </html>
    Forum: Motywy
    W odpowiedzi na: nagla zmiana wyglady motywu
    Thread Starter drdora

    (@drdora)

    Usunelam teraz wigety tekstowe i nic…Miala tylko dwa takie wigety. Do banerkow na dole strony…Piszac „stopka” masz na mysli właśnie dól strony?

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