Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    I am having the same problem, though the url of the picture is displayed in place of the image itself. I tried using twenty-ten and the same problem exists. My normal theme is Suffusion.

    The WordPress featured image dialog does not seem to work either. I did have Shiba’s media library plugin active, but have since disabled it to see if it was causing the problem. Still no change.

    Any help would be very appreciated ??

    Thread Starter crayadder

    (@crayadder)

    The following code is already in the theme function php:

    if (function_exists('add_theme_support')) {
    	add_theme_support('post-thumbnails');
    	add_theme_support('nav-menus'); // For Beta and RC versions of WP 3.0
    	add_theme_support('menus'); // For the final release version of WP 3.0
    	add_theme_support('automatic-feed-links');

    What do I do with it, if anything?

    Also, I don’t know what you mean by

    =========== and in the loop add this code
    the_post_thumbnail() //for default thumbnail size
    the_post_thumbnail(‘single-post-thumbnail’) //for custom sizes you defined at the functions.php

    Thanks for the help.

    Thread Starter crayadder

    (@crayadder)

    Anyone else run into this or have an idea how to fix it?

    I fixed my problem by adding a post to each category, only then did they show up. It looks like empty categories won’t display.

    I have the same problem. The “Categories in Navigation Bar” is there in the “Main Navigation Bar Setup”, but the tab is not showing up on the site. Pages and Links are both showing however.

Viewing 5 replies - 1 through 5 (of 5 total)