• I’m new to WordPress so forgive my ignorance πŸ™‚

    I need to edit the copy in the footer of my (unfinished) blog (www.podcastdove.com) and there seems no logical means of doing this – and I understand there could be risks associated with this.

    Please can someone help?

    Thanks

    My footer code is as follows:

    <footer class="footer">
    			<div class="footer-row row">
    
    				<div class="alpha one-third columns clearfix widget-hold">
    					<?php dynamic_sidebar('footer-widgets-row-1'); ?>
    				</div>
    
    				<div class="one-third columns clearfix widget-hold">
    					<?php dynamic_sidebar('footer-widgets-row-2'); ?>
    				</div>
    
    				<div class="omega one-third columns clearfix widget-hold">
    					<?php dynamic_sidebar('footer-widgets-row-3'); ?>
    				</div>
    
    			</div>
    			<div class="row footer-credits">
    				<p><?php echo apply_filters('ci_footer_credits', ''); ?></p>
    			</div>
    		</footer> <!-- .footer -->
    	</div> <!-- .sixteen-columns -->
    </div> <!-- .container -->
    
    <?php wp_footer(); ?>
    
    </body>
    </html>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit footer in CSS Ignite Dolce theme’ is closed to new replies.