Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

A couple of Wordpress Jobs Help

SF

Joined
Jun 15, 2005
Posts
7,543
Reaction score
58
Hi Guys,

Just building a new website but i cannot find anywhere in the code to change the footer from powered by word press :(

and also i wanted some advice on adding a logo?

Pm me if you can help?

Thanks
Sean
 
It should be in the footer.php no? just look in them all worst come to worst and ctrl+f to find it

I don't know if you just want a helping hand or professional stuff done, @Adam H is very good if you do
 
Hi Murray,

yes its usually in footer.php but its not there? its a new theme i am using and if you upgrade to pro it allows you to create a footer and header
 
Also need someone just cleaning my logo up and inserting it into the wordpress site
 
Ok... Ive found it -

/* translators: 1: Theme name, 2: Theme author. */
printf( esc_html__( 'Copyright © 2003 - 2019 %2$s %1$s.', 'airi' ), '', '<a href="https://cherishednames.com" rel="nofollow">CherishedNames.com</a>' );
?>
<?php else : ?>
<?php echo wp_kses_post( $credits ); ?>
<?php endif; ?>
</div><!-- .site-info -->

COPYRIGHT © 2003 - 2019 CHERISHEDNAMES.COM .

can you see the dot at the end of cherishednames.com it floats to far left how can i remove it from the code altogether?
 
Looks like the wordpress stuff is probably in the line thats :

<?php echo wp_kses_post( $credits ); ?>

Would be my guess thats its that line generating the wordpress bit. It is a guess though. Your last post about the dot floating left doesnt make much sense?
 
hi dee thanks for your reply, if you look at

COPYRIGHT © 2003 - 2019 CHERISHEDNAMES.COM . < it has the full stop which floats to far to the right i am trying to remove it from the code above so it does not show on my website
 
If its outside the php stuff (which it looks like it is from your post) you should just be able to delete it ?
 
If its outside the php stuff (which it looks like it is from your post) you should just be able to delete it ?
but from where in the code i put above?
 
I see... i just read the code again, looked like your bit at the end was part of the code.

Are you trying to bypass paying for it but then getting rid of developer links etc? I'm sure they won't make it easy and fair enough. Probably worth just paying for the theme and the developers development time and getting support.
 
Forget trying to do it from *within* wordpress. Find the line of code in the actual php files and just delete it if it's not in your templates.
 
Last edited:
check the template-funtions.php file

probably this bit you want i would have thought. Poke around in there

Code:
/**
 * Footer credits
 */


    $credits = get_theme_mod( 'footer_credits' );
    ?>
   
    <div class="site-info col-md-12">
       
        <?php if ( $credits == '' ) : ?>
            <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'airi' ) ); ?>"><?php
                /* translators: %s: CMS name, i.e. WordPress. */
                printf( esc_html__( 'Proudly powered by %s', 'airi' ), 'WordPress' );
            ?></a>
            <span class="sep"> | </span>
            <?php
                /* translators: 1: Theme name, 2: Theme author. */
                printf( esc_html__( 'Theme: %2$s by %1$s.', 'airi' ), 'aThemes', '<a href="https://athemes.com/theme/airi">Airi</a>' );
            ?>
        <?php else : ?>
            <?php echo wp_kses_post( $credits ); ?>
        <?php endif; ?>
    </div><!-- .site-info -->
:
 
Ive tried add a captcha to my contact form followed all instructions and ive got some popup showing up ?
 
check the template-funtions.php file

probably this bit you want i would have thought. Poke around in there

Code:
/**
 * Footer credits
 */


    $credits = get_theme_mod( 'footer_credits' );
    ?>
  
    <div class="site-info col-md-12">
      
        <?php if ( $credits == '' ) : ?>
            <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'airi' ) ); ?>"><?php
                /* translators: %s: CMS name, i.e. WordPress. */
                printf( esc_html__( 'Proudly powered by %s', 'airi' ), 'WordPress' );
            ?></a>
            <span class="sep"> | </span>
            <?php
                /* translators: 1: Theme name, 2: Theme author. */
                printf( esc_html__( 'Theme: %2$s by %1$s.', 'airi' ), 'aThemes', '<a href="https://athemes.com/theme/airi">Airi</a>' );
            ?>
        <?php else : ?>
            <?php echo wp_kses_post( $credits ); ?>
        <?php endif; ?>
    </div><!-- .site-info -->
:
 
yes dee thats how i edited the footer took me hours to find it but ive still that full stop floating to the right :(
 
Forget trying to do it from *within* wordpress. Find the line of code in the actual php files and just delete it if it's not in your templates.

great idea ill give that a go which one rob should i be looking for in my files
 
theres an hours work for a wordpress guy to do a few jobs? pm me
 

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Featured Services

Sedo - it.com Premiums

IT.com

Premium Members

AucDom
UKBackorder
Be a Squirrel
Acorn Domains Merch
MariaBuy Marketplace

New Threads

Domain Forum Friends

Other domain-related communities we can recommend.

Our Mods' Businesses

Perfect
Service
Laskos
URL Shortener
*the exceptional businesses of our esteemed moderators
Top Bottom