Find MagPress on Google+

Redoger

http://www.magpress.com/wp-content/uploads/2012/09/redoger-wordpress-theme-thumb-170x150.png Wordpress Themes Ronald ,,,,,,,,,,,,,,,,,

   Running a Business and Monetize site?

    Using the theme but need to remove our links
    for commercial and business use. please consider:
Price - $37.00
License - GNU General Public License
Unlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Redoger WordPress Theme

Redoger WordPress theme is a 3 columns fixed width WordPress template by MagPress.com. This Reddish WP  theme has featured content slider, featured categories, Adsense ready, etc.

Tags: , , , , , , , , , , , , , , , , ,
Zip http://www.magpress.com/wp-content/uploads/2012/09/redoger-wordpress-theme-thumb-170x150.png
Version 1.2.1

- add pagination end trail on permalink to prevent blank page in some host server.

Version 1.2

- Minor change on lib/functions/theme-functions.php.

Version 1.1

- fix ie media query issue
- paging condition if use default wp permalink
- fix twitter social issue

Version 1.0

- Initial release v1.0.

WordPress
Download (2899) Demo/Preview 60 Comments

   Running a Business and Monetize site?

    Using the theme but need to remove our links
    for commercial and business use. please consider:
Price - $37.00
License - GNU General Public License
Unlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Version and Changelog

Version 1.2.1

- add pagination end trail on permalink to prevent blank page in some host server.

Version 1.2

- Minor change on lib/functions/theme-functions.php.

Version 1.1

- fix ie media query issue
- paging condition if use default wp permalink
- fix twitter social issue

Version 1.0

- Initial release v1.0.

60 Comments Already

  1. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Love this theme. I have a logo at the top of the page that needs to go where this theme puts the title. I’d like to just place an ad where the header image is. Is that doable? Also, I need to host multiple rss feeds from the site. I want one just for the site, one ofr a weekly podcast, and I’d like to add more feeds for additional podcasts both video and audio. What’s the process for doing that with this theme? Thanks!

    Love this theme. I have a logo at the top of the page that needs to go where this theme puts the title. I’d like to just place an ad where the header image is. Is that doable? Also, I need to host multiple rss feeds from the site. I want one just for the site, one ofr a weekly podcast, and I’d like to add more feeds for additional podcasts both video and audio. What’s the process for doing that with this theme? Thanks!

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi, you can add your own logo and fav icon via theme option.
      @adding multiple feed
      - should be easy by opening lib/templates/social-box.php…you can hardcoded the required link there like

      <p class="rss"><a title="<?php _e('Subscribe to rss feed', TEMPLATE_DOMAIN); ?>" href="<?php if( get_theme_option('rss_feed') ): ?><?php echo stripcslashes( get_theme_option('rss_feed') ); ?><?php else: ?><?php echo bloginfo('rss2_url'); ?><?php endif; ?>">&nbsp;</a></p>  
      <!-- add below code -->
      <p class="rss"><a href="VIDEO FEED LINK HERE">&nbsp;</a></p>  
      <p class="rss"><a href="PODCAST FEED LINK HERE">&nbsp;</a></p> 
      

      and delete the remaining unused social code link.

      cheers

      hi, you can add your own logo and fav icon via theme option.
      @adding multiple feed
      - should be easy by opening lib/templates/social-box.php…you can hardcoded the required link there like

      <p class="rss"><a title="<?php _e('Subscribe to rss feed', TEMPLATE_DOMAIN); ?>" href="<?php if( get_theme_option('rss_feed') ): ?><?php echo stripcslashes( get_theme_option('rss_feed') ); ?><?php else: ?><?php echo bloginfo('rss2_url'); ?><?php endif; ?>">&nbsp;</a></p>  
      <!-- add below code -->
      <p class="rss"><a href="VIDEO FEED LINK HERE">&nbsp;</a></p>  
      <p class="rss"><a href="PODCAST FEED LINK HERE">&nbsp;</a></p> 
      

      and delete the remaining unused social code link.

      cheers

      • Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

        Thanks so much! I’ve checked the theme options and can’t see an area to replace that big champions header image. Do I have to to edit in some other way to change it to my own image?

        Thanks so much! I’ve checked the theme options and can’t see an area to replace that big champions header image. Do I have to to edit in some other way to change it to my own image?

        • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

          you can change the header in dashboard -> appearence -> header
          cheers

          you can change the header in dashboard -> appearence -> header
          cheers

  2. Amna Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hi,

    I find that your themes conflict with the headspace seo plugin ..I tweaked the code in the header.php file but even then it is not working. Can you please suggest a solution for this problem.

    Hi,

    I find that your themes conflict with the headspace seo plugin ..I tweaked the code in the header.php file but even then it is not working. Can you please suggest a solution for this problem.

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi amna, everything seem working in my end. i’m using latest headspace2 seo plugin. did the error happen on redoger theme or charmer theme or both? replying on you other question also.

      hi amna, everything seem working in my end. i’m using latest headspace2 seo plugin. did the error happen on redoger theme or charmer theme or both? replying on you other question also.

  3. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Thanks so much for your quick replies! I’d like to add a video to this homepage in the right sidebar. It would be an embedded video either from ustream or from youtube. Is this doable?

    Thanks so much for your quick replies! I’d like to add a video to this homepage in the right sidebar. It would be an embedded video either from ustream or from youtube. Is this doable?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi i think its possible to use video embed iframe on default wp text widget.

      hi i think its possible to use video embed iframe on default wp text widget.

  4. piyush Redoger http://www.magpress.com/wordpress-themes/redoger.html

    awesome themes i just loved it…:) and i am thinking to download it ..:)

    awesome themes i just loved it…:) and i am thinking to download it ..:)

  5. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    By the way why don’t the page numbers at the bottom of the homepage work? If you click page 2 or next page it goes to a dead link.

    By the way why don’t the page numbers at the bottom of the homepage work? If you click page 2 or next page it goes to a dead link.

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      are you using default wp permanlink? if yes just open lib/templates/paginate and replace ‘/page/%#%’ with ‘?page=%#%’

      are you using default wp permanlink? if yes just open lib/templates/paginate and replace ‘/page/%#%’ with ‘?page=%#%’

  6. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Ok so I replaced the code and now when you hit page 2 or next page it just reloads the home page again. Did I do something wrong?

    Ok so I replaced the code and now when you hit page 2 or next page it just reloads the home page again. Did I do something wrong?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      did you try resave the permalink again? also save the post per page option again in admins dashboard -> settings -> readings

      did you try resave the permalink again? also save the post per page option again in admins dashboard -> settings -> readings

  7. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    So I resaved the paginate file and now it says this at the bottom of the page instead of having page numbers:

    Parse error: syntax error, unexpected ‘=’ in /home/content/c/i/n/cinegeek/html/wp-content/themes/redoger/lib/templates/paginate.php on line 19

    So I resaved the paginate file and now it says this at the bottom of the page instead of having page numbers:

    Parse error: syntax error, unexpected ‘=’ in /home/content/c/i/n/cinegeek/html/wp-content/themes/redoger/lib/templates/paginate.php on line 19

  8. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    I had to replace with the unedited paginate because not only did I get the error but the change also made my sidebar menus disappear.

    I had to replace with the unedited paginate because not only did I get the error but the change also made my sidebar menus disappear.

  9. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Sorry to keep posting but I’m finding little issues here and there I’m trying to work out. Now I notice that the twitter button on posts on the main page and on individula posts only tweets the name of the page and not a link to it. Where do I change that?

    Sorry to keep posting but I’m finding little issues here and there I’m trying to work out. Now I notice that the twitter button on posts on the main page and on individula posts only tweets the name of the page and not a link to it. Where do I change that?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi try redownload the theme, redoger version 1.1 and replace lib/template/paginate.php and share-box.php with you current one.

      hi try redownload the theme, redoger version 1.1 and replace lib/template/paginate.php and share-box.php with you current one.

  10. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Ok I replaced the two files and now when I click to go to page 2 page 1 just reloads. The tweet button is working properly now though.

    What next?

    Thanks

    Ok I replaced the two files and now when I click to go to page 2 page 1 just reloads. The tweet button is working properly now though.

    What next?

    Thanks

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      what version of wp you’re using cause everything work fine in my end. check if the total posts can be paginate.
      setting in dashboard -> readings may also effected the paging.

      what version of wp you’re using cause everything work fine in my end. check if the total posts can be paginate.
      setting in dashboard -> readings may also effected the paging.

  11. Kelley Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hi, Working on this theme for someone for http://www.icallsports.com and when we make a new post an image of people is up on each new post on the home page. I don’t want an image to show up at all. How do I stop this?

    Hi, Working on this theme for someone for http://www.icallsports.com and when we make a new post an image of people is up on each new post on the home page. I don’t want an image to show up at all. How do I stop this?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      try open index.php and archive.php line 38+ edit this code

      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>

      to this new code

      <?php if( has_post_thumbnail() ) { ?>
      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>
      <?php } ?>

      cheers

      try open index.php and archive.php line 38+ edit this code

      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>

      to this new code

      <?php if( has_post_thumbnail() ) { ?>
      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>
      <?php } ?>

      cheers

      • Kelley Redoger http://www.magpress.com/wordpress-themes/redoger.html

        Thank you Ronald! Worked like a charm!

        Thank you Ronald! Worked like a charm!

  12. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Is that code for my issue or for Kelly’s? I’m using newest version of WP.

    Is that code for my issue or for Kelly’s? I’m using newest version of WP.

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi stephen, thats for @kelly:)
      ok one more try, download the latest version 1.2.1 ( just update sec ago ) and replace lib/templates/paginate.php and lib/functions/theme-functions.php with your current one. it shoould add trail to paging which cause blank page in some cases.

      hi stephen, thats for @kelly:)
      ok one more try, download the latest version 1.2.1 ( just update sec ago ) and replace lib/templates/paginate.php and lib/functions/theme-functions.php with your current one. it shoould add trail to paging which cause blank page in some cases.

  13. Tulungagung Redoger http://www.magpress.com/wordpress-themes/redoger.html

    wow..you guys really had tons of great free themes. one of the best theme directory. thanks for the share

    wow..you guys really had tons of great free themes. one of the best theme directory. thanks for the share

  14. ipek Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Why not work on my Gallery Slider Settings

    Why not work on my Gallery Slider Settings

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      check if any plugin conflicted with the gallery js. try deactivate one by one.
      if not recheck if the enable featured gallery is enabled in theme options.

      check if any plugin conflicted with the gallery js. try deactivate one by one.
      if not recheck if the enable featured gallery is enabled in theme options.

      • ipek Redoger http://www.magpress.com/wordpress-themes/redoger.html

        They have no problem,I think another problem

        They have no problem,I think another problem

        • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

          hi make sure you clear either one of the post id or category id list in theme option slider settings. like say you want to use post id featured list, you must clear
          the category featured list first..vice versa.

          hi make sure you clear either one of the post id or category id list in theme option slider settings. like say you want to use post id featured list, you must clear
          the category featured list first..vice versa.

  15. Kai Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hello, yesterday ive installed this theme, it’s really amazing but having one issue with it.

    When we do this action on website “Ctrl+ up key or Ctrl+Scroll up” The sidebar 2 is splitting and goes to footer, there’s any way to solve this issue?
    You can try this action on demo version of this theme too
    Please it’s really urgent, help me guys
    Sorry for bad English

    Hello, yesterday ive installed this theme, it’s really amazing but having one issue with it.

    When we do this action on website “Ctrl+ up key or Ctrl+Scroll up” The sidebar 2 is splitting and goes to footer, there’s any way to solve this issue?
    You can try this action on demo version of this theme too
    Please it’s really urgent, help me guys
    Sorry for bad English

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi kai, using the ctrl+up and scrollup seem fine in my end.
      make sure your browser or monitor support 1024px and more. the theme used media query for smaller screen like ipad or iphone so it will auto adjust when in smaller browser view. in your case the footer split to footer then your browsing resolution maybe under 758px wide. this is normal default reaction for the theme. cheers

      hi kai, using the ctrl+up and scrollup seem fine in my end.
      make sure your browser or monitor support 1024px and more. the theme used media query for smaller screen like ipad or iphone so it will auto adjust when in smaller browser view. in your case the footer split to footer then your browsing resolution maybe under 758px wide. this is normal default reaction for the theme. cheers

      • Kai Redoger http://www.magpress.com/wordpress-themes/redoger.html

        Thanks Ronald for quick reply, yes my desktop is fine and other themes working fine for me but ive this issue only with this theme, any suggestion? or should i need to send you screenshots ?

        Thanks Ronald for quick reply, yes my desktop is fine and other themes working fine for me but ive this issue only with this theme, any suggestion? or should i need to send you screenshots ?

        • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

          yes, could you link a full screenshot here? thx

          yes, could you link a full screenshot here? thx

      • Kai Redoger http://www.magpress.com/wordpress-themes/redoger.html

        Even i have same issue when i was on my laptop and that support 1024px and more

        Even i have same issue when i was on my laptop and that support 1024px and more

  16. Kelley Redoger http://www.magpress.com/wordpress-themes/redoger.html

    I am having the same problem as Stephen for http://www.icallsports.com. When I press the page button for page two, nothing happens. I don’t want to try what Stephen did if it’s going to mess up the site. Can anyone help?

    Thanks,

    Kelley

    I am having the same problem as Stephen for http://www.icallsports.com. When I press the page button for page two, nothing happens. I don’t want to try what Stephen did if it’s going to mess up the site. Can anyone help?

    Thanks,

    Kelley

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi version 1.2.1 should fix this issue.
      try download the latest 1.2.1 version and replace lib/functions/theme-functions.php and lib/templates/paginate.php

      hi version 1.2.1 should fix this issue.
      try download the latest 1.2.1 version and replace lib/functions/theme-functions.php and lib/templates/paginate.php

  17. mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hi, Really great theme in there and the support is quick.
    I use the theme Redoger and is about a couple hour now im tryin to make appear my youtube video in my frontpage… index.php
    i try to change some line in the index.php but that still dont work. Someone can help me ?

    Hi, Really great theme in there and the support is quick.
    I use the theme Redoger and is about a couple hour now im tryin to make appear my youtube video in my frontpage… index.php
    i try to change some line in the index.php but that still dont work. Someone can help me ?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      try using page instead, create new page and go to settings->reading and set the youtube page as static frontpage.

      try using page instead, create new page and go to settings->reading and set the youtube page as static frontpage.

      • mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

        No cause i want my front page show all my posts and not just video..

        No cause i want my front page show all my posts and not just video..

        • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

          hi, try open index.php line 47+ and edit this code

          <?php get_the_featured_excerpt($excerpt_length=40); ?> 

          edit to

          <?php the_content(); ?>
          

          that should show the embed video in post. cheers

          hi, try open index.php line 47+ and edit this code

          <?php get_the_featured_excerpt($excerpt_length=40); ?> 

          edit to

          <?php the_content(); ?>
          

          that should show the embed video in post. cheers

          • mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

            Almost but if you go check http://www.rebelridez.com/2013 i have all my post with 2 images. I just put one image and the post give me two .. dont know ??

            Almost but if you go check http://www.rebelridez.com/2013 i have all my post with 2 images. I just put one image and the post give me two .. dont know ??

            • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

              that’s odd, the second image shouldn’t be appearing, did you made any edits to index.php?
              try redownload the theme and replace the index.php ( backup your current one first ).

              that’s odd, the second image shouldn’t be appearing, did you made any edits to index.php?
              try redownload the theme and replace the index.php ( backup your current one first ).

              • mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

                Ronald you the best !
                THANK A LOT that working finally

                Ronald you the best !
                THANK A LOT that working finally

  18. VoIP Conference Redoger http://www.magpress.com/wordpress-themes/redoger.html

    I really love the magpress theme from long time. My all the blogs have magpress theme. According to me magpress is the number 1 for wordpress theme. I really appreciate them for there work.

    I really love the magpress theme from long time. My all the blogs have magpress theme. According to me magpress is the number 1 for wordpress theme. I really appreciate them for there work.

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      thanks for the kind word roger :)

      thanks for the kind word roger :)

  19. Dj Waterboi Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hey, is there any way to change the border colors red to a different?

    Hey, is there any way to change the border colors red to a different?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi, you can try this. open style.css add to the bottom of the stylesheet.

      /* navigation color */
      #custom #main-navigation {background:#333;}
      #custom #main-navigation .sf-menu ul {background:#333 none !important;}
      #custom #main-navigation .sf-menu li li {border-bottom:1px solid #444 !important;}
      
      /* sidebar and post header color */
      #custom .post-top, #right-sidebar h3.widget-title, #left-sidebar h3.widget-title {
      background:#333 none !important;
      text-shadow: 0 0 0 transparent !important;
      }
      
      /* remove post header shadow */
      #custom .post-top h1 {text-shadow: 0 0 0 transparent !important;}
      

      change the HEX color accordingly to your own choice.

      cheers

      hi, you can try this. open style.css add to the bottom of the stylesheet.

      /* navigation color */
      #custom #main-navigation {background:#333;}
      #custom #main-navigation .sf-menu ul {background:#333 none !important;}
      #custom #main-navigation .sf-menu li li {border-bottom:1px solid #444 !important;}
      
      /* sidebar and post header color */
      #custom .post-top, #right-sidebar h3.widget-title, #left-sidebar h3.widget-title {
      background:#333 none !important;
      text-shadow: 0 0 0 transparent !important;
      }
      
      /* remove post header shadow */
      #custom .post-top h1 {text-shadow: 0 0 0 transparent !important;}
      

      change the HEX color accordingly to your own choice.

      cheers

      • Dj Waterboi Redoger http://www.magpress.com/wordpress-themes/redoger.html

        where is the style sheet? i dont know one thing about codes lol sorry

        where is the style sheet? i dont know one thing about codes lol sorry

        • Dj Waterboi Redoger http://www.magpress.com/wordpress-themes/redoger.html

          i found it and copied paste where do i go to change da colors?

          i found it and copied paste where do i go to change da colors?

          • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

            hi you need to edit/change the hex color #333 and #444 to your own desired hex color.

            hi you need to edit/change the hex color #333 and #444 to your own desired hex color.

  20. Stephen Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Finally the new version of the theme fixed my issue thanks!

    Finally the new version of the theme fixed my issue thanks!

  21. Freddy Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hi there Ronald and crew. Firstly, I wanted to write a couple of kind words of thanks for all the Magpress themes made available. They’re wonderful.

    I’ve tried several 3-column themes with my QA environment blog (test. instead of www.) I’ve found several of them that format my content OK. However, I can’t figure out how exactly to set the excerpt and/or thumbnnail size on any of them including Redoger, which I’m now using in test.

    I’m pretty adept with UNIX, WordPress, PHP, and all. But none of my tinkering has solved the issue of my images being cropped to something like 540 or 489 by 250 or so. Is there anyway to specify the thumbnail size either globally or per post?

    Again, many thanks.

    -Freddy

    Hi there Ronald and crew. Firstly, I wanted to write a couple of kind words of thanks for all the Magpress themes made available. They’re wonderful.

    I’ve tried several 3-column themes with my QA environment blog (test. instead of www.) I’ve found several of them that format my content OK. However, I can’t figure out how exactly to set the excerpt and/or thumbnnail size on any of them including Redoger, which I’m now using in test.

    I’m pretty adept with UNIX, WordPress, PHP, and all. But none of my tinkering has solved the issue of my images being cropped to something like 540 or 489 by 250 or so. Is there anyway to specify the thumbnail size either globally or per post?

    Again, many thanks.

    -Freddy

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      hi freddy, the images were pulled using the_post_thumbnail ‘large’ size image.
      you can edit the image size prefrence in dashboard->setting->media.

      hi freddy, the images were pulled using the_post_thumbnail ‘large’ size image.
      you can edit the image size prefrence in dashboard->setting->media.

      • Freddy Redoger http://www.magpress.com/wordpress-themes/redoger.html

        Wow! Thanks for the super speedy response!

        That’s good advice. I tried changing those settings, but they’re still being overridden somewhere on the them to wide-aspect cropping.

        Tinkering with index.php, I now replaced the ‘get_featured_post_image’ line entirely., with the_content as I have all my posts pre-formated with the ‘more’ tag already. The images and articles format properly but I’m now left with double images on each excerpt.

        If you look at test.thetruthaboutbartending.com you can see what I’m referring to. Is there now a way to simply get rid of the default thumb?

        Thanks again.

        Wow! Thanks for the super speedy response!

        That’s good advice. I tried changing those settings, but they’re still being overridden somewhere on the them to wide-aspect cropping.

        Tinkering with index.php, I now replaced the ‘get_featured_post_image’ line entirely., with the_content as I have all my posts pre-formated with the ‘more’ tag already. The images and articles format properly but I’m now left with double images on each excerpt.

        If you look at test.thetruthaboutbartending.com you can see what I’m referring to. Is there now a way to simply get rid of the default thumb?

        Thanks again.

        • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

          hi using original index.php try delete this code

          <div class="post-thumb">
          <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
          <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
          </a>
          </div>

          and replace

          <?php get_the_featured_excerpt($excerpt_length=40); ?>

          with

          <?php the_content( __('...read more', TEMPLATE_DOMAIN) ); ?>

          hi using original index.php try delete this code

          <div class="post-thumb">
          <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
          <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
          </a>
          </div>

          and replace

          <?php get_the_featured_excerpt($excerpt_length=40); ?>

          with

          <?php the_content( __('...read more', TEMPLATE_DOMAIN) ); ?>
          • Freddy Redoger http://www.magpress.com/wordpress-themes/redoger.html

            Wow! That’s perfect! You rock! I’ve going to keep tweaking it then consider moving to production =)

            Wow! That’s perfect! You rock! I’ve going to keep tweaking it then consider moving to production =)

  22. mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hey ronald , if i want to inverse my post… I want my new post only show at the last page. is this possible ?

    Hey ronald , if i want to inverse my post… I want my new post only show at the last page. is this possible ?

    • Ronald Redoger http://www.magpress.com/wordpress-themes/redoger.html

      not sure but try this, open index.php and replace this code

      if (have_posts()) : while (have_posts()) :  the_post();

      with

      global $query_string; if (have_posts()) : query_posts( $query_string . '&order=ASC' ); while (have_posts()) :  the_post();

      not sure but try this, open index.php and replace this code

      if (have_posts()) : while (have_posts()) :  the_post();

      with

      global $query_string; if (have_posts()) : query_posts( $query_string . '&order=ASC' ); while (have_posts()) :  the_post();
  23. mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

    Hi i use this theme and i love it… i want to know why on internet explorer 8 and below we dont see the black border at the top with transparency and still dont see the title of my post ??

    Hi i use this theme and i love it… i want to know why on internet explorer 8 and below we dont see the black border at the top with transparency and still dont see the title of my post ??

    • mike Redoger http://www.magpress.com/wordpress-themes/redoger.html

      for now i replace the line of the post entry article with a single color… not a gradient cause seem to dont work…
      #post-entry article .post-top {

      padding: 2% 4%;
      margin: 0px;
      width: 92%;
      float: left;

      background: #1F4F6C;

      for now i replace the line of the post entry article with a single color… not a gradient cause seem to dont work…
      #post-entry article .post-top {

      padding: 2% 4%;
      margin: 0px;
      width: 92%;
      float: left;

      background: #1F4F6C;

Leave a Reply

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

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <span style="">