• Resolved gbg

    (@gbg)


    Hi, I cannot figure it out, the site has catalogues, texts and many things we’ve licensed under Creative Commons Share Alike, but we don’t know how to add a .giff or .png button in the “about” page.

    Using the latest Hemingway customized

    I’ll appreciate very much

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You should be able to do it by editing a template file. footer.php is probably the best one, since that way it will show up at the bottom of all your pages.

    You template files are located in /wp-content/themes/

    Thread Starter gbg

    (@gbg)

    thanks, i see, since I prefer the front page, wouldn’t i have to edit the page.php file?

    i’ve been looking at it, how about if i include the following at the end:

    <?php_get_and here the botton with its name_() ; ?>

    is it correct or i’m just saying something stupid?

    thanks for the advice

    No, that wouldn’t work ??

    Upload your image file to wherever, then just add the image tag:

    <img src="wherever" alt="Creative Commons" />

    page.php deals with wordpress pages, and only wordpress pages. If you want it to show in the footer, put it in footer.php, if you want it in the sidebar, put it in sidebar.php.

    Thread Starter gbg

    (@gbg)

    right, could you please exactly the location within the code in sidebar.php? there is a lot of code and i’m really afraid of crashing down the blog, since it’s my first time with this stuff…

    thanks for your patience

    Thread Starter gbg

    (@gbg)

    i figure out myself, so i’ll post the solution for anyone interested:
    -go to creative commons, get a licence
    -copy the html code they give with that licence, not the png or giff file as i did
    -paste the html into sidebar.php (where the about is) or footer.php (the bottom of the page)
    -look at the front page, you’ll probably have to change the location where you copy-paste or if it is in the correct position, it’s done!!!

    well, this is a huge effort for someone that only have seen code in Da Vinci’s movie ??

    Congratulations! Glad it worked out for you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add Creative Commons License button to the front page’ is closed to new replies.