Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pedmands

    (@pedmands)

    Also to note: the single posts and all taxonomies display just fine with the plugin activated.

    Thread Starter pedmands

    (@pedmands)

    Scratch it- I defined context with an li class, then just styled the li class. I was making the problem more complicated than it needed to be in my head.

    pedmands

    (@pedmands)

    You could also use:

    <li><h2><?php _e(’Meta’); ?></h2>
    <ul>
    <?php wp_register(); ?>
    
    <li><?php wp_loginout(); ?></li>
    <?php wp_meta(); ?>
    </ul>
    </li>

    Those are dynamic functions- in other words it’ll say “register/site admin” and “log in/log out” depending on whether you’re logged in or out.

    Haven’t tried php functions in a text widget, but what better time to try than now? If that doesn’t work, you can always search for a meta-widget in the plugins here, and then open it up and tinker in the .php file.

    The code for the widgets are in wp-includes/widgets.php

    But I wouldn’t mess with that unless you really know what you’re doing.

    Forum: Plugins
    In reply to: trouble uploading plugins
    pedmands

    (@pedmands)

    Are the plugins compatible with the version you are running?

    Make sure you are uploading to the same wp-content/plugins folder as the installing of WordPress you are trying to activate the plugins on (if multiple installations installed).

    Make sure you are uploading the entire contents of the plugin into a unique directory (kind of what joni said, but make sure subfolders are there too, if any).

    If I think of anything else I’ll let you know

    Thread Starter pedmands

    (@pedmands)

    thanks!

    Hey,

    I am using your Musil theme (slightly modified) for my website- prestonedmands.com and have just one quick question/problem for you.

    The menubar (which looks great, by the way), only displays the white background behind the current page when you’re at the ‘blog’… the others (music, merchandise, press, etc) do not display the white background when you are at them. Is there a quick fix for this?

    Cheers,
    Preston

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