Wappos WordPress Theme

Wappos is a theme to make the E-commerce site by WordPress.

SEO optimized, multiple widget-ready placement, custom menu, threaded-comments and valid XHTML 1.0 Transitional. For WordPress version 3.0+

You can use this theme for FREE !

Demo

You can try this theme by “Demo” on right side bar.

Screen shot

Wappos theme for WordPress

Features

  • Custom background image/color
  • Custom header image
  • Custom menu
  • Multiple widget-ready placement
  • Threaded comments
  • SEO optimized
  • Valid XHTML 1.0 Transitional

License

GNU General Public License v2.0

Downloads

WapposWappos (Version 1.00)

How to use

Please check Using Themes in WordPress.org.

Comment in this page if you have any impressions, opinions or questions.

89 Responses to Wappos WordPress Theme

  1. What makes this an e-commerce theme?

    • K.Maruyama says:

      This is just a design theme. There are some ways to make e-commerce site with this theme. If you want to sell few product, you may use simple mail form plugin. Moreover, you can use some plugins such as WP e-commerce plugin.

  2. romanto says:

    Thanks a lot !! Nice Theme,I’ll try it on one of my new blog!

  3. Cover Letter says:

    I am from India and i felt Wappos was so simple and sweet for an e-commerce website. I am planning to start one local e-commerce site and it will have this wonderful Wappos!! thanks a lot for sharing this with me..i also have doubt , will Wappos work with wordpress 3.0.4??

  4. Dan Winger says:

    I like the Wappos theme very much and would like to use it. However, I have one problem with it.
    Please look at the following 2 URLs:
    http://www.freeonlinestorecoupons.com/
    http://www.freeonlinestorecoupons.com/page/
    You will see that when I make a page (not a post), the main center
    column becomes wider and left side column disappears.
    Can this be fixed to show the left menu column when making a page?
    I do not know php code and need help.
    Thank you.

    • K.Maruyama says:

      You just change two places in “page.php”.

      1. Search this place

      7
      
      <div class="singlecolumn">

      and replace to

      7
      
      < div class="maincolumn">

      2. Search this place

      21
      22
      
      		</div><!--// maincolumn -->
      	</div><!--// main -->

      and change to

      21
      22
      23
      
      		</div><!--// maincolumn -->
      		<?php get_sidebar(); ?>
      	</div><!--// main -->

      That’s all.

  5. Nancy Fox says:

    Wow, terrific help it is so hard to find direct step by step help anywhere else on the web, other than you folks plugged into WP. thank you

  6. Angel Rivera says:

    Yes it seem to me it was great help too, but when I followed the steps, more than once to be sure I did it correctly, it didn’t work for me. I do have categories, Archives, Blogroll, Meta and Pages on the sidebar, but banners won’t show or anything I try to apply. Can I get help please. Thank you

  7. Angel says:

    Okay.. I got it! All I had to do was add ‘left’ in the parentheses! Now I’ve got two sidebars. The step by step is a terrific help.
    Thank you

  8. Kathy says:

    I would like to remove the PAGES, ARCHIVES,AND META on the left sidebar. And would like to place my own items. How do I do this?

    • Jenni says:

      Under “Appearance” go to the “Widgets”. They are drag and drop so you can add and remove the pre-made ones or make your own menu. Hope that helps, I’m pretty new to this myself.

  9. Cheolsu says:

    It’s a wonderful theme! Arigato.

  10. Jenni says:

    I am trying to edit the tagline font. I apologize if this is the wrong place to ask. I’d like to change only the tagline, not the whole page. I’m VERY new to CSS and HTML and just trying to learn as I go. Is there any way to change just the tagline?

    Other than that, it is an EXCELLENT theme. I’m really loving the setup and think it will work well for my business.

  11. Kathy says:

    When clicking on url links on my posts and pages, the link opens on the same tab. I would the the link to be opened on a new tab . How do I do this?

    • Maru says:

      Which link do you want to open on new tab? Please tell me detail.

      For example, if you want to open all post links in archive page (include top page) on new window, edit index.php like this.

      30
      
      			<h2 class="post_title"><a href="<?php the_permalink() ? rel="nofollow">" rel="bookmark" title="<?php echo $title; ?>" target="_blank"><?php echo $title; ?></a></h2>
  12. Arun says:

    This is a nice theme and I really like the background. Thank you, I will install it one of my sub domains.

  13. Beth says:

    Hello! I am really enjoying this theme so far, thank you for creating it! Is there a way for me to exclude certain pages from the navigation bar on top? Thank you for your time!

  14. Beth says:

    Okay, never mind – I just figured out not only what the “new” custom menu feature is on WordPress but how it works as well. And that fixed my problem – I’m able to override the default menu with my own. Thanks for the great theme, I’m loving it so far.

  15. [...] almente hace unos instantes buscando tutoriales sobre optimizacion de plantillas html: xD Theme Name: Wappos Theme URI: WordPress WordPress ver como lo bajas xq esta todo en chino pero ahy tienes la idea xD … La inteligencia resuelve los pr [...]

  16. 山田 真人 says:

    はじめまして。 このサイトのWapposテーマがとてもキレイでブログに使わせていただきたく、インストールさせていただきました。
    固定ページのいくつかをヘッダーのメニューリストに表示したくなかったため WEBで調べたところ

    $pageslist = wp_list_pages(‘title_li=&echo=0′);

    $pageslist = wp_list_pages(‘title_li=&exclude=表示しないページのIDの数字,=&echo=0′);
    に変更するべしとの文献にたくさんあたりましたので
    wapposのテーマ編集で探したのですが そのような構文がみつかりませんでした。 目的(メニューから任意のIDの固定ページを取り除く)を達するためにどのようなことをすればよいのかご教授願えますでしょうか?
    お手数をおかけいたします。

    • Maru says:

      はじめまして。ヘッダーのメニューですが、カスタムメニュー機能に対応しています。管理ページのサイドメニュー「概観→メニュー」に進み、ヘッダーに表示したい固定ページを指定する形をとってください。
      WordPressのカスタムメニューについて詳しく知りたい場合は
      「wordpress カスタムメニュー」
      で検索していただくといろいろな情報が出てきます。

  17. 山田 真人 says:

    管理人様
    親切に教えていただきありがとうございました。
    このような便利な機能があったことすら知らなかったです><

  18. mimi says:

    インストールさせて頂きました。
    カスタムヘッダーのサイズを大きくしたいのですがどうしたらいいでしょうか?
    それと、記事タイトル部分がブルーになっているのですが、そこの色を変更するのがどこだかわかりません・・・

    すみません。

    よろしくお願いします。

    • Maru says:

      返信遅くなってしまいすみません。

      カスタムヘッダーのサイズを変更するには、functions.phpの107行目、108行目の”HEADER_IMAGE_WIDTH”、”HEADER_IMAGE_HEIGHT”の値を変更してください。

      107
      108
      
      define('HEADER_IMAGE_WIDTH', 160);
      define('HEADER_IMAGE_HEIGHT', 90);

      記事タイトルの色(リンク)を変更するには、スタイルシート(style.css)に設定を追加してください。

      708
      709
      710
      
      .post_title a {
      color:#000000;
      }
  19. [...] Wappos Theme Tyler Hubbards long run No Comments by admin on May 23, 2011  •  Permalink Posted in WOW Arena Tagged wow arena st [...]

  20. Paul Hooper says:

    I love your theme It’s excellent and easy to use and adapt. I have one problem. The results for a Tag search are repeated and the formatting is a mess. I expect this is something I have done wrong. Please could you take a look and help me out.http://www.theelectricfireplace.co.uk/wp/?product_tag=brass

  21. [...] key to the offices mission, McGrath didnt see her job as simply making cuts. Workforce reductions,Wappos Theme. she said, have to be done strategically. If you start taking numbers off the top, you may end up [...]

  22. [...] gemmed and reforged, the comparison is 63 Agi, 119 crit rating and 54 hit rating vs. 198 mastery,Wappos Theme. and thats a win for the Legguards, more so after you replace Fluid Death and lose its boatload of [...]

  23. [...] RSS subscribe to posts or subscribe to comments Powered by WordPress using the Wappos Theme Copyright © 2011 xbox marketplace Product Reviews: xbox marketplace Evaluate. All Rights [...]

  24. [...] RSS subscribe to posts or subscribe to comments Powered by WordPress using the Wappos Theme Copyright © 2011 xbox 360 portable Product critiques: xbox 360 portable Examine. All Rights [...]

  25. [...] for mana conservation.Arcane Barrage is far more useful during leveling than it is at end game,Wappos Theme. becoming a spell you only use while [...]

  26. poprich says:

    May I get your help about Wappos? Pleasse.

    The main center column becomes wider and left side column disappears.
    Can this be fixed to show the left menu column when making a page?

    I use WP 3.2 version and follow your step on your website, but it does not work.

    The code in my page.php is as follows:
    ─────────────────

    <div id="post-” >

    <?php the_content('’ . __(‘Read the rest of this entry »’, ‘wappos’) . ”); ?>

    ────────────────────
    Any help form you would be very appreciated. Thank you again.

  27. [...] most basic Force techniques Wappos Theme, requiring mastery over self. Control was the first basic abilities to be learned by a [...]

  28. Gordon says:

    Please allow me to ask some questions:

    1. How to increase or decrease the font size for the articles posted.
    2. How to change the color of the fonts for the articles posted.

    Thank you very much.

  29. [...] just the second week of raiding runescape store , we had a couple of days to work on the end boss,Wappos Theme. Ragnaros, to iron out strategy and get used to the mechanics of the fight. Im hopeful that well [...]

  30. Gordon says:

    Thank you for your kindness. I add the following codes onto the style.css.
    But the codes do not work. Could you please teach me the ways about how to change the font size and font color of posted articles. Thank you so much for your help.

    #main {
    font-size: 20px;
    color: #000000;
    }

    Where should the codes be put in the style.css?
    Maybe I put them with the wrong place in the style.css.
    Thank you again.

  31. Thao says:

    Hi,
    May I get help with the wappos theme?
    I really like this theme but the problem occurs when I activate the wp-ecommerce plugin (both version 3.8.4 and 3.8.5). Whenever I activate this plugin, there is an error and I can’t access the admin page. If I delete the wp-ecommerce plugin, the wp admin site works again. Is this because Wappos doesn’t work with this plugin’s new versions.

    I’m using the latest wordpress version 3.2.1.

    And I’m very new to wordpress and even web design.

    Thanks for your help.

  32. Mingma lama says:

    Hi , Congrats ! it a grate theme …
    How to create a Wappos child theme ….i tried and have problem ..error says
    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    Wappos child theme The parent theme is missing. Please install the “my Wappos” parent theme.

    Thank you .

  33. Mingma lama says:

    this is how it looks in my style.css

    /*
    Theme Name: Wappos child theme
    Description: Child theme of Wappos theme
    Template: Wappos
    Version:01
    */

    @import url(“../wappos/style.css”);

    Pls anyone tell me what am missing or what am doing wrong ?
    Thank you

  34. Randy says:

    how do I remove the left column on posts. It currently has “Categories” and then list my posts underneath. I want to eliminate the entire column, or at the very least be able to change the name. Thanks, here is the link to the post. http://www.razorelectricscootersite.com/category/reviews

  35. abbas says:

    i do love wappos theme, but now the display option on the dashboard >>appearance >> background has disappear, would you please help me, i’m new bee

  36. I love your theme It’s excellent and easy to use and adapt

  37. hostgator says:

    Thank you for your kindness. I add the following codes onto the style.css.

  38. Thank you for your kindness. I add the following codes onto the style.css.
    But the codes do not work

  39. tv led says:

    May I get your help about Wappos? Pleasse.

    The main center column becomes wider and left side column disappears.
    Can this be fixed to show the left menu column when making a page?

  40. Under “Appearance” go to the “Widgets”. They are drag and drop so you can add and remove the pre-made ones or make your own menu.

  41. Alan UK says:

    Hi Just getting my head around the theme. How do I change the currency from ‘$’ to ‘£’ ?
    Thanks
    Al.

  42. はじめまして。ヘッダーのメニューですが、カスタムメニュー機能に対応しています。管理ページのサイドメニュー「概観→メニュー」に進み、ヘッダーに表示したい固定ページを指定する形をとってください。

  43. [...] RSS subscribe to posts or subscribe to comments Powered by WordPress using the Wappos Theme Copyright © 2012 Jewelers Directory. All Rights [...]

  44. [...] RSS subscribe to posts or subscribe to comments Powered by WordPress using the Wappos Theme Copyright © 2012 Jewelers Directory. All Rights Reserved. /* [...]

  45. Chuck says:

    i am having trouble with the spacing of fields in the main store pages. Especially with the “Manufacturers” column. Everything seems to be jumbled up in a little space and sometimes flowing over.
    Can you help me?

  46. cursos fpo says:

    I like the Wappos theme very much

  47. I have been using the new Socrates Theme for WordPress for a few months now and I really like it. In fact, I am using it on all my my new WordPress installations and even going back and installing it on existing sites, because it is so much easier to use than my other premium Internet marketing themes like Affiliate Theme or Flexsqueeze. Socrates has a very simple interface and you just go through the five step checklist and you are finished. With the other themes I was always spending too much time fiddling around with the layout and deleting options I didn’t want, and then trying to figure out how to activate the features I did want. With the Socrates WordPress Theme it is a five minute job.

  48. russ says:

    any way to remove the admin-bar option? I’ve removed the wordpress admin bar from the site but there is still a div there to hold it.

  49. thanks for the theme.s

  50. PHENANDYS says:

    GREAT THEME! But how can I CHANGE the BLUE colour around the HEADER AND THE FOOTER.

  51. hi!,I love your writing so much! proportion we be in contact extra approximately your article on AOL?
    I require an expert on this space to solve my problem. Maybe that is you!
    Looking ahead to look you.

  52. Alfie says:

    Hi! Firstly, a compliment on the Wappos theme which I am using for my site.
    Quick question –
    How can I align a banner so it displays to the right of the ‘search’ bar?
    I have placed the banner code already in header.php and it is displaying, but out of position. I just need to edit the css stylesheet correctly. Regards. Alfie

  53. Lolipop says:

    how to make the drop down menu color different ? and how to add a banner after the menu bar ? thanks

  54. Simply wish to say your article is as amazing. The clarity in your publish is simply
    great and that i could think you are an expert on
    this subject. Well with your permission let me to clutch your feed to
    keep up to date with forthcoming post. Thanks a million and please carry on the
    rewarding work.

  55. uwe sokrates says:

    thanks for this theme its great particular for search engines.
    I have two questions.
    1. I have left and right sitebar but as i look a page the left sitebar is gone. how i can i have them also as i see a site and not ony main page.
    2. I want use empty right space for a banner, but cut not get it in. without do destroy the design. thanks so much for you help. and please let me know as there is anything i can do for you.

  56. This really is the 3rd blog, of your site I
    really checked out. However , I actually enjoy this 1, “Wappos WordPress Theme | JUSANYA” the very best.
    All the best -Melina

  57. Dian Sinaga says:

    How can I move the shopping cart from widget to header??
    Thanks b4.

  58. Kamil says:

    Why the images (WordPress`s MonsterID) by comments are invisible?

  59. I’m a student just trying to learn more about this business along with I truly enjoyed reading it. Continue the nice work! The info has been so very much appreciated!

  60. Hi There,I think this is site is very interesting and among the better
    things I’ve read this week. But I want to say that your website style is ideal, the articles are really nice. Wonderful Job… Appreciate it!

  61. I leave a comment each time I like a post on a site or I
    have something to valuable to contribute to the discussion.
    It’s caused by the sincerness communicated in the article I looked at. And on this article WordPress テーマ Wappos | JUSANYA. I was actually excited enough to post a leave a responsea response :-) I do have 2 questions for you if it’s okay.
    Is it simply me or do a few of the remarks appear like
    left by brain dead visitors? :-P And, if you are posting at other online
    social sites, I’d like to follow everything fresh you have to post. Could you list every one of your community sites like your twitter feed, Facebook page or linkedin profile?

  62. ストレートを着用または身構えて下さい着用できるまたは押さダウン脚は少し。それに等しい、スピーディ金融貯蓄$40、しないように言及コスト削減以上複数クリーニング。それがすることができます二度方法も遅く件中表示は長期脚。彼らができるに気づいた上女性と女性で高い学校、学校とオフィス同様。

  63. phoenix az says:

    This post is priceless. When can I find out more?

  64. Useful info. Fortunate me I found your website by chance, and I’m stunned why this twist of fate didn’t took place earlier!
    I bookmarked it.

  65. Hey there would you mind stating which blog platform you’re working with?

    I’m planning to start my own blog soon but I’m having a tough time

    deciding between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is

    because your layout seems different then most blogs and I’m looking
    for something completely

    unique. P.S Sorry for being off-topic but I had to ask!

  66. Dustin says:

    farmacia on line works by increasing the number of
    STD s.

  67. Hey there! I understand this is somewhat off-topic
    however I had to ask. Does running a well-established website like yours require a lot of work?
    I am completely new to blogging however I do write in my journal every day.
    I’d like to start a blog so I will be able to share my own experience and feelings online. Please let me know if you have any kind of ideas or tips for new aspiring blog owners. Thankyou!

  68. personal injury attorney says:

    Nice post. I used to be checking continuously this weblog and I am inspired!

    Very helpful info specially the ultimate part :
    ) I handle such information a lot. I was looking for this certain information for
    a long time. Thank you and best of luck.

  69. I haven’t checked in here for a while because I thought it was getting boring, but the

    last few posts are good quality so I guess I will add you back to my daily bloglist.

    You deserve it friend :)

  70. These include headaches, indigestion and an occasional blue tinge to the user’s vision. Initially, farmacia on line was being promoted by everyone from urologists to drug company analysts as the new miracle drug destined to help solve millions of Americans’ sexual problems.
    Are you reluctant to purchase prescription drugs by funding” awareness” campaigns,
    with their corporate logos attached. The drug restored sexual response in
    three to four minutes.

  71. Florence says:

    High quality specimens fetch thousands of dollars worth of
    therapy to reverse the negativity brought about by the use of farmacia on line and 120 tablets of
    Cialis.

  72. 排名優化 says:

    Howdy! I simply want to give an enormous thumbs up for the nice info you’ve got right here on this post.

    I will likely be coming again to your blog for extra soon.

  73. You actually make it seem so easy with your presentation but I find this matter to be really something that I feel I might by no means understand. It seems too complex and extremely extensive for me. I am looking ahead for your subsequent publish, I’ll try to get the grasp of it!

  74. さらにで、することができます使用このコートたびに、雨または輝き。ない本格的な黄疸兆候や症状、独特のつやのない肌が。ただし選び出す、適切なエンタープライズではない、楽努力。その他調査する必要がありますが実施がレポートとして有望であります。

  75. 不要なと言うには、別数量ヨガの適用。実際には深刻な足の爪の真菌の微生物感染通常外用オイルには返信しないでアプリケーション。LV 発明者のプレートと、レザー体とセットでリベット、入り口袋の。これらソートの招待状する必要がありますに独特。

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> <pre lang="" line="" escaped="" highlight="">

Languages

Theme Demo