GFXedit.com

May
15

Internet-Market Wordpress Theme

Internet-Market Wordpress 2.0 ThemeInternet-Market is another great Design by Luka cvrk. This is three column professional theme ideal for blogging as well as corporates. As it gives more space, it can easily show up more ads without messing up the theme. Supports Wordpress 1.5 - 2.0x.

Notes:

  • Automattic widget support
  • Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
  • Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
  • For any sort of problems / suggestion / theme customization, Please contact us.

Preview : http://www.sreejith.net/index.php?wptheme=Internet-Market

Download : Internet-Market v1.0 (40.3 KB) (Mirror)

Posted under Wordpress Themes |

31 Comments

  1. Stor says:

    I’m waiting for widgets support for this absolutely great theme!!!! :D

  2. Sreejith says:

    Widget Support added.

  3. nile says:

    I would LOVE to use this theme on my new site, but I am having trouble with my AdSense ads in the sidebar. I am currently using text widgets and the ad rotation widget for my advertising, but in this theme, the advertising is cut off. Any idea what’s causing this?

  4. Sreejith says:

    Could you show me your website, nile ?

  5. Henrik Buchwald says:

    What do I have to put instead to get links working?

    function widget_links($args) {
    // This ONLY works with li/h2 sidebars.

    get_links_list();
    }

  6. Daun says:

    Sorry my english is not good..
    Well i test this theme and find that is not Valid XHTML 1.0 Transitional.

    Can someone fix it ? Here is the result of testing it
    http://validator.w3.org/check?uri=http%3A%2F%2Fqunet.no-ip.org%2Fwordpress%2F

  7. Deeks says:

    I just installed your theme and it looks great. A couple of questions:

    1) Is it possible to use widgets for both sidebars? I only see widget customization for the right sidebar.

    2) How do you change the tagline next to the search box at the top of the page?

    3) I would like to put small banner after the header but I cannot find the break? How do I do this?

    Thank you so much for any help and the great theme. As you can see, I am not a programmer but I do my best.

    Jim

  8. Sreejith says:

    Deeks,

    1) I have not much with experience with the widgets so I can’t say if they can. Ofcourse we can create a custom options for the themes but I really don’t have time right now. Perhaps next month.

    2) Open you index.php file and search for “Explore the possibilities!” remove that and add anything you like. :)

    3) Find <div class="header_bottom"></div> . Anything you like.

    Hope that helps,
    - Sreejith

  9. Deeks says:

    Thanks for your help. As you can see I am fairly new to CSS but slowly learning.

    Again, nice theme.

    Jim

  10. angela says:

    I noticed the paragraphs dissapear in this theme.
    How do i change it to recognise the paragraphs when i post in wordpress..

  11. feeding change » More non-writing tasks struck off the list says:

    [...] So, what else can you do when you have a looming deadline and your story is stuck in the mud? Play with your blog template! As you can see, I’ve fiddled around with the design here and now have a great new template (with a really lame name – Internet Market Wordpress Theme?!) I added a few navigation tweaks at the top to let users get back to my website. Swapping around templates is really easy in Wordpress and that’s one thing I’m really liking about this blogging software. I like the template for now, but we’ll see how long it lasts – that name really irks me. [...]

  12. kim says:

    i would like to have the meta thing added into the left side of the column, under ‘archives’. may i know how to do it?

  13. lol says:

    i am getting
    “Warning: Invalid argument supplied for foreach() in /home/sharmapu/public_html/wp-content/themes/Internet-Market/sidebar.php on line 8″
    is there any fix for this?

  14. Sreejith says:

    Try reuploading the sidebar.php .

  15. Pandian says:

    Hello Sreejith,

    I want to thank you for making a theme that i can use. I appreciate the ease and convenience of this theme. But i have just one noob question to ask, and thats is how to display the post in a summary format instead of the whole content in the home/index page?

    If the visitor wants to know more they will have to click on the title or a read more text links placed at the bottom of the post. Its just a short customizeable length of summary and not a title headlines. Please advise me on how to do this and ill work on it.

    Thank you.

  16. Pandian says:

    Hi Sreejith,

    Im not sure what happened to my cooment i posted earlier. But anyway i must say thanks for the great theme. I love it.

    Regards,

    Pandian

  17. Sreejith says:

    Perhaps you should refer to Wordpress Forums for that, Pandian :)

  18. Sreejith says:

    Open your index.php look for this

    <h2><?php _e(’Archives’); ?></h2>
    <ul class="menu">
    <?php wp_get_archives(’type=monthly&show_post_count=0′); ?>
    </ul>
    <?php } ?>

    add this code below the above code.

    <h2><?php _e(’Meta’); ?></h2>
    <ul class="menu">
    <?php wp_register(); ?>
    <li><a href="<?php bloginfo(’rss2_url’); ?>" title="<?php _e(’Syndicate this site using RSS’); ?>"><?php _e(’<abbr title="Really Simple Syndication">RSS</abbr>’); ?></a></li>
    <li><?php wp_loginout(); ?></li>
    <li><a href="http://validator.w3.org/check/referer" title="<?php _e(’This page validates as XHTML 1.0 Transitional’); ?>"><?php _e(’Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>’); ?></a></li>
    <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    <li><a href="http://wordpress.org/" title="<?php _e(’Powered by WordPress, state-of-the-art semantic personal publishing platform.’); ?>">WordPress</a></li>
    <?php wp_meta(); ?>
    </ul>

  19. mirc says:

    Perhaps you should refer to Wordpress Forums for that, Pandian :)

  20. alex says:

    Hello. Great theme. Please, a hint.
    How can I make to display categories numbers near their title because when I use:

    wp_list_categories('sortby=name&show_count=1')

    the number is under the name of category and it breaks the menu style.

    Thank you.

  21. VhailorZ says:

    is it possible to increase the width of the middle column?I’ve played around with the .css but only manage to stuff it up. Please help. Thanks

  22. Sreejith says:

    VhailorZ, its a fixed width theme, so inorder to increase the width you need to increase width of few classes like container, content

    Also this will mess up the design as the images in the background are again fixed.

  23. Tabitha says:

    Hi,

    Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change!

    http://www.edutainment.com.au/modx/assets/images/IE7-browser.gif

    Thanks

  24. Jacques says:

    Hi,

    I am having the same problem as Tabitha, the header is misaligned and I can’t figure out what to change to correct it.

    my site

    Thanks

  25. evden eve nakliyat says:

    Hello Sreejith,

    I want to thank you for making a theme that i can use. I appreciate the ease and convenience of this theme. But i have just one noob question to ask, and thats is how to display the post in a summary format instead of the whole content in the home/index page?

    If the visitor wants to know more they will have to click on the title or a read more text links placed at the bottom of the post. Its just a short customizeable length of summary and not a title headlines. Please advise me on how to do this and ill work on it.

    Thank you.

  26. evden eve nakliyat says:

    Hello. Great theme. Please, a hint.
    How can I make to display categories numbers near their title because when I use:

    wp_list_categories(’sortby=name&show_count=1′)

    the number is under the name of category and it breaks the menu style.

    Thank you.

  27. güzel sözler says:

    Hi,

    Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change!

    http://www.edutainment.com.au/modx/assets/images/IE7-browser.gif

    Thanks

  28. mırc says:

    Looks great in most browsers, but how do you stop the menu doing this in IE 7? Been driving me absolutely mad trying to work out what to change! http://www.mirctr.org

  29. Bodrum says:

    is it possible to increase the width of the middle column?I’ve played around with the .css but only manage to stuff it up. Please help. Thanks

  30. faceturk says:

    What do I have to put instead to get links working?

    function widget_links($args) {
    // This ONLY works with li/h2 sidebars.

    get_links_list();
    }

  31. ISO 9001 says:

    Hello. Great theme. Please, a hint.
    How can I make to display categories numbers near their title because when I use:

    wp_list_categories(’sortby=name&show_count=1′)

    the number is under the name of category and it breaks the menu style.

    Thank you

RSS feed for comments on this post. | Trackback

Leave a comment »

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .

« Automattic WordPress Widgets Support Soon |
| OnlineBusiness WordPress theme »