How to put links in footer of Wordpress Creatativix them?

by 4 replies
5
Hi, I installed this Creativix theme in Wordpresshttp://wordpress.org/extend/themes/wp-creativix , but I can't figure out where to input links in the footer?

Thank you very much for any help!
#website design #creatativix #footer #links #put #wordpress
  • I never used this theme before but I installed it on my test site and found that you will need to add your links in the footer.php file,
    look for the following code in that file:

    <div class="wordpress-icon">
    <a href="http://www.wordpress.org/"><img src="<?php bloginfo('template_directory'); ?>/images/wp-icon.png" /></a>
    </div>
    <p>
    COPYRIGHT BY <a href="/" title=" <?php bloginfo('name'); ?>" target="_blank"><?php bloginfo('name'); ?></a> DESIGNED BY <a href="http://www.iwebix.de/" title="webdesign" target="_blank">IWEBIX</a>
    </p>


    as you can see there are the original theme links in there,just add your next to those.


    Steve
  • Thank you so much for your help! I appreciate it.
    • [ 1 ] Thanks
  • I started out by looking up the .php fiile in my hosting and using the editor there to edit it (I'm new at this). However after I read this, I figured out how to go into Wordpress > Appearance > Editor and saw all the files right there.

    It took a few tries at first, but I finally found the right spot to put my links (you see, there are two sets/styles of links in the footer and I wanted mine in the certain set)

    I was doing some experimenting and found that I can only put in several links before the links start to "spill" out of the template area and are then displayed in the white area below the footer.

    Any thoughts on how to make the footer large enough to contain all of the links?

    Thanks for shortening the learning curve for me.
  • [DELETED]
    • [1] reply
    • Thank you for that.

      I figured out how to add links, now I'm trying to figure out how to enlarge the footer so that it contains all of the links.

Next Topics on Trending Feed