• Resolved AudienceFirst

    (@audiencefirst)


    Hello,

    On my website, https://www.dahnawrites.com, the company name in the footer, “Audience Matters” needs to now be “Audience First Communications”. It’s not shown in the footer code below. So, how do I change that?

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the id=main div and all content after
     *
     * @package WriterStrap
     * @since WP WriterStrap 1.1
     */
    ?>
    			</div><!-- close .*-inner (main-content or sidebar, depending if sidebar is used) -->
    		</div><!-- close .row -->
    	</div><!-- close .container -->
    </div><!-- close .main-content -->
    <div id="primery-footer">
    	<div class="container">
    	<?php if ( ! dynamic_sidebar( 'sidebar-footer' ) ) : ?><?php endif; ?>
    	</div>
    
    </div>
    
    <footer id="colophon" class="site-footer" role="contentinfo">
    	<div class="container">
    		<div class="row">
    			<div class="site-footer-inner col-12">
    
    				<div class="site-info">
    					<?php do_action( 'WriterStrap_credits' ); ?>
    					<?php echo of_get_option('footer_copy' , '&copy; 2015 DahnaWrites.com'); ?>
    					<span class="sep"> | </span>
    <?php printf( __( 'Theme: %1$s by %2$s.', 'WriterStrap' ), 'WriterStrap', '<a href="https://crayonux.com/" rel="designer">Crayonux</a>' ); ?>
    </div><!-- close .site-info -->
    
    			</div>
    		</div>
    	</div><!-- close .container -->
    </footer><!-- close #colophon -->
    
    <?php wp_footer(); ?>
    </body>
    </html>

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Company Name in Footer’ is closed to new replies.