pedmands
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom plugin affecting Page displayAlso to note: the single posts and all taxonomies display just fine with the plugin activated.
Forum: Plugins
In reply to: Want to style wp_list_pages linksScratch 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.
Forum: Plugins
In reply to: Alter Meta Widget in SidebarYou 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 pluginsAre 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
Forum: Plugins
In reply to: Calling a .txt file (or similar)thanks!
Forum: Themes and Templates
In reply to: Theme: Musil 0.99.0Hey,
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