Looking for a perfect WordPress Theme? well.. there isn’t one. In a quest to find an all-out WordPress theme, I’ve come across very few themes that are (not perfect but) close to “having ‘em all”. Mostly the case is – themes with great designs lack an optimized code structure and those that do have good structure have somewhat loose or incomplete designs that leave us wanting more.
A WordPress theme with thorough coding and Design that is close to “having ‘em all” while still leaving room for cutomizability was the main goal here.
Behind the Scenes
All the WordPress bloggers out there, by using a well coded theme and writing well structured blog posts that are accessible and standards compliant, you make the web a better place. And for that you are rewarded with search engines indexing your posts more accurately and that results in a better visibility in web searches.
PrimePress has been developed taking all these things into consideration and features a strong code architecture that is valid, simple and efficient with maximum internal SEO. It is high on accessibility and features a rich semantic markup achieved by implementing microformats.
What you See
A killer architecture isn’t worth much without a good design. You wouldn’t even be here if you weren’t looking for a good one. Well… In this case, painful attention to details & obsessive tweaking have resulted in a final overall design that is pleasing & well-balanced while still being content centric. Every care has been taken not to leave any element un-styled.
We all heard the mantra “Content is King”. As trite as it may sound, it still holds true. And one aspect that can solely make the content come across loud and clear is… good Typography. More often than not typography takes a backseat in many design projects and doesn’t get the attention it deserves. With each element styled with uttermost care, typography in PrimePress has been setup to follow a certain rhythm so as to enhance the screen readability to its best.

How can I upload this theme to our webpage?
[...] PrimePress | Download [...]
@Patricia
I’m currently working on the tutorials & instructions and they will be up soon. Until then… the basic instructions on WordPress Codex work well to get PrimePress up and running.
Hi Ravi,
Thank you for this fantastic theme. I am using this on a site that I am currently building and it rocks.
Could you help me with one small thing. How can I make the comments link bold and red?
I want to see, “10 comments” in bold and in red color, but in the same postition as before. What do I have to edit/add?
Thanks again.
@IndiaAsks
Thanks a lot for your interest in the theme.
The class for coments link in the byline is
.comments-linkpaste this bit of code into your custom.css file and alter it to your liking.
.custom a.comments-link { font-weight: bold; color: #ff0000; }Hi Ravi,
That was much simpler than I expected. Thanks for the help and thanks for making a theme that looks so good and is so easy to modify
great theme, I’m planning to use the theme,
thanks a lot, do we have to leave the author in the footer or can it go in comments in the code or in a credits page, I mean I don’t know under what license are you giving away this great theme
thanks again
Ravi-
First off I would like to thank you for putting all the long hours into this theme for people like me that do not share your brain power on this type of thing. I have been playing with it and have four questions.
1. The header images, where can I change these? It sounds like in the custom css. Is this correct? I’m thinking it might be just as easy to replace the current ones with custom.
2. The tag line for the blog gets covered up by the links up top if I have more than three words. How would I move the blog title and tag line up a little?
3. On the links by the blog title up top, they are currently categories. Can these be changed to links outside the blog?
4. Where is you donate button? You should be getting something out of it
I know you are working on instructions and if these will be covered I can wait until you release them. Thanks again for all the hard work, you rock!
@William
Thanks William,
I’d be much happier if you keep the credit links intact. It’s just a little something I expect in return. something to motivate me… to do more…
its up to you to make me happy.
@Vince
Thank u vince. happy to help.
1. Theme has been updated to version 1.2 & it should be up soon. From v1.2 and on, all you have to do is to upload the images to the ‘headers’ folder inside the ‘primepress’ directory. you don’t have to edit any theme files or rename your images, all images in ‘headers’ folder will automatically be read & displayed.
2. paste this code into your custom.css, change the 30px value to your requirement.
body.custom .description { padding-bottom: 30px; }3. It can be done. you’d have to edit the template file
main-menu.php– open it up in your WordPress theme editor and add the link at the end, wrapped in <li></li>above example links to wordpress.org. don’t forget these changes whenever you update the theme.
4. Haven’t really thought about it yet. I’m a little flattered right now
Hi Ravi,
You should also be including a nice favicon too. That is the only thing that is missing
Thanks for the help Ravi. I wwill give the links a shot when I get hoke later this week! Just an FYI, I did update the header image and have gotten many compliments n the theme. Thanks again!
I’m using your theme on my blog! (wepushthebuttons.info). But when I add the RSS Feed widget, it can’t find the feed at: http://wepushthebuttons.info/snk/?feed=rss2
which is a live, active feed. The RSS widget has worked with every theme…except this one. Anyone else having this issue? ; ;
Ignore my comment above. I am an idiot.
I put the title in the URL box and the URL in the title box. Took me 30 minutes to realize that.
Great work on the theme…it really is snazzy looking! I prefer the content in the middle, with sidebars on either, well, side, because double-sidebars tend to get cluttered very quickly. This is not so with your theme…it really is slick.
Put up that donate button. =P
Hi there,
I would like to make new sidebars that load with each main page template.
I have created e.g. sidebarhistory.php
I have created a new page template page-history.php and changed the call to get the sidebar to:
When I try to load the new page – I receive the following error message: Fatal error: Call to undefined function get_sidebarhistory() in
Any ideas how to solve this problem?
Any help gratefully received – thanks
sorry i missed putting some info in the last post! – the call to get the new sidebar is:
@IndiaAsks,
thanx for the suggestion. I’ll make and include one in the next release.
@Vince,
glad to help Vince.
@Michael,
thanks michael & it happens all the time.
@scubafish
call the sidebar like this in your
page-history.phpI love this theme; thanks for putting it out.
I have one question, however. I’d like to move the comment link to the bottom of the post next to the categories so that it is right there when someone finishes reading the post. How do I do this?
Thanks.
I was looking for a new theme to replace the one I’d been using, which had always seemed a bit cluttered. PrimePress really fit the bill. With a few customizations, I’ve got it doing pretty much everything I want and need. Thanks so much.
@Mark
Thank you very much Mark.
@Wes Kenney
Thank you Wes,
moving the comment link requires editing a template file. Open the
index.phpto edit, find and cut this line (line no.16).<?php comments_popup_link('No comments yet', '1 comment', '% comments', 'comments-link', 'Comments are off for this post'); ?>about 10 lines down, find and paste it after
entry-categories(line no.26) This is how your code should look like after pasting it.<p class="entry-meta"><span class="entry-categories"><?php _e('Posted in: '); ?><?php the_category(', '); ?>.</span> <?php comments_popup_link('No comments yet', '1 comment', '% comments', 'comments-link', 'Comments are off for this post'); ?><br />in case you want the comments link on a new line, paste it after the <br /> tag. don’t forget to preserve these changes whenever you update the theme.
That did the trick; thanks. And thanks again for the theme. I really like it.
Hi Ravi,
First of all, thank you so much for the great theme. It’s a pleasure to look at and really serves the content, which I love.
I’m pretty new to this WordPress thing and extremely new to dealing with any kind of code, and I’m wondering how difficult it would be to change the color of all the links — i.e., the post titles and all the information under them, subscribe to feed, recent post links, categories links, calendar dates, tags, etc.
I guess when you get down to it, I’m curious about changing the color of pretty much everything. Am I correct in thinking I’ll find the definition of each item in the stylesheet, and then can add a modifier that follows the format of the information you provided above (how to change the comment link color) in the custom sheet?
Thanks so much for your help, and your patience with my ignorance in this stuff.
Aha. I see that you have, in fact, answered my question already, with the very next post. My bad.
Thanks again!
Thanks for the Theme – I looks great.
I have a problem assigning the ‘Home’ page, though. How do I assign content to it?
@Wes Kenney
you’re most welcome Wes.
@Carolyn Norton
really glad you like it Carolyn.
@Matt
Thanks Matt. In PrimePress, your blog posts are the home page content.
Ravi:
I love this theme, and you’ve made it so easy to customize. I’m re-building my wife’s entire real estate website and it looks so good!
When I use the sitemap page (and one or two others others I’ve created) the page jumps to the right when it loads from another page(about 10px?). That doesn’t happen with any of the other pages in the template. Simple fix, I’m sure. Any guidance?
Thanks,
Thanks Dana. Can you give me a link to that page so i can check it out.
Ravi: Simple (stupid) error. I’m using FF and the sitemap page was long enough to required scroll bars. Page jumped 17px or so to the left when the scroll bars were displayed. I never noticed the bars (!) I just noticed the shift. It was driving me nuts until…
I’ll send the link when the site goes public. Hope I make you proud!
Thanks,
Ravi,
I was struggling with Chris Pearson’s themes and decided to go look for something better and found your theme! Much better and much easier to use!
A couple of questions, though:
How would I change the background of the content area of the blog? I changed the background of the web page to a warm tan color (instead of the dark gray that you selected), but I’d like to change the background of the content area to a very pale tan/yellow – black and white is a tad harsh.
This, from a blogging newbie, will probably be seen as stupid: I made my “Links” category favorite websites — is there a way to create a new category for favorite blogs?
Thanks for a great theme and do post that “donate” link!
@Dana
Dana, I’m already happy – you chose this theme.
@Jeff
Now, I’m really flattered. Thanks you very much Jeff, really glad you like it.
paste this in your
custom.cssand type in the color of your choice.body.custom #container { background: #efe7c2;}The sidebar widgets have a cream-ish background by default. In case you wanna change or remove the color, here’s how you target them.
body.custom .widget { background: none;}Sure… In your WordPress admin panel, go to Manage > Link Categories
scroll down and you’ll find a section titled Add Category. type in the new category name ‘favorite blogs’ and click the “Add Category” button. Now, just select this category whenever you add the relevent links.
Ravi,
Beautiful! Just beautiful – worked like a charm. As the Beatles sang, “gettin’ better all the time” ….
Thanks!!
Ravi,
Love your Theme! I implemented a few changes, like the ones listed here, and got a look & feel that’s very professional.
Check out my site!
This site is so easy to work with and I can’t believe you provide it for FREE!
Do put up a donation button.
I’ve worked with several free and a few paid themes, but none were as easy to customize as this.
Thanks again,
Jeff M.
Ravi,
For other raw beginners out there — when adding categories, they don’t appear on your site until you add some links to them! WordPress Codex was very muddy on this topic and I just kept plugging along until I discovered this. I hope this helps other newbies!
Last question – I promise! What would I add to custom.css to change the color of the Category fonts, as well as the tab for “Home”, the “Search Box” and the “Subscribe to Feed” box? With a cream content background, the default gray looks a little out of place!
I’m going to recommend this theme to anyone who asks – as Jeff M. said, I’ve not seen any that are easier to customize than this. I particularly love the fact that you can have more than 5 rotating images. Nicely done!
Thanks so much!
Are any special tweaks needed to get the theme to deploy properly in M Internet Explorer. It looks fine in Firefox, but my site’s sidebars have gone walkabout in IE and even the main column is truncated two posts short of the end.
@Jeff
Thanks again Jeff.
here’s the code for the the “search” and “feed” box
body.custom #pp-search { background-color: #BFAF83;} body.custom #pp-feed { background-color: #BFAF83;}Styling the links is a bit trickier compared to the rest of the elements. Here’s how you target the top level menu tabs.
body.custom ul.menu li a { background-color: #BFAF83;} body.custom ul.menu li a:hover { background-color: #FFC45F;} body.custom ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover { background-color: #ffffff;}1st is for color of all the tabs.
2nd one for the color when hovered.
3rd is for the current page you are on.
code to change the category font color in the posts:
body.custom .entry-categories a { color: #AF730A;}I’ve chosen some random colors in the above code samples. change them according to your color scheme.
@Jeff M.
great work Jeff! and thank you. If you can – try the codes above to change the menu tab colors to go with your scheme. It’ll look even more professional.
@Sperwer
This is not a problem with the theme. This kind of thing usually happens if you paste the content from Ms Office (Ms Word) and the like. Instead, find and use the “paste from word” option in you WordPress post editor.
Thanks for the tip Ravi. I’ve gone back and deleted the entries I had made cutting and pasting straight from WordPress and. following your suggestion, reentered them using the paste from Word function in the WordPress editor. That cleaned up some funky typeface appearance probelmw in the Firefox rendition of the blog, but still didn’t solve the IE problem, which persists. ANy other thoughts?
Ravi, great theme and am still tweaking and adding widgets, for some reason I cannot get the feed to work. Getting error messages and I want to use the feedburner widget but it cannot access any feed.
Sure I am missing something simple.
If I click on feed icon I get the following message:
XML Parsing Error: XML or text declaration not at start of entity
Location: http://slightlymordant.com/blog/feed/
Line Number 2, Column 1:
^
Hi Ravi, among the various theme provided, I choose yours because I like the rotating banner. I understand your theme is structured to display 2 columns and I wonder if it is possible to squeeze both into 1 column? Thanks for the theme.
Hi Ravi,
By the time you get finished answering all these questions, you’ll have your “tweaking” guide already written!
I wasn’t clear in my post about Category colors – I was referring to the category titles in the 2 sidebars — i.e., ARCHIVES, RECENT COMMENTS, and so on. You can take a look at what I’ve achieved so far!
Thanks so much for the help!
Jeff
Does anyone know how to adjust the amount of each post that is shown on the blog pages?
i.e. As of now, my entire posts are shown on the pages. I would like adjust it so only the first paragraph or two shows before they click on the [...] link.
My RSS issue seems to have been from blank lines in plugins, specifically Yahoo plugins, everything seems to be working.
@Sperwer
I guess ‘paste from word’ option didn’t work here. Ms Office’s tags are still hangin around in 4 of your posts. these are the posts that aren’t working in IE and they all have Ms office’s internal tags in them – the-korean-sideshow, the-iron-game, once-more-unto-the-breach, hello-boys-im-baaaaacck. you have to find another way (to get rid of these) of re-posting them – like cutting and pasting them onto a txt file and pasting them back again.
@Mik
Thanks Mik. glad you’ve sorted it out. I’ve had quite a few issues myself when I was hosted on yahoo some time back.
@Tanaka
Thanks Tanaka. But there’s no simple & efficient way to do that right now. I was planning on making it an option in a future version.
@Jeff
… I really need to put up a tweaking guide, that’d make things a lot more easier for me and the users.
great jeff! looking neat…
here’s code to change the color of the widget titles.
body.custom .widget h2 { color:#8F6800;}@Matt
Use the more tag found in the WordPress post editor or you can use an excerpts plugin for more control.
Matt,
If, perchance, you are using a MacIntosh, do yourself a favor and buy MarsEdit. It makes using WordPress so, so much easier. What you want to do is do-able in MarsEdit – there is an option to write a portion as a “body” and then more as “extended”. I don’t know of an equivalent Windows program, but there must be one out there. Try Googling “off-line blog editor”. These programs enable you to escape the clutches of the WordPress admin panel and do everything off-line. When you are ready, you click on the “Publish” button and the post, with pictures and embedded URLs, appears on your blog. Very, very nice! Highly recommended. And no, I have no connection to MarsEdit other than as a very satisfied user.
Thank you, Ravi, for providing such a wonderful place to learn about modifying your theme. You still haven’t put up that “donate” button!!
Thanks!
Jeff
Thanks Ravi. Guess I’ll reinvent the wheel
. Anyway, great theme!
@Jeff
. I want to put up the donate button when the web host starts complaining.
Thank u Jeff for helping out the other users. I can’t ask for more right now
Oh and WLW is a good choice if anybody’s looking for an offline blog editor for Windows.
@Sperwer
Hi Sperwer, I’ve recreated your situation on my experimental blog. The txt file routine solved the issue. Cutting & pasting the content of each post onto a .txt file stripped all the tags. The only problem when pasting the content back was, the paragraph formatting was also lost – which btw can be done in just a couple mins more.
Hi Ravi,
veeery cool theme! Problem: I am a newbee having to jumpstart my site quite quickly – would you assist me in customizing? IF so, what would/could be the deal?
Please send message to my em!
Cheers
Frank
Hi, I am experiencing a weird problem with primepress and I am hoping you might be able to help me solve it? basically the sidebars are appearing UNDERNEATH the main column instead of to the right of it. I have tried tweaking just about every setting back and forth and the problem seems to be intermittent and random, right when I think it is fixed and the sidebars are appearing at the side, I come back to the site a short time later and they have dropped all the way to the bottom of the page. Please take a look at the site and if you could email me with any possible solution I would very much appreciate it. Many Thanks Simon
http://www.manuwire.com
Hi Ravi,
Wonderful theme! I’m relatively new to WordPress and after stumbling through several other things, I’m finding yours easiest to work with. A couple of questions….
I already have my site name included in the image I uploaded to the header, so I’m wondering how to remove the Blog Title and Tagline from the top of the site, while retaining some white space between the top of the browser window and the gray tabs on the right.
Also, I’m having trouble getting the plugin WP-Email to function with PrimePress. I’ve uploaded the plugin and it appears in my admin area, but does not appear on the site. Any suggestions? I’m just looking for a simple, clean way for readers to e-mail a post. I’d like to find a similar button to put below each post on the home page for comments as well. Any suggestions would be great.
Lastly, is it possible to readjust the columns so that there is one column on either side of the main bar instead of both columns being to the right?
Thanks much,
Michelle
@Simon Harris
right now, I see the theme showing up as it’s supposed to. I’m guessing you’ve got it working. I’ll check again later and mail you if I see a problem. Thanks.
@Michelle
Thank you Michelle,
Changing the color of any text to that of it’s background is not advisable. Instead, add this code to your
custom.cssto turn off the site-title and tag-line without losing the white space.body.custom #branding { visibility: hidden; }The plugin WP-EMail needs you to edit the theme files. For some reason, I couldn’t get it to work even after doing as told (might have to spend more time). I’d suggest using the ShareThis plugin which is much easier to setup and customize.
Getting the sidebars on either side needs some considerable changes to the current setup, not just to the stylesheet but also in the theme template files as well. There’s no easy way right now, but I’m planning to do it in a future release.
Hi Ravi,
I love your theme. However, I can’t seen to get Platinum SEO Pack to work. I can use it with other themes but not this one. I also can’t seem to get the custom fields to work. Is there something missing that I might have erroneously removed? I’m using WP 2.6.
Lexi
Ravi,
Thanks so much for all the info. Your suggestion worked perfectly for getting rid of the blog title and tagline.
Also, for anyone who’s interested, I figured out how to get WP-Email working. Just go into index. php and look for:
Add Anywhere Below It:
<?php if(function_exists('wp_email')) { email_link(); } ?>Not sure why those links didn’t post, but I can include them again Ravi, if you tell me how.
Also, one more questions… My RSS Feed has stopped working and I don’t have any idea why. I’m using the feed widget that was included in the sidebar coding on PrimePress. I hadn’t ever inputed a URL or anything and it was creating a Feed, but it has stopped for some reason. Anyone have any ideas why or how to fix? Thanks.
@Lexi
Thank you Lexi,
I installed the Platinum SEO plugin and it’s working fine here. Both of your problems might be related as most of the SEO plugins make use of custom fields. Also many people found a few problems with custom fields in WordPress 2.6
@Michelle
Thank you Michelle. There.. I’ve included them.
This feed problem occurs when unwanted spaces or blank lines are present in any of these files. wp-rss2.php, wp-config.php, functions.php. Refer to these for some troubleshooting help.
Many thanks for your nice work and support!
One question, it is possible to use this theme with only one sidebar on the right side (…so we have more place for post content)?
Thanks for your answer or tip.
Nice Day
i need help with two issues. first i want to know how to add more pages to my site and secondly i cant figure out how to activate comments on my home page which is the blog.
thanks in advance.
i did read other post and i followed the instructions but it only enabled comments for the about page which wasnt what i wanted and i accidentally deleted that page.
help please.
@Steve
Thank you Steve,
sorry to say but there’s no easy way to convert the theme to a single sidebar right now. Too many things have to be changed and adjusted. I’m planning to make it an option in a future release.
@Tobias Lewsadder
Here’s how to create Pages in WordPress. Comments are allowed only on single posts and Pages. They don’t work on the blog homepage.
do people cant comment on my posts? isnt that a main part of a blog? i like your design and appreciate your effort and dont want to switch to another template. can you give me some suggestions please?!?!
Hi, I’m new to PHP and I wondered if you would tell me, I’ve been all over the header and index and other pages in your code, and I can’t figure out where PHP calls the header images. I am so used to plain html…Would you explain to me, what file it’s in and what code?
Ravi,
I’d like to add “Hosted by DrakNet” in the space between “Powered by WordPress” and “PrimePress theme by Ravi Varma”. Is that possible or would giving instructions open up a can of worms by telling folks how to modify the footer?
Thanks!
Jeff
@Tobias Lewsadder
The home page shows the no. of comments that have been posted. But to leave a comment, a reader has to click on the post or the comments link (just under your post title) and go to the post page itself.
@Carol
Two template files govern the header images.
rotating.phpis the actual script that handles the images andheader-images.phpcalls the rotating script.@Jeff
Hey Jeff, no problem. open
footer.phpand add your link right after<p class="right">on the 4th line.Hi Ravi: As promised, here’s a link to our site. Your theme looks great!
At least it does as long as you open it in FF. When I open it in IE, I only get one side bar, with everything in sidebar#1, instead of 2 sidebars.
Any ideas?
Thanks, Dana
Hi Dana,
I just saw your site and I couldn’t see the problem. both the sidebars were showing up in Internet Explorer. Do you still see the problem? if so, in which version of IE?
Ravi,
I absolutely love this theme. Thanks for creating it!
I have a question regarding the sidebars. I get the ‘recent posts’ to show up no problem. However, the rest like the calender, etc are no where to be found… I have included categories but nothing appears.
Here is my page:
http://cstjapan.com/blog/
Thanks in advance.
Thank you Ryan,
The problem is you are using a very old version of WordPress which doesn’t recognize some of the code used in PrimePress. PrimePress has been tested on WordPress 2.3 to 2.6.x. The solution here is to update your WordPress version.
Thank you! It is usually the obvious isn’t it. : )
Cheers.
hello thanks for sorting my last problem but have a new one as when site is viewed in firefox and chrome the top navigation is fine but when viewed with ie7 the page links are out of alignment and overlap page text
see link below
http://i37.tinypic.com/2wfs6pu.jpg
http://eyerex.co.uk/
shucks! didn’t see that coming… I need to spend some time on this. will get back to you soon..
Ravi: Is Primepress considered a Parent/Child theme?
I’ve just learned what they are, and as best I can tell, the Parent Theme is your release, whereas the Child theme in this case would be the custom.css file. Whenever one upgrades the Parent Theme (i.e. Primepress 1.2.1 to 1.2.2) as long as you preserve the custom.css (child theme) you’re good to go. In this case, of course the /headers folder too.
Is there a forum for this theme?
Hope I made sense, and thanks!
Hi Ravi,
I am considering using Primepress, I really like it. At the moment I have a Google AdSense optimized website. Would that be a problem if I upload your theme, or would the Adsense ads simply disappear?
Thanks!
Oooops, didn’t read properly, I suppose I should head over to “forums” with my question… (red face)
Thank you Petra,
You have the ads hard-coded into your theme and that means they’ll disappear when you change the theme. You’d have put them in again or you could use an ad management plugin to make them theme independent.
It’s quite the impressive theme. I’ve seen a few of these templates around – popular!
Congratulations on your hard work paying dividends.
nice theme. good job.
I am putting up another site for myself. This one is going to be probably the most important one I have, since I’ll be marketing my new original album through it and really looking to build a fan following. I searched high and low and looked through so many themes. I sampled a few. But in the end, nothing really did it for me. Then I thought, you know, maybe PrimePress will do for this new site, too, in addition to my other site that I’d used it for. I’m in only the very early stages right now of site development, but PrimePress is looking to be a great foundation. So thanks so much once again, this time doubly so since I’m using it now at two sites!
1. I would like to upgrade to the lastest version of PrimePress. How would I do this?
2. In setting up a new blog through wordpress, PrimePress does not seem to be an available theme. Is there anyway I can use the latest version in my new blog?
Joanne,
save any changes you’ve made to the theme and follow the instructions here
Primepress looks great in Foxfire but the formatting is off in IE7: There is no right margin in IE7, the white body of the main content just runs off the page and I have a scroll bar, so it isn’t all fitting on my screen whereas it does on Firefox. Looks messy in IE 7
Ravi,
Thanks for a great site. I am COMPLETELY new to php, css and so forth and fear I’ve already messed up my template. I wanted to remove (actually move) the Subscribe to RSS button from the top of the column to the bottom somewhere. I was looking in the Header php and removed a line of instructions that not only did not remove the button but made the button not work as well.
Is there anywhere I can copy and paste those instructions back into my theme?
Is it possible to move the Subscribe button?
Finally, on a completely different matter, can the header picture be broken into 3 or 4 photos? I’d like to make one (my logo) permanent and have the rest change randomly and independently. Thanks for all your help.
Ravi,
Ahem!! If you go the “simple” route and save the custom.css file, please note that upgrading *will* wipe out the headers folder!! I didn’t save all of my header images, so I now have to re-create some of them. Sigh. It would also be helpful to post instructions on how to restore the widgets to the way they were before. Primepress 1.3 defaults to Sidebar Wide and I had two sidebars. I changed to 2 sidebars in Primepress Options, but my widgets aren’t there and I can’t get rid of Meta and Calendar. They appear on my blog, but according to the widget list, they are not installed. Installing them and then deleting them does nothing.
Better instructions would help immensely! I’m sure I can figure it out, but this is not what I had planned to do tonight!
How would I make changes to support the tag that has been introduced by google, yahoo and microsoft?
Are you a real estate investor who wholesales properties? If you are and do not have a large buyer’s list already you are most likely holding your properties for a lot longer than you need to. “How To Build A Buyer’s List” will show you how to build your buyer’s list, sort your buyer’s list, and sell your properties faster.
Template looks clean. Although, same to the other people, I already have messed up my stylesheet. Thank you!
Ravi,
Great template. I’ve made some changes and modifications and they have worked very well.
Since upgrading to WP 2.8 this weekend, I’ve run into one issue: the comments are listed twice on each one of my posts. It appears it’s using both the comments.php and the comments-legacy.php. Is there a way to resolve this?
I have tired editing the functions.php file to edit out the comments-legacy, but that does not work.
Any help would be appreciated.
Ravi,
As an update, I have fixed the double listing of comments by removing all of the following code from the functions.php file:
Previously, I was only removing just the lines with legacy_comments.
thanks for the good theme.
yeah Put up that donate button. =D
Hi,
Thanks for the information,just found this post my technorati news feed section! I was searching for this since past 3 months and i am glad to see it here. Thanking you much
Martin
thanks you
Hi,
Very Nice Informations, i just found this blogpost story from my technorati profile news feeds section! I was searching for this since past 3 months and i am glad to see it here. Thanking you much
Jenn
I love your theme! I just can’t get the two smaller sidebars to appear next to each other.
Great helpful information, Thanks for this nice post, just subscribed your feed, hope you will update new post soon.
keep it up.
Aaron.
Excellent Post, i have found this post Url from my Newswine account recent news options,just subscribed your feed, hope you will update new post soon.
keep it up.
Jenni.
Hi Ravi,
Thanks for this theme it looks great and works really well my website is http://www.over-it.co.uk . I hope you can help though i cant seem to display comments permanantly at the bottom of my posts, searched high an low and find confusing information. Please help??
Thanks
Mike
Thank you very much for the theme
dekoratif ayna
dekoratif aynalar
dekor ayna
bal polen
bal
polen
This is a really good looking theme and I am going to install it on my new website.
Hi,
Thanks for the theme. I am new to building a website, so I hope you can help me. I would like to write posts in different pages but all posts are listed in the main page. How can I change this? I appreciate any help, thanks!!
Great theme
always wordpress is numberone
Thanks guys ..
this is the best site for machnes
this is the traditional wears
thnx admin very good
thnnxx babyy hehe
This is as simple as thesis.. I m in love with it.. will reccomend this for my readers..
thxxx
Great template. thanks for template..
Wow this is great template. I like this simple stuff, thanks for your free templates
Then we are glad to hit the donate button LOL. Anyway Thank you
[...] thanks to Ravi Varma for designing PrimePress and making it available under the GPL. I can see from the PrimePress post at his blog that the theme has many other fans. Posted by Andrew Filed in Web Leave a Comment [...]
This is best theme for me and i use it on my new blog.
с праздником 23 февраля!!!
I just cam across this theme and am very happy with it. It’s nice and clean which is what I like. Thanks for making it available.
I absolutely love this theme! I have customised the life out of it by changing images and css and adding lots of cool stuff.
I’m wondering if you might be working on a new release, and if so, will it have support for the new post image feature?
I’m looking to add images to my rss feed more than anything atm, but the thumbnails would also be cool.
Thanks for a great theme.
а ведь действительно!)
thanks. nice theme.
This is best theme for me and i use it on my new blog.
thanks nice.
I just finished a website for our church but needed one for our pastor – your theme worked like a charm. Thank you!
Hi Ravi!
In my sidebar by defaut there’s an RRS feed button to subscribe to the blog. How can I change this to point to my PODCAST feed?
Thanks for your great work! I’d like to donate!
Gavin
where I could use PrimePress theme?
I really love this theme. So nice, so clean and so fast. Not over designed, just perfect.
Thanks your good post admin thank you.
I’m planning to use the theme…
Thanks
Ravi,
I just wanted to offer some thanks to you – I played around with several themes, and I’ve stuck with yours. I love how clean things look with this theme.
Anything I want to adjust with the theme, I can figure it out. My tech person has said it looks easily customizable which is great.
At some point I would like to move the subscribe-to-RSS section but as I am providing very right-brained services through my site, I don’t feel like adjusting the code
I mention this in case you want to make the subscribe-to an option in future releases.
But after seeing all the above comments, I actually just wanted to thank you for an awesome theme – and extra thanks for offering it for free!
I’m planning to use the theme…
Thanks
автор признайтесь писали после алк?)
Hi, just wanted to say thanks for a great theme! I’ve used it in my company’s new site and have customised it a lot. Thought you might want to take a look!
http://utilitiessavings.co.uk
Any feedback is greatly received also. Regards, Drew.
Ravi,
Your theme PrimePress is great and I like to use it for my blog with wordpress 3.0. But the “custom menu” widget is not working. Do you have plans to include it into Primepress? And if so when do you expect this will be done?
Thank you
Hi Ravi ,
Same question here. How to add it manually in the PHP file ?
thank you,
great theme !
guzel tema paylaşım için tşkr
Amazing theme! I love it and can’t wait to use it! Thanks for sharing this with all of us!
Just wondering if there are any plans for a wordpress 3 upgrade? This theme is great but I am worried about upgrading to 3.0!
Yes, you should be careful. I looks like WordPress 3.0.3 broke my layout…sidebars are not long on the side…
Dear editor, thanks a lot I beautiful and provide useful information.
Mayo Modelleri site as you would like to thanks a lot.
Ayyildiz Mayo Bikini
a very true statement — Looking for a perfect WordPress Theme? It seems everyone keeps looking for one but never finds it
Good thme thank you
Thanks your a lot.
Hi Ravi,
Great post! Your writing is so fresh in comparison to most other bloggers. Thanks for writing when you get the chance to, I’ll be sure to keep visiting
Thanks
Md.Alamin Khan
Great article on social media. This article points out some good information about how social media is a big factor on business
Thanks
Liton mia
Your article seems interesting, i have noted it my digg and stumble account.The point you are making is easy to understand and effective. I have blog site for SEO, Art,Shopping.
Thanks
bivian tilma
……great theme, I’m planning to use the theme, thanks a lot, do we have to leave the author in the footer or can it go in comments in the code or in a credits page,,…. Amazing
I love it and can’t wait to use it! Thanks for sharing this with all of us!
Amazing theme!
Supper theme
Hello there ,
this is a very interesting article. I tell you that the subject is more profound that appear. Believe me !!! Very good site.Keep it up.I liked the look and feel of ur site. . I have many blog site for Link, directory,Hosting
,Sports and much more.
Best of luck
Romel Naan
Very nice theme, thank you, very nice blog
Great theme, thank you! Just one question…how do I remove the post date, author and ‘comments are off for this post’ message from under the post title?
Not sure which php file to edit.
Amazing theme!
I love it and can’t wait to use it! Thanks for sharing this with all of us!
Your design is very nice. I like the theme.
I looked at had some pretty good article thanks to a useful
wow.. Theme is clean and sweeet…
Where is info on 1.4.1?
Nothing here or on the WP site
WP 3.0.1 compatible?
What are the changes? Additions?
In the old version in Main Menu Settings I was able to hide pages from the navigation menu tabs at the top of the blog. How can I do this now?
1.4.1 has moved my tabbed pages to a list of pages on the far left side of the header, and in very tiny print. I’m not happy about that. How can I find a copy of the earlier version? I want to revert to it!
you …. hearty thanks for the information. don ‘t get it
hearty thanks for the information. don ‘t get it
hi ,guy,the theme tags have a big bugs?just like mencasecom,there is no diot!
How can I find a copy of the earlier version
minimalis dan elegant
Is this compatible with WordPress 3.0.3 ?
Dear Ravi,
thank you for this great theme. I was so lucky to stumble upon a blog who used it: it is perfect. I love, love, love my new website.
Thank you & merry christmas
Gitte
@JordanS: yes, I am using WordPress 3.0.3.
Thank you begin to use the theme that I liked
Dear Ravi -
I love the template, but I can’t figure out how to add a navigation tab linking to the homepage. The blog will be on the homepage and the URL will simply be ClearMindHappyHeart.com (no “-Home”).
I keep looking for a way to hard code it before the dynamically generated tab code for the other pages, but I can’t find where to do it in your template files
Also, it does seem odd that comments aren’t enabled for the homepage, when so many sites put their blog there
Great post here – wp blog themes are the best online –
PrimePress Theme for WordPress.
Here is nice blog & good content. Thanks for sharing and link back to my site.
Really nice theme i got it…
Great theme! I use in my Thailandblog http://jokkel.com
Theme good I am sites.
Theme good I am sites.
Good theme thanks!!
fake coach bags is very popular,always at top quality and hot sale.
Thanks for this great theme. I like it a lot, especially the efficient simplicity.
how can i use thnx
Hi, I’d like to see if anyone here can help me adapt this theme to my site. I’m looking to have a comments section, different galleries and embedded videos. Can pay for this help, though not a fortune.
Thanks!
Are any special tweaks needed to get the theme to deploy properly in M Internet Explorer. It looks fine in Firefox, but my site’s sidebars have gone walkabout in IE and even the main column is truncated two posts short of the end. Sebastian Mode
An hour passed. He found himself watches replica at DuPont Circle, staring in the windows of the small shops facing Massachusetts Avenue; rare books, rare dishes, rare costumes; rare people everywhere. There was a mirror in one storefront, and he looked himself squarely in the eyes and wondered aloud if Max the fireman was real or a fraud or a ghost. He walked along the sidewalk, sick with the thought that a respected company could prey on the weakest people it could find, then seconds later thrilled with the prospect of more money than he ever dreamed of. He needed his father. Jarrett Carter would know exactly what to do.Another hour passed. He was expected at the office, a replica rolex watches weekly staff meeting of some variety. “Fire me,” he mumbled with a smile.He browsed for a while in Kramerbooks, his favorite bookstore in D.C. Perhaps soon he could move from the paperback section to the hardbacks. He could fill his new walls with rows of books.At exactly 3 P.M., on schedule, he walked into the rear of Kramer’s, into the cafe, and there was Max Pace, sitting alone, drinking lemonade, waiting. He was obviously pleased to see Clay again.”Did you follow me?” cheap nfl jerseys Clay asked, sitting down and stuffing his hands in his pants pockets.”Of course. Would you like something to drink?”"No. What if I filed suit tomorrow, on behalf of the family of Ramon Pumphrey? That one case could be worth more than what you’re offering for all six.”The question seemed to have been anticipated. Max had an answer ready. “You’d have a long list of problems. Let me give you the top three. First, you don’t know who to sue. You don’t handbags greatknow who made Tarvan, and there’s a chance no one will ever know. Second, you don’t have the money to fight with my client. It would take at least ten million dollars to mount a sustainable attack. Third, you’d lose the opportunity to represent all known plaintiffs. If you don’t say yes quickly, I’m prepared to go to the next lawyer on my list with the same offer. My goal is to have this cheap nhl jerseys wrapped up in thirty days.”
Dear Ravi, sorry for my English.
I had charged the image 150*920 in headlers folder but headler don’t start.
I Use version 1.4.1 whith WP3.1
The hedler start if I identify page ID + image
this is thew cote, that I had copy and Paste and costomize from your site
Thank You for helping
the code…
<img src="/headers/banner_2.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_3.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_4.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_5.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_6.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_7.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_3.jpg” width=”920″ alt=” header image” />
<img src="/headers/banner_1.jpg” width=”920″ alt=” header image” />
<img src="/rotating.php?image=” width=”920″ alt=” Rotating Header Image” title=” Random Header Image” />
This is a GREAT theme. Fits my needs perfectly. Thx a bunch!
Previously used a very nice theme
jordancss
thankssss
When will the next update come?
thanks it is very speed theme.
Thank you for article very nice sharing
good architecture is important in nowadays
When will the next update come?
Thanks
everything is perfect
Hi,
I have just installed the template to my blog at http://www.holytex.com but I get this error with W3C validator, how to fix it?
<meta property='og:title'……………………………
Thanks.
Appreciated.
[...] PrimePress Theme for WordPress – PrimePress Theme for WordPress [...]
Thanks for sharing and keep up the good work. That is a great article.
I am not sure whether it is possible or not but It would be interesting to present source codes for effects on facebook pages.
problem with WP 3.1.4, menu sort order didnt work on menu navigation. please update.
too old !! trash or update!!!
Total mess with WP 3.2 – disaster
I <3 WordPress
Yup, a 3.2 compatible version would be very much appreciated…