Comet

A very classy, lightweight, and content-focused theme with a lot of features to customize everything to your liking. Theme options with 7 different color schemes and the ability to change things like fonts, logo, custom widgets, etc. Dropdown menu for fast and space-saving navigation.

DownloadPreview

    205 ResponsesLeave one →

    1. Can’t wait to try this one out.. It’s so nice and clean. O.O

      Reply
    2. I love everything about this theme. Thank you for it.

      Reply
    3. This is a lovely theme, I’m using it on my website but have one little problem. I use the Tweetmeme and Facebook ShareCount plugins and for some reason this theme won’t allow for these buttons to appear on single posts, but they do appear on the main website. Is there any way to fix this?

      Thank you for a great theme!
      Omar

      Reply
      • This was a tricky problem, but I finally managed to find out what was wrong. I have uploaded a new version of Comet (1.1.1) to WordPress that fixes the problem, it just need to get approved.

        Reply
    4. Myself

       /  January 29, 2010

      What about making the option to exchange the sidebar to the left side and vice-versa? Is that possible?

      Cheers for making this nice and simple theme! :)

      Reply
    5. Please can you let me know how to change the font of the Blog title, or install a logo?
      The rest of the site is just great, so simple and by far the most functional and well laid out in all the WP themes. Thanks for your great theme.

      Reply
      • You change the font of the blog title in theme.css, under “.header h1″. You can add a logo by uploading it somewhere and then paste the URL to it on the theme options page.

        Reply
    6. Hi Matt – I have tried both of those but unfortunately neither are working, any ideas?

      Reply
      • Melanie | Berlin

         /  February 6, 2010

        … I have the same problem. The background image works wonderfully, but I can’t install a logo (have tried several formats). Instead it says: Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /WWWROOT/164781/htdocs/wp-content/themes/comet/functions.php on line 36 … what can I do? Thank you & dankeschoen!

        Reply
        • Melanie

           /  July 5, 2010

          Hi Matt, I’ve just pressed the “update” button that was highlighted in wordpress to change from the last comet version to the new one. Now all the changes (and there are a lot) and modifications are gone, and my website looks totally different. Can I, please, reverse the process?! Do you still have the other version of comet? Can’t think of going through weeks of work again … Please help!

          Reply
      • Melanie: it seems your server does not allow the getimagesize() function in PHP, so I guess I would have to remove the function.

        Reply
    7. I am searching for “header h1? in the Header (header.php), is this correct? Sorry, I am new to this and still learning. Really appreciate your guidance.

      Reply
    8. New to blogging just like this theme alot and I want to use it on my first blog.

      Reply
    9. Matt,
      Is there anyway to change the tag line’s color? The grey is being washed out on my sky blue clouds background photo.
      Thank you for your time.

      Reply
      • Yes, just edit theme.css and on the line .header h4
        change color:#858585; to whatever color you want.

        Reply
    10. Matt,
      I apologize for my new blogging ignorance. Where does this editing take place…in settings? in appearances? Is it found in the Dashboard? and Do I need to know the code for the color change? or just type “black”.
      Thank you again,
      Sarah

      Reply
    11. Hello Matt,
      Firstly, congratulations on the design of this very delicate theme.
      A question: I would remove the “recent comments” using widgets in the right column, but I can not. This topic is it available by default? Or am I too neophyte?
      thank you very much,
      Yann

      Reply
    12. Excuse me Matt,
      I discovered how to remove the “recent comments” in the theme options.
      Yann

      Reply
    13. Hi,
      Great theme! Just a question – how about excerpts? Do they work with your theme?

      Reply
      • Excerpts are displayed when viewing categories, tags, or archives. Otherwise full posts are displayed.

        Reply
        • Julio

           /  April 16, 2010

          What about the read more link under the excerpts? can’t find nor customize it in any way

          Reply
          • I admit it’s a little hard to find. If you are using the latest version you find it in basic.css and it’s called .more-link { … }

            Reply
    14. Hi Matt!

      Thank you for the wonderfull Theme, that was what i’m looking for.
      But i have one question: is there any possibility to show pictures, or vids embedded in the posts – if i click on a category? If i click on a catergory the graphic disappears. What can i do?

      Regards
      Martin

      Reply
      • It’s excerpts and not full posts that are shown on archive pages, which is why it’s only text being displayed, but I plan on adding an option to switch it on/off.

        Reply
    15. Thanks Matt,

      I would love this feature! Hopefully you can do this soon ;-)
      ’cause i love this theme.

      Regards
      Martin

      Reply
    16. Hi,
      I would like to join Martin in that request!?

      Regarding the excerpts earlier – can this be changed so as to allow excerpts on your main posts?! Can it be done with a plugin for example?
      Thanks again for a great theme!

      Reply
    17. Love this theme! We’re using it for our wedding website. I found a small bug. When you password protect a page, the right-hand sidebar jumps under the post. I figured out that there was a missing in comments.php, in the part that displays the bit about having to log in to see the comments. Here’s what it looks like now:

      if ( post_password_required() ) { ?>
      This post is password protected. Enter the password to view comments.
      <?php
      return;
      }

      And here’s how it should look:

      if ( post_password_required() ) { ?>
      This post is password protected. Enter the password to view comments.

      <?php
      return;
      }

      Thanks!

      Reply
      • Oops, that code got messed up.

        How it looks now:

        if ( post_password_required() ) { ?>
        <p class="nocomments">This post is password protected. Enter the password to view comments.</p>
        <?php
        return;
        }

        How it should look:


        if ( post_password_required() ) { ?>
        <p class="nocomments">This post is password protected. Enter the password to view comments.</p>
        </div>
        <?php
        return;
        }

        Reply
      • Thanks for the notice and solution, Heather. I will include it in my next update.

        Reply
    18. On individual post pages, there isn’t a “previous post”/”next post” link. Can that be added? If so, where/how?

      Reply
    19. Huh. I seem to also have lost the names of commenters in their comment box — I’m just getting the meta data and not the commenter name. There’s a line for it in the CSS, but it’s not showing up.

      Reply
      • Think I’ve got this one solved. The section for comment authors seems to have had a typo:

        .comment-author { }
        .comment-author .avatar { float:left; margin:0px 10px 0px 0px; }
        .comment-author cite { font-size:12pt; font-weight:bold; font-style:normal; }
        .comment-author span { display:none; }

        The close parentheses on the top line shouldn’t be there, I think — right?

        Reply
      • Actually that’s not a typo. The commenter’s name is always displayed, so I guess you have some kind of bug there.

        Reply
      • Weird — the commenter names weren’t showing up for me, but when I deleted the second } on the top line and added in a closing one after the rest of the comment-author lines, they showed up just fine.

        Reply
      • I find that very disturbing, and a little amusing. CSS is not like PHP, and wrapping brackets around more than one selector should… well, not work ;)

        That line is actually just a placeholder.

        Reply
    20. Sorry for the multiple posts, but I love the theme and want to adopt it and am working with it in testing. Another thought: could there be a link to the comment box towards the top of the comment area? My posts regularly gets over 100 comments and folks may not want to scroll all the way down to the bottom to get to the comment box.

      Reply
      • I have taken a note of link to comment form and next/previous posts link suggestions, might put them in.

        Reply
    21. Regarding the excerpts earlier – can this be changed so as to allow excerpts on your main posts?! Can it be done with a plugin for example?

      Reply
    22. Oh, sorry for the last post, I did not see that the theme was updated! Thanks a lot for including a possibility to change between full/excerpts!

      Reply
    23. But then again – is something not working?! I enabled “excerpts” in your theme with the default way wordpress handles excerpts – I see the “[...]” on my webpage and if I click the post to view the rest of the post, the rest doesn’t show!!
      I would assume that I should be able to see the rest of the post….

      Reply
      • Yes I only just noticed that if you set front page to “excerpt” it doesn’t show the full posts when viewing single. An update has been uploaded and awaiting approval.

        Reply
    24. Great work. Works!! Thank you.
      Is there any way to support characters that do not exist in english? I live in Denmark and we have three characters Æ, Ø, and Å and if I translate several of the .php files into danish, these three characters don’t work…

      Reply
    25. FYI: In several places in the basic.css the term “border-radius” is misspelled as “border-raidus”.

      Reply
      • Thanks for the notice. It’s pure CSS3 and probably won’t be supported for another fifty years, but it’s nice to be prepared ;)

        Reply
    26. Thanks a lot for your support Matt, greatly appreciated!

      Reply
    27. Hi, i tried changing the background color from theme.css but its still gray… how can i change this? beautiful template by the way!

      Reply
      • The color themes override theme.css, so you need to pick a color theme (like grey) and then edit _grey.css.

        Reply
    28. My BLOG use it.. :) Thanks

      Reply
    29. l3v3e

       /  February 16, 2010

      I love this theme! But, I want to change the font size, and I’ve changed everything in style/basic.css, but everything’s the same. What do I have to do? Please, help me! :-)

      Reply
    30. Vanessa

       /  February 16, 2010

      Hi, Love the theme! I’ve uploaded a background image to override the text but now there is still the grey padding on each side of the banner. How can I remove that? Thanks!

      Reply
      • I’m not sure I understand exactly what you mean. Can you provide a link to your blog?

        Reply
        • Hi Matt,
          I love the theme – thank you
          I think I am having the same issue as Vanessa – my logo has too much space around it. Please provide css details for me to edit this.
          :)
          Thanks in advance!

          Reply
          • Hello Matt
            I return to questions of Vanessa (February 16, 2010) and Meagan (April 5, 2010). I installed an image background in test (960px/122px) http://www.nathalie-milon.com/ to show that the margin above and below the image is very important. How to reduce or cancel these margins?
            Thank you

            Reply
            • Yann from Paris: Hello Matt
              I return to questions of Vanessa (February 16, 2010) and Meagan (April 5, 2010). I installed an image background in test (960px/122px) http://www.nathalie-milon.com/ to show that the margin above and below the image is very important. How to reduce or cancel these margins? Is it possible to put a picture highest (200px)?
              Thank you

            • I tested a change in the stylesheet (style.css) managed in the interface WP. I replaced the code:
              / * Header * /
              . Header (
              padding: 40px 0px 0px 40px;
              overflow: hidden;
              )

              by

              / * Header * /
              . Header (
              padding: 0px 0px 0px 0px;
              overflow: hidden;
              )

              I hope this is the right way!

    31. Hazar

       /  February 21, 2010

      Great theme, but please do not use the “short style” PHP tags, because it cause the following error on “short_open_tag” disabled servers.

      Parse error: parse error in \blog\wp-content\themes\comet\index.php on line 42

      If you experiencing above error, please change to line 35 (which is: ) to .

      There are some hosting providers leave their “short_open_tag” option to Off, which is default for PHP installation.

      Regards, Hazar.

      Reply
      • Thanks for the notice, it must have slipped me by. As far as I know there are no short php tags in the latest version now.

        Reply
    32. Hmm, this might be basic WordPress (WP) knowledge, but I have to ask anyway as I’m still quite new to WP.

      I am using the ShadowboxJS plugin to open flash content in my posts. I want to add a WP Page to open this flash content instead. I can use a plugin called ‘Page links to’ and then link to a .html file to open this flash content, but is it possible in your theme (and where do I have to edit?) to add html code directly in some .php file to accomodate this??

      Thanks!

      Reply
      • To add a custom link to the menu, open up header.php and right below the line

        <?php wp_list_pages('title_li=');?>

        add a line

        <li><a href="URL">TITLE</a></li>

        and replace URL and TITLE with your own text.

        Reply
    33. Great!! That works flawlessly!! Thank you very much!

      Reply
    34. When I installed the theme on my bolg and changed the side bar layout to the left the side bar appeared below all the content! How do I fix this?

      Reply
      • Thanks for the notice. Turns out it was just a bug, and I have uploaded a new version of the theme to fix it.

        Reply
    35. Beatiful theme. Thank you for providing it for free. But my blog’s favicon is not showing up anymore, can you tell me how to fix it?

      Reply
      • Never mind. I solved my problem. I deleted two lines with “favicon.ico” in header.php and add this: . I just hope I didn’t break anything. Thanks for the theme again. It’s perfect.

        Reply
    36. Thanks for this theme, really thanks.

      From Brazil. :-)

      Reply
    37. Thank you for this gorgeous theme! I think you’ll have a lot of new users in the next few weeks as blogger kicks those of us who used FTP publishing to the curb, forcing us to take our existing content elsewhere. It took me the weekend to figure out how to get everything working the way I’d like, at least for now. I’m already thinking of ways to make changes.

      I am thinking of creating a category template so that I can have a different sidebar on one of my category pages (photos) but I suspect WP limitations might not let me do two different widget layouts? Anyway, I love your designs and wanted to thank you for making them available.

      Reply
    38. Hi,

      How do I change the text color for the “Read more”-button?

      Reply
      • Open the stylesheet for what color scheme you are using. _red.css if you are using the red. Then you got

        .more-link

        at the bottom of the file. Change the background-color to what you want.

        Reply
      • I was wondering how to edit the text color. Changing the .more-link in the “color.css” doesn’t seem to do it.

        Reply
      • Ah, in that case look for “.more-link” in basic.css.

        Reply
      • Thanks, that did it!

        Reply
    39. Lindsay

       /  March 3, 2010

      Hi, please excuse the ignorance of my question, I’m a beginner. I would like to have an image at the top of my sidebar. How can I do that?

      Reply
      • Easiest way is to create a normal text widget and having this in the text:

        <img src="URL.jpg" alt="" />

        Where URL is the URL to the image.

        Reply
    40. ads

       /  March 4, 2010

      hi,
      nice theam.
      i have 1 problem.if i want to add some page links in footer. i had add it in footer by options but it also displays in top manu. how can i remove it from top menu?

      Thanks.

      Reply
      • Pages will always display in the menu. If you really want to you can remove/add pages to the menu manually.

        Reply
    41. Sarah

       /  March 4, 2010

      Hi Matt,
      I loove this theme. Beautiful design. I am very new to the blog/web world, please forgive me. I am trying to change the background image and am stuck. I’ve uploaded a jpg into the images folder on my hosting site for “comet”. Then, I entered

      body { background-color:#E5E5E5 url(images/Ampersand_Right_1680x1050.jpg);

      into the style.css page. And I also added

      body { background-color:#E5E5E5; url(images/Ampersand_Right_1680x1050.jpg) }

      into the _grey.css page.

      Any thoughts on what I’m doing wrong? I also tried adding the jpg file name into background url in the options sections.

      Thank you so much.

      Reply
      • Well, the line in _grey.css (will overwrite anything in style.css) has an invalid “;” inside it, might be what’s causing it.

        Reply
    42. Sarah

       /  March 4, 2010

      Hey matt, I got rid of the invalid ; and still no background image. :( I am using godaddy as my host and uploaded a photo into the images folder within comet… is this right atleast? can you give me an example of what the code should look like when i’m putting it into the _grey.css page?

      I really love your theme and want to make it work w/ a background image. Thanks again.

      Reply
      • Sorry I didn’t spot it before. You are using background-color when you should be using background. So it’s supposed to be

        body { background: #E5E5E5 url('images/Ampersand_Right_1680×1050.jpg'); }
        Reply
    43. James

       /  March 5, 2010

      Hey Matt,

      Great design, my question is how big is the image in the first post as I would like to add a image of my own but I cant see to get that size right.

      Thanks
      James

      Reply
    44. I LOVE this theme! I am wondering, however, if there is any way to make the sidebar smaller and the blog post area wider? I am a photographer and I would like my photos to be larger on the page (ie: 900 pixels wide). Thanks for creating such a beautiful theme!

      Reply
      • If you want the main column to view pictures in 900 pixels there won’t be much of a sidebar left (the total width of the page is 960px). If you want you can use a permanent “wide” design in which the sidebar will be hidden and extend the main column all the way, by pasting this into the “Custom CSS” box on the theme options page:

        .content .c1 { width: 900px; margin: 0px; }
        .content .c2 { display: none; }
        Reply
    45. ads

       /  March 5, 2010

      hi Matt,
      can u tell me how can i remove/add pages to the menu manually ?

      Thanks.
      ads

      Reply
      • In WordPress 3.0 it will be easy; now it’s a bit harder.

        In the header.php you have the menu:

        <ul>
        	<?php fp_options('subscribe'); ?>
        	<li class="home-link< ?php if ( is_home() ) { ?> current_page_item< ?php } ?>"><a href="< ?php echo get_settings('home'); ?>">Home</a></li>
        	<?php wp_list_pages('title_li=');?>
        </ul>

        Simply remove the line

        <?php wp_list_pages('title_li=');?>

        and replace it with links to the pages you want included

        <li><a href="URL to page">page name</a></li>
        <li><a href="URL to page">page name</a></pre>
        
        Reply
    46. ads

       /  March 5, 2010

      hey thanks.
      but my wordpress Version is 2.9.2 .

      so is this possible with this?

      Reply
    47. ads

       /  March 5, 2010

      hey thank u so much.
      its working….

      Reply
    48. Thanks, Matt! That did the trick — but now is there a way to add the archives/search, etc. to the main menu?

      Reply
    49. Actually — I think I figured it out. I ended up putting the sidebar in the footer somehow…which works. Thanks for your help!

      Reply
    50. ads

       /  March 6, 2010

      hi Matt,
      as i told u i made changes in menu as per ur suggession but i lost all its effect such as curren page, hover….

      any class i have to add in ?

      Thanks
      ads

      Reply
      • You won’t get current page to work if you are adding pages manually, but hover should still work without adding any classes.

        Reply
    51. Hi,

      Love your theme. Beautiful. But how do you use timthumb to get some thumbnails ?

      Thanks in advance !

      Gil

      Reply
    52. Hi Matt,
      Thanks for your work on this theme, I am using it for my personal website.
      I find it very elegant and I like the emphasis on written content.

      Since I guess I will use it for a long time, I would like to translate some words in the front-end like “Read the full article”.
      How can I do this without loosing the translation when you update the theme ? (I’m not familiar with theme translation)

      Reply
      • Until I get the time to create translation files for the theme the only way is to manually change everything. But yes, sadly that gets overwritten when you update the theme.

        Best thing is probably to keep backups of the files you change and replace them again after update.

        Reply
    53. ads

       /  March 8, 2010

      hi,

      i had inserted pages in menu manually so that i lost that effect
      now i want to give the effect of current page as u gave for home (background color of menu).
      what can i do? please help me.

      thanks

      Reply
    54. robin

       /  March 11, 2010

      hi
      i love your theme (as everyone said before) but i’d like to know if it’s possible to use categories instead of pages for the dropdown menu ?
      so each article can be linked by a category in the menu.

      or did i miss something ? (because i’m quite new in the WordPress world)

      Reply
      • Yes it’s possible. In header.php replace the line

        <?php wp_list_pages('title_li=');?>

        with

        <?php wp_list_categories('title_li=); ?>

        And that’s it.

        Reply
    55. robin

       /  March 12, 2010

      thanks Matt. it’s perfect.
      in fact this is the correct line :
      (there was a ‘ missing after li= and no space before ?>)
      thank you for your quick answer.

      Reply
    56. robin

       /  March 13, 2010

      i have another question about your menu.
      is it possible to have the categories displayed in the dropdown menu in non-alphabetical order ?
      and can i modify the width of the sub-menu articles
      (it is a bit too short for my titles).
      thank you again

      Reply
    57. HI I LIKE YOUR SITE AND YOUR THEME

      Reply
    58. I love this theme! I tried changing the color scheme in theme options but am not seeing any changes. Do I have to change somewhere else as well?

      Reply
    59. Sam

       /  March 16, 2010

      I’m new to WordPress and can’t figure out how to change between the 7 available color schemes. Is this something that’s easily explained?

      Reply
      • Go into WP Admin and in the Appearance menu you have a page called “Options”.

        Reply
        • Sam

           /  March 20, 2010

          Matt: Go into WP Admin and in the Appearance menu you have a page called “Options”.

          Thanks for the reply. I got that to work, But I’ve since noticed that partway down the home page, all the posts turn to italic font and cannot figure out how to fix. Any ideas?

          Reply
          • It’s likely you have some incorrect code in some of your posts, but I can’t tell for sure without a link.

            Reply
    60. Sarah

       /  March 17, 2010

      Hey Matt, I’m trying to use google analytics w/ my site. when i input the code before “body” in the stylesheet it’s not working. thoughts? Thanks!

      Reply
      • There is a plugin that puts the code automatically into the theme, I linked to it on the Support page.

        Reply
    61. How can I change the colors in the drop down menu in the header?

      Reply
      • You change those in dropdown.css

        Reply
      • Hi Matt,
        thank you very much für this wonderful Theme – I tried it and there are no problems.
        But how can I get the “threaded comments”, looking like the answers at this page?
        Thank you for your answer and greetings from Germany
        Petra
        PS: Sorry, if my English isn’t correct

        Reply
      • @Petra: go into Settings > Discussion and check the box “Enable threaded (nested) comments X levels deep” and then set the number to two.

        Reply
      • Thanks a lot, Matt.
        I think, I did’nt see the wood for the trees ;-) Now it works and I finished my customization. Thanks again for this great theme.
        Petra

        Reply
    62. Sam

       /  March 20, 2010

      Another question: would it be possible to start a list of links to sites that are using you theme (if the users agree)? I would love to see how other people have customized.

      Reply
      • It would be fun to see, but I just don’t have the time to maintain something like that.

        Reply
    63. Hi Matt,

      Is it possible to add links to the footer? I want to add a “About,” “Contact,” and “Site Map” to mine. I tried to under theme options, but I don’t think that’s the right way to do it.

      Reply
    64. hi there. im trying to change the background colour to #BE6707
      please help…

      thanks

      Reply
      • You change the background color for the specific color scheme you are using. So if you are using “Grey” you should edit _grey.css

        Reply
    65. Marie

       /  March 31, 2010

      Hi Matt,

      I love the theme but can’t figure out how to get both a logo and the title and tagline on the header. Any suggestions?

      Thanks!

      Reply
      • Only way is to add it manually. Look for <?php fp_options(‘logo’); ?> in header.php

        Reply
    66. I really like this site’s simplicity and function. I am looking to create a site for friends of mine at Hedgend Maze in the Yarra Valley. Hope to have it live in a few weeks- and update a link for folks to see how well it can work when populated with real live content.

      Reply
    67. Marie

       /  March 31, 2010

      Hi Matt,

      Sorry to bother but I can’t seem to make the logo happen – when I add it, the title and tag disappear but the logo doesn’t show. Any suggestions?

      Thanks!

      Reply
      • If the title disappears but the logo doesn’t show up it’s probably because you entered an incorrect URL to the image.

        Reply
    68. I am using the Comet theme primarily because I like the way the comments are displayed in the side bar. However, all submitted comments are automatically posted even though my settings state that admin must approve comments first.

      Anyone else having this problem? Perhaps somebody even knows how to fix it. I have tons of wordpress blogs and only the one using the Comet theme has this problem as far as I can tell.

      Reply
    69. Hi again,
      I am glad you planned to work on translation files.

      Just another suggestion, could you allow us to customize the twitter widget ? Like being able to choose how many tweets to show or to ignore tweets that were sent in reply to someone ?

      Henry

      Reply
    70. very nice theme…love it..

      Reply
    71. Hi there,

      Love the theme, how and where do I edit the colour of the tables?

      Thanks,
      James

      Reply
    72. Nice and smooth colour!

      Reply
    73. Rin

       /  April 9, 2010

      Hey! Thank you so much for this theme, it’s amazing.

      Just something I’ve come across whilst using the wide template. I have a really long post, but in the middle of it, the right hand side of the content gets covered/cutoff.

      http://i39.tinypic.com/2qtgtxd.jpg – screencap of where it stops being cutoff (as you can see it’s cutting off text and image)

      Not quite sure why that’s occurring. I haven’t begun to change anything yet, so it’s pretty much the default at the moment.

      Any help would be awesome, thanks!

      Reply
      • Rin

         /  April 10, 2010

        nevermind, I found the problem.

        I had to include under the css for the wide template.

        .page-template-wide-php .wrap {
        width: 1000px;
        }
        .page-template-wide-php .nav {
        width: 1000px;
        }

        Thanks again for the awesome theme :)

        Reply
    74. hi

       /  April 15, 2010

      I’m new to this stuff. How do I add adsense to all of my single posts and not the home page? Normally, there’s a single post PHP but I don’t see one for this theme. Thanks.

      Reply
      • The reason there is only an index.php for post is mostly because of convenience for me; less files to edit.

        To make so that some code only displays on single posts do like this where you want in index.php:
        <?php if ( is_single() ) { ?>
        Your code
        <? } ?>

        Reply
    75. I LOVE that theme! It’s exactly whatI’ve searched for! It’s simple, clean and the colors are great! My only problem is that it seems like it doesn’t work with Windows Live Writer. The Software cant put text next to a pic. But when you upload it, it’s fine. I think it has something to do with the CSS style format.

      Reply
    76. Naveen

       /  April 16, 2010

      I have selected “No” to “Menu bar: Display the menu bar at the top,” but still I am seeing the menu bar? What’s going wrong?

      Thanks for the great theme!

      Reply
      • I’m having the same problem. I have menu bar option set to “no” but it is still there. I have removed the pages from showing up there, so now there’s just the RSS feed button. Do I need to move that as well in order to hide the menu bar?

        Thanks!
        Caroline

        Reply
    77. Thank you for at gorgeous theme!

      Reply
    78. Yep, good work!

      Reply
    79. Dre

       /  April 21, 2010

      Thanks for a great theme, and added functionality towards WP 3.0. I was using the Comet 2.x.something and the header (menu) was displayed with capital letters in a classic style. Now that I updated to version 3.0, the formatting went back to regular text type style. Is there any way I can get this menu formatting back?

      Reply
      • It was an intentional change. You can get it back to uppercase by adding “text-transform: uppercase;” to .nav { … } in style.css.

        Reply
    80. so clean n clear…nice theme

      Reply
    81. After I installed Comet all that appeared on any of my posts was a short text and no photos.
      Yet when I went to edit the posts all the material still showed to be there. So I updated each of them, and they all previewed OK.
      But when I re-opened the site I still only had a short excerpt on each of the posts.
      (All my pages loaded OK with all photos.)
      I’m at a loss, I would like to use you design as it is clean and sharp.
      ???
      Richard

      Reply
      • I believe that if you change the theme options full post style/archive post style from excerpt to full it would be normal.

        Reply
        • I assume you are referring to “Options” under “themes” that loads with Frostpress?
          If so, Archive pages post type was and is set to full but produces an excerpt. The [...] at the end does not link.

          If it is somewhere else I can’t find it.

          ??Richard

          Reply
    82. Jill

       /  May 14, 2010

      Love the theme! Got one issue …
      I created a static home page and created a page called “Blog” to hold my posts. However, when I click on the Blog tab, I get this message, “Not Found, The page you were looking for could not be found.”
      I switched themes, and the posts show up when using other themes. But not when I switch back to this theme.
      Could you offer any help with this? I’d greatly appreciate it.

      Thank you!
      Jill

      Reply
    83. CelphT

       /  May 17, 2010

      Hi !

      I really like this Comet theme. It’s very classy and elegant !

      I’ve seen in the CSS file that it is released under licence GPL 3.0 (allowing modifications) but before doing anything bad, I just would like to know if I can use your theme as a basis for my blog, but change some elements such as the background color (another one than allowed in the complementary CSS files), use a background header in addition to the header H1 link, etc. ?

      Of course, I would notify about the modifications in the footer in order visitors know that your original theme was different.

      Reply
    84. Just wanted to throw in a quick “Thank you!” for this wonderful theme. Have used it on the website mentioned above for about six months, and it is working wonderfully.

      Reply
    85. I love the theme, but I was wondering how to get the Recent Comments widget to look like it does in the example. Specifically, how to get it to show the avatars.

      Reply
      • CelphT

         /  May 19, 2010

        Hi Rick,

        If I don’t make any mistake, you have to go in the Widget section of your admin board, and put the “[FP] Recent comments” in the column at the right.

        Reply
        • I don’t see that widget. I remember it being there with older versions of Comet, but not the current version, 1.3.0.

          Reply
          • That’s right Rick. I removed all external plugins since they were causing more harm than good. If you look on the Support page I got some recommended plugins at the bottom that does the same thing.

            Reply
    86. Hello Matt
      What a success for your theme!
      One question: how to remove the item “edit post” in a page in which I will not let the opportunity for visitors to comment on.
      Thank you

      Reply
      • Yann from Paris: Hello Matt
        What a success for your theme!
        One question: how to remove the item “edit post” in a page in which I will not let the opportunity for visitors to comment on. I wish I generally simply remove any element as “by”, “Filed in” and display the date.
        Thank you

        Reply
      • If you open up index.php and look around I’m sure you will find those text and remove them if you like.

        Reply
    87. JP

       /  May 31, 2010

      Awesome theme, thanks for sharing this with everyone!

      I have my Archives & Categories set to excerpt (and am using thumbnail-for-excerpts plugin to get thumbnail pics + shortened the excerpt length to 25-ish words)…

      My question, where/how can I compress the title, excerpt, category, remove tags, remove redundant dotted line, etc to all fit in a much smaller.

      To see exactly what I mean take a look at the before/after pics:
      before: http://i50.tinypic.com/21b7rx4.jpg
      after: http://i50.tinypic.com/axjho5.jpg

      Thanks!

      Reply
    88. todd

       /  June 1, 2010

      Thanks a ton for the great theme. Is it possible to change the logo image on an individual page? all my pages use the wide template except one which uses the default template. Can I change the logo only on the default template page?

      Thanks!

      Reply
    89. Brandon

       /  June 2, 2010

      Matt,

      Excellent theme, I like it very much. I decided to use excerpt instead of content on my homepage. There is an image that also pops up but by default it’s blank. Where do I set this? Can I have it choose an image that comes from the post? Can I have it not display if there are no images in the post?

      Cheers,
      Brandon

      PS – Sorry if this question has been answered – I couldn’t find one.

      Reply
    90. Hi,
      Great template- been using it for a while.
      I’m trying to put a google adshare banner underneath my logo- can you tell where I would paste the code?
      Cheers

      Reply
    91. I love Georgia font, and I love this theme!

      Reply
    92. Absolute great theme, I use it for my software coupon site.

      Thanks for your work!

      Reply
    93. Hiko

       /  June 24, 2010

      Hi Matt,

      I have tried a lot of theme, but yours is the best!
      Thank you for making such a great theme available.

      I tried to make the Title font size bigger and made changes under theme.css under /css folder. My problem is that whenever I changed header h1 font size and save the file, it reset itself into the default 36 size. Can you please tell me how can I make the it work? Thanks a lot.

      Reply
    94. Hi
      I’m trying to add the date to my posts. I can’t seem to figure it out.
      Can you help?

      Reply
    95. Uau, gostei muito deste theme, tem a possibilidade de instalá-lo no blogger?

      Reply
    96. I switched from Thematic to Frostpress Comet and lost my right sidebar links. I have tried to reinstall, but it is not working.

      Reply
    97. Using the theme in my game studio blog: http://karnakgames.com

      Thanks for the clean theme :)

      Reply
    98. A fantastic theme with great options.

      I have a question similar to above, though. I’ve made category templates within this theme, and I’m wanting those template to show rather than an excerpt. I’ve replaced the conditional statements with just the_content, but the excerpt continues to show. I’ve even gone so far as to change both the Archive and Post types to Full in options, changed the functions.php to always show the_content, but nothing changes this. Can you advise why the excerpts are forced on category templates?

      Reply
    1. Tema Comet em Português | WPThemesPT.com
    2. Tema Comet em Português « Tudo sobre Wordpress
    3. 22 ????????? ?????? ???? ?? Wordpress | Wordpress Apps
    4. Comet | ByU4U
    5. Updated Wordpress Themes: Woche 05/2010 | Theme, Wordpress, Webdesigner, Homepage | sohneinesschwaben.de
    6. stevenwalling.com » Blog Archive » My Lifestream for February 9th
    7. Kriga Design goes Wordpress | Kriga Designs blogg
    8. Sélection de thèmes Wordpress fraichements sortis #5 | Le Journal du Blog
    9. Tema Comet em Português « WPTotal.com
    10. CSSFox | CSS themes | Wordpress Themes | CSS Showcase | Free Themes - Free WP Theme : Comet
    11. 40 More Stylish, Minimal and Clean Free Wordpress Themes - Speckyboy Design Magazine
    12. 40 More Stylish, Minimal and Clean Free Wordpress Themes | Forum on China Wholesale Lots
    13. 40 More Stylish, Minimal and Clean Free Wordpress Themes | DesignerLinks | Home to Web design news, jQuery Tutorials, CSS tutorials, Web Designing tutorials, JavaScript tutorials and more!
    14. 40 More Stylish, Minimal and Clean Free Wordpress Themes | Master
    15. 40 More Stylish, Minimal and Clean Free Wordpress Themes | Master
    16. 39?2010??????????????? | P I N K D E S I G N – – – { p i n – k . c o m }
    17. 40??????????Wordpress?? | Jackchen Design 1984
    18. 100 High Quality free premium wordpress themes 2010
    19. Comet - polska skórka
    20. 100+ Top Free Premium Wordpress Themes of 2010 | LeVoltz
    21. Schieß mich auf den Mond. | miss sophie

    Leave a Reply