Bpress Magazine a free wordpress theme by wpcrunchy
- April 6th, 2009
- Free, Wpcrunchy
- 36 Comments
Bpress Magazine is another magazine style wordpress theme comes in series of my previous theme bpress.
Features
- Built in theme option to customize the theme
- built in top earner advertisement block
- Built in Featured content gallery
- Feedburner RSS Subscription ready
- Works fine on latest wordpress version
- Tested and works fine on all major browser.
- Auto resize images
- widget and gravatar ready
- Pagination ready
- Social Bookmarking Ready
- Has featured video ( easy to configure via theme option )
- Easy logo change via theme option
- twitter integration
- breadcumb in post ( for SEO )
- Drop down menu with 2 level maximum



















Hi,
I love this theme. It fits my needs exactly! Thanks!
This theme is AWESOME ! THANK YOU for sharing and keep on the good work !!!
This doesn’t work on the newest version of wordpress…
please update this theme! Its a great theme, which i want to use, but useless without the update and full funtionality…
Hi.
I would like to use permalinks but when I use them, ads doesn’t show on every pages (except main page).
Help
Hi.
my mistake, ads work fine on every page, but on post page doesn’t show
Hi,
No problems downloading or installing theme except I can’t activate it – it’s showing up all black. Could it be because of the updates to WordPress or am I doing something wrong?
Thanks,
Faith
Where can I go to reduce the speed of the sliding panel? Sorry to ask here, is there a forum for crunchy themes that I wasn’t able to find?
nevermind, I found it. Still interested in a forum though.
Thx
Why ??
Posted by on August 23rd, 2008
et not
Posted by on ????
I dont have the page buttons at the bottom of the page to go to the next set of content. Can you help me?
ryan@lostinreviews.com
Thanks
Thanks that worked! How do I get the thumbnails to continue off the main page? Is there a way to change the color of the featured and search bar from red to blue, like the twitter fallow me?
Thanks
Ryan
didnt get you on thumbnails part but about featured and search bar you can change the color by editing the css which can be found on style.css file.
Cool thanks. My thumb nails only show up on the main page when leave the main page to go into a category they disappear and im left with only a box.
I’m still having the thumb nail problem. My thumb nails only show up on the main page when leave the main page to go into a category they disappear and im left with only a box. It’s like that in the demo here on the site as well.
Ok tried that now it just puts the title of the article in the box still no image.
I got it here is the full code I forgot to change the second one
ID, “image_value2″, true ) ) : ?>
<img src="/timthumb.php?src=ID, “image_value2″,
Ok one last question and thank you so much for the theme and the help.
Can I change the top bar and have it show my categories rather than Home and about pages?
How do i change the font size in the main post, not the header or the title but the actual content I would like to make the font larger.
Thanks again
Let me explain a little better i would like to keep the preview font thesa,e but increase the actual article font. Also when I change the font the header also increases in size. here is the code i am changing:
/* Resets
————————–
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: #42423d;
background: #19110a;
—> font:11px Georgia, Verdana; color:#727272; <——– HERE
height: 100%;
}
I changed it where you said and now the header is fine. is there any way to change the post font and not change the preview font on the main page?
never-mind I found it thanks again
is there anyway I could get a different footer I don’t want to change it and not give you credit but the psp hacks part wont sit will with video game companies.
All good thank you for all your help!
hello
my featured articel is mess up..
is dont show pic..
on hve insetred the lik..
how to fix?
thank you for this great theme
My main Article picture does not show on front page.. Urls to the images have been uploaded like ask.. Why doesnt it show???
Thanks
Hi, first off, great theme! Goes really great with a “tech” theme for my website.
My question is that if there is a way I can show the trackbacks for each of my posts in the theme. I have already enabled both pings and trackbacks, but I still can’t find the trackback URL.
Help?
i believe the bpress magazine theme shows both trackbacks and pingbacks along with comments. but in your site url where you use basicpress, you may follow the code below to make both trackbacks and pingbacks appear in comments.
open comments.php and find:
wp_list_comments('type=comment&callback=wp_threaded_comments');replace it with:
wp_list_comments('type=all&callback=wp_threaded_comments');check the source here for more.
what wordpress version u used? so i can take a look on it
its posted by *author name* on *date posted*
it needs a plugin called pagenavi by lester chan. you can download it at wordpress.org plugin directory
my bad i put a wrong value on achive.php file. below is the fix:
open archive.php and find this
get_post_meta( $post->ID, "articleimg", true )replace it with this:
get_post_meta( $post->ID, "image_value2", true )let me know if it works.
no problem mate. yes you can change that to categories instead of pages. follow step below:
open header.php and find
wp_list_pages("depth=3&title_li=");replace
wp_list_categories("depth=3&title_li=");open style.css and find the style class intended for post it should be under the comment code below
/* Posts homepage--------------------------
*/
sorry all links in footer should be intact.