alfie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress adds '-2' to slugsah ok thanks!
Forum: Fixing WordPress
In reply to: WordPress adds '-2' to slugsits not this case though, tried it on several sites and different numbers, they are not in the trash but it still happens
Forum: Fixing WordPress
In reply to: More custom registration fieldsid also like help on this thanks
Forum: Fixing WordPress
In reply to: Trouble with calling custom menui discovered the problem. If you have registered two menus and then only create one in wp-admin, it wont work. in my case i still had to crete my second menu so it wasnt working. then i created a test menu and assigned it to secondary menu position and everything worked fine.
Forum: Fixing WordPress
In reply to: Trouble with calling custom menuyes i registered it in the functions file:
add_action( 'init', 'my_custom_menus' ); function my_custom_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ), 'secondary-menu' => __( 'Secondary Menu' ) ) ); }Forum: Fixing WordPress
In reply to: Using WordPress functions in other filesthanks
Forum: Plugins
In reply to: Upload images to pageany help?
Forum: Plugins
In reply to: Membership pluginsany help please?
Forum: Plugins
In reply to: [Plugin: WordPress Navigation List Plugin NAVT] Cannot delete menu groupsany help on this please?
Forum: Fixing WordPress
In reply to: How to set ‘Screen Options’ for all users and disallow changingany answer on this?
Forum: Plugins
In reply to: [plugin: WP-Cycle] Not changing picturesim having the same problem, would love to know a solution
Forum: Plugins
In reply to: [Plugin: Yoast Breadcrumbs] Blog titlewould also like to know this. I want something like:
Home >> My Category
instead of
Home >> Blog >> My Category
Thanks
Forum: Plugins
In reply to: [Plugin: WordPress Navigation List Plugin NAVT] :: duplicate name :: problemany help please?
Forum: Fixing WordPress
In reply to: Error when including wp_footer() in my templateYes the problem is being caused when i switch on the JS Banner Rotate plugin, what can I do about it?
Thanks but this doesn’t solve my problem with this particular plugin.