• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to customize footer credit links in Genesis Child Theme

February 22, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn about,how to customize footer credit links in Genesis Child Theme.To increase my WordPress related knowledge to next level,I recently purchased the Genesis Framwework.To explore more,first I tried with Free Child Themes and later decided to purchase a Magazine Pro theme.
While working on both Genesis free child theme and magazine pro,I had to change the footer link.

Here,in this post I am sharing this code.By which we can customize the footer link.

Edit the functions.php file of your Genesis Child Theme.Paste below given code at the end of functions.php file.

//* Customize the credits at footer
add_filter( 'genesis_footer_creds_text', 'sharadchhetri_footer_credits' );
function sharadchhetri_footer_credits() {
echo '

'; echo 'Copyright © '; echo '2009 - '; echo date('Y'); echo ' · sharadchhetri.com ·'; echo ' · Privacy Policy ·'; echo '

'; }

Replace the value as per your requirement.In above code,I am using my blog link,replace it with yours.

Note: We always recommend,After changing code ,first check in test system.If test site is working fine,then only go for deployment in live server.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to add before entry widget in Genesis Child Theme
  2. How to add favicon in WordPress theme and child theme
  3. How to add excerpt on wordpress thematic child theme
  4. Useful 3 Pastebin links which I mostly use
  5. Create fixed top navigation menu bar on wordpress theme
  6. How to customize nologin shell message
  7. Hide and disable URL field in comment form in WordPress [ Plugin ]
  8. How to install wordpress on LAMP stack ( Ubuntu 14.04 LTS Server )
  9. SimpleCodeSyntax : My Another WordPress Plugin

Filed Under: Wordpress Tagged With: Genesis, wordpress

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Linux Commands

grep command to find multiple strings or keyword from file

How to print particular line number by using sed command

print working directory ( pwd , PWD , OLDPWD ) in Linux / Unix

Linux command : To create new directory/folder

grep command to remove commented lines

How to read logs which are writing continuously : LINUX/UNIX

awk command to print columns from file

Explore 70+ Articles On Linux Commands

Always Useful Tips And Tricks

error could not configure a c compiler Linux

fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device

configure: error: C++ compiler cannot create executables

curl command to check the http status

How to reset forgot root password in CentOS 6.x and Redhat 6.x

send email after mysql backup through bash script in simple way

SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

Explore 90+ Article On "Linux Tips And Tricks"

You Might Like These Articles!

Internal External Command

What is Linux/Unix Internal And External Command

Linux basic command

Linux Basic Commands For Every Beginner

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission but Schools and Colleges can do in their Private Network
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy