Cordobo Green Park 2 Beta 5

Cordobo Green Park 2 Beta 5 Download

Late last month I released Green Park 2 Beta 4 with a small support for i18n — thanks to a lot of people with a lot more eyes than I have, I could fix around 15 smaller issues, two bugs and I got a lot of feedback regarding the i18n of the theme. Thanks to the community, we have support for the following languages:

  1. Chinese by wxzbb
  2. English (default) by me
  3. French by Julien
  4. German by Andreas Jacob
  5. Polish by Tosiek
  6. Spanish (castellano) by José Manuel Mao
  7. Swedish by Jon Klarström

I’d love to see your language here as well ;-) Please check this posting: Green Park 2 – for translators

Green Park 2 Beta 5 is available for download

So it’s time to release Green Park 2 Beta 5 into the wild. The download is now available:

Download Green Park 2 Beta 5 | Demo (Changelog)

Like it? Buy me a cup of coffee ;)

As you might know, coders love coffee — and I need a lot. If you like my free themes, feel free to send me 1$ for a coffee.





Comments

139 responses to “Cordobo Green Park 2 Beta 5”

  1. Moro Avatar
    Moro

    First of all, I would like to thank you so much for your very wonderful theme. I like it so much. Still I have one simple question:
    How can i insert my Photo one the side bar of the theme?
    i hope you will have sometime to answer my request.
    Best Regards
    Moro

  2. CyberAP Avatar
    CyberAP

    Andreas Jacob, Hi, I wonder why don’t you want to use all the power of the submenu. I modified it so now on the homepage you can choose a category to view. In the single post or in the category there’s shown a navigation. All in all the result you can see here: http://anna-sophia-robb.com/
    Translation to russain language is also there: http://anna-sophia-robb.com/russian.zip

  3. Ash Avatar
    Ash

    How can i edit information in the footer of the theme? I need to modify the copyright information as the site i’m working on is for a UK Ltd company and there is certain info that is must be shown, this is best displayed in the footer then elsewhere.

    1. PG Avatar
      PG

      I am also needing to do this.

      Anyone work it out?

  4. Francis Avatar
    Francis

    Hello. A very nuce design which I am using.

    I am not well versed in coding but I managed to modify a little of the top menubar so that it will not show all the pages.

    However I would like to links to other pages/sites. Can someone help me on this?

    Thanks.

    1. SDavenport Avatar
      SDavenport

      How did you modify the header area to remove the pages; “login, RSS, Content” and so on? These are in the way of my tag line. Which page do you edit?
      Thanks

  5. CyberAP Avatar
    CyberAP

    Francis, install plugin HIDE POST from wordpress.org repo.

  6. Mike Avatar
    Mike

    Is it just me or every time I submit a page of my blog to Facebook, it shows only a link. Can you please make the theme more Facebook sharing friendly?

  7. cristian Avatar
    cristian

    I’ve done some translation and changes to the theme, but I have an alpha version. I would like to know if it’s any way I can keep my changes while updating to the beta 5 version. Thanks.

  8. abraham Avatar
    abraham

    Sounds simple but can’t seem to find it,
    how do I change the word ‘HOME’ in the green bar to something else?
    that would be really great if someone knows how?

    1. Andreas Jacob Avatar
      Andreas Jacob

      Hi, open “header.php” and search for

      <li class="page-item-home <?php if ( is_home() ) { ?> current_page_item <?php } ?>"><a href="<?php echo get_option('home'); ?>/"><?php _e('Home', 'default'); ?></a></li> on line 61

      Replace the “Home” from _e('Home', 'default'); with yours.

      Save header.php and upload it to your server.

      HTH

      1. Francis Avatar
        Francis

        Hi Andreas
        This is the part that I modified to “hide” the pages titles from appearing there.

        However, I also want to add more menu items to that header menu bar, example a link to a site or page in the blog.

        My coding skill is very very basic, so this is where I need help.

        Thank you very much.

  9. CyberAP Avatar
    CyberAP

    He can do this also in PO editor. Without modifying theme.

    1. Andreas Jacob Avatar
      Andreas Jacob

      Well, in both ways he has to edit at least one file ;-)

      That would be the advanced way, but only, if he wants to have all appearances of “Home” to appear as the new terminus.

  10. CyberAP Avatar
    CyberAP

    Using .po editor will free him from editing template every time he updates the theme. I think it’s the best way to modify text in theme :)