• hi?

    i hope you can help?

    i am creating a website for a client using twenty eleven theme.?

    they would like the words about us, blog, news above the form widgets but still in the form box, is this possible? if so how??

    my website link is https://www.mycampusride.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • where is form box ?

    Thread Starter w.blackman

    (@wblackman)

    sorry ment widget area

    edit footer template.

    Thread Starter w.blackman

    (@wblackman)

    i have tried that but it didnt work. any suggestions or code you can send me would be great

    Thread Starter w.blackman

    (@wblackman)

    here is the code for the footer.php file

    <?php
    /**
     * Template for displaying the footer
     *
     * Contains the closing of the id=main div and all content after
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty Eleven 1.0
     */
    ?>
    
    	</div><!-- #main -->
    
    	<footer id="colophon" role="contentinfo">
    
    			<?php
    
    				/*
    				 * A sidebar in the footer? Yep. You can can customize
    				 * your footer with three columns of widgets.
    				 */
    				if ( ! is_404() )
    					get_sidebar( 'footer' );
    
    			?>
    
    			<div id="site-generator">
    				<?php do_action( 'twentyeleven_credits' ); ?>
    				<b>@2013 MY CAMPUS RIDE LTD, ALL RIGHTS RESERVED</b>???<a href="https://www.mycampusride.com/terms-conditions/"><b>Terms & Conditions</b><a/>
    			</div>
    	</footer><!-- #colophon -->
    </div><!-- #page -->
    
    <?php wp_footer(); ?>
    
    </body>
    </html></a>

    before you proceed any further with the customization, strongly consider to cteate a child theme to do the customizaton with;
    https://codex.www.ads-software.com/Child_Themes

    anything added in footer.php of a child theme, directly below this line
    <footer id="colophon" role="contentinfo">
    should be shown within the footer box above the widgets.

    what code exactly did you try and what was the result?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to add text on the footer area above the widget area?’ is closed to new replies.