• Resolved jrcollins

    (@jrcollins)


    Can anyone tell me how to modify the code below so I can display multiple posts on category pages? There doesn’t seem to be anyway to change this in the theme options.
    elseif(is_category() && get_option(‘cb2_blog_inner_count’)) $numberposts = get_option(‘cb2_blog_inner_count’) ? get_option(‘cb2_blog_inner_count’) : $numberposts;

Viewing 5 replies - 1 through 5 (of 5 total)
  • This code is attempting to pull a theme option (cb2_blog_inner_count) and it’s associated value as set in your database ($numberposts)…so there should be an option…

    Are you, per chance, using some method of server cache?

    Thread Starter jrcollins

    (@jrcollins)

    No, I’m not using a server cache. Is there anyway I can bypass the “blog_inner_count” query? I tried but just got errors.

    This is a theme issue. What theme is in use? If you cannot get support on this theme, time to use one that is supported…

    Thread Starter jrcollins

    (@jrcollins)

    I’m using Clickbump which is a premium theme. I’ve tried several times to get help with various issues but never received a reply. Interestingly enough, however, they were very accommodating in helping me sort out a payment issue.

    Interestingly enough, however, they were very accommodating in helping me sort out a payment issue.

    Seems like my advice on this is more relevant then? Unfortunately, you are at an impasse as this forum only supports themes from here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Number of posts on category pages’ is closed to new replies.