StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-30-2009, 09:47 PM
all4balance's Avatar
all4balance all4balance is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Location: Middletown, VA
Posts: 23
Default theme options won't save & category ID trouble in blog templ

I'm using streamline 3.0 ... my options won't save anymore like identifying what category to show on blog page. I have a feeling it's something I've done in the upgrade to 3.0. Anyway, I'm trying to get around it by using the page_blog template from 2.0 and using the cat id=10 (That's my category ID I need) option and that doesn't seem to work either. Any suggestions?
website ... www.thedigitalnotebook.com (starting with "News") ... that's my category 10 and I have 3 posts under that category.

Here's my code from my page_blog template:

<div class="postarea">

<?php $blog_cat_1 = get_option('streamline_blog_cat_1'); $blog_cat_1_num = get_option('streamline_blog_cat_1_num'); if(!$blog_cat_1) $blog_cat_1 = 10; //setting a default ?>

<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=".$blog_cat_1."&showposts=".$blog _cat_1_num."&paged=$page"); while ( have_posts() ) : the_post() ?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Theme Options don't save bluepearlsolutions General Discussion 7 04-17-2010 02:19 AM
Theme options don't save bluepearlsolutions General Discussion 4 02-08-2010 04:11 PM
Theme Options Don't Save trostle General Discussion 6 10-04-2009 08:32 AM
Theme Options Not working - won't save? ehdesign General Discussion 13 07-14-2009 05:19 AM


All times are GMT -5. The time now is 11:21 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.