Previse
Previse WordPress theme is a 3 columns fixed width WordPress template by MagPress.com. This WP theme has theme options, featured content and categories, Adsense ready, footer widgets and many more.
Tags: Adsense Ready, Blue, Custom Menu, Featured Content, Fixed Width, Free WordPress Themes, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Three Columns, Twitter Ready, White, Widget Ready, Wordpress Templates, WP Themes
nice template. thanks
hey great theme. are all the thumbnail height width settings in the style sheet??
i wouldn’t mind making a few a little bigger by default. mine are more set to long ways instead of square. also the ‘latest on’ and category thumbnails. regards
You can manually set its array on index.php and includes/featured-category.php. You should be able to see a code such as array(180,9999), change it to your prefer size (width, height).
awesome. I’ll check that out thanks. again nice theme, coded well, my last one was a little bloated.
One of your finest themes. I’ve been looking for a good theme for my blog for DAYS. I went trough hundreds of themes and finally I found this gem.
Thank you!
Hi, I have an issue with the Twitter feed. The Twitter widget in Appearence- Theme Options- doesn´t show my Twitter feeds in the Previse theme (it doesn’t even show anymore in the demo you have in this page ).
Is the problem in the Twitter Feed Count? What should I do to make the Twitter function work? Thx!!! Anniina
hi anniina,
due to some changes in twitter API, the old code will not work.
open includes/twitter.php and edit this code
[php]<script type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/js/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php echo ($get_twitter); ?>.json?callback=twitterCallback2&count=<?php $twitter_count = get_theme_option(‘twitter_count’); echo ($twitter_count); ?>"></script>[/php]
change to this new code
http://pastebin.com/gnsC2xLi
cheers
I really like what you guys are usually up too. This kind of clever work
and coverage! Keep up the terrific works guys I’ve included you guys to my personal blogroll.
We stumbled over here different page and thought I might check things out.
I like what I see so now i am following you. Look forward to looking over
your web page for a second time.
Awesome theme, my only issue is that I haven’t been able to figure out how to customize the categories in the header…I don’t want to feature all of the categories, just a handful. Any helpful tips?
NM figured it out! Now I just need to figure out how to change the color of the header from blue to white/gray
its in line 29 of style.css
[php]body {
background-color: #F6F6F6;
background-image: url(images/bg.png); /*change this*/
background-repeat: repeat-x;
background-position: left top;
}[/php]