• I’m new to wordpress. I have admin control of an in progress wordpress system and need to move it to my local system to work on it.

    The current system is running wordpress 3.6 and I can’t find a tools menu item on the menu. I’ve installed 3.7.1 on my local system for development.

    Where I might have expected to find it, under users, and above settings I don’t see it.

    Is this a plugin? Do I need to get and install an export plugin in order to do this?

    Thanks

    Mark

Viewing 7 replies - 1 through 7 (of 7 total)
  • Having the ‘Menu’ optoin in your admin area is completely theme-dependent. If your theme has menus set up, it will be there. if it doesn’t it won’t show. I’d hazard a guess that’s what’s happening with your site.

    Thread Starter phantom21

    (@phantom21)

    So, changing the theme will reintroduce the tools menu item to the menu on the left? Which theme would you suggest?

    It might, but you can also add menus yourself by adding to your theme (using a child theme of course) or by writing a plugin to do it. Check out the register_nav_menu() function for what you’ll need.

    It’s not that I’m against changing themes, but most people choose a theme based on how much they like it, so changing it isn’t the best idea in most of the situations that I’ve seen.

    Thread Starter phantom21

    (@phantom21)

    I appreciate the info, but I’m a newbie to wordpress and php and don’t know how to create a menu item.

    Further, my researches indicate the export function is part of the tools menu, which is supposed to be part of the default wordpress application. If so, the person who designed the system I’m taking over (and who cannot be reached) modified wordpress to not show the tools menu item.

    So, my question is, how do I redisplay that option?

    And remember, I’m a newbie, so saying I might write my own is not in play here.

    Thanks,

    Mark

    OK, that makes it pretty different.

    If your old developer has done that, then it’s goingto be next to impossible for anyone here to say where it’s bene done without having access to the entire theme (and even plugins) that they devleoped for you. It’s probably in there somewhere, but there’s just to many places it coudl be to give you any idea of where it could be. All that I’d say is that you can start poking around some of the files in the theme starting with functions.php and see what you can find.

    Thread Starter phantom21

    (@phantom21)

    I’ve explored some and found the followng

    The thems is called twenty twelve
    there is a plugin called BackupBuddy

    My guess, and it’s only a guess, is when the backupbuddy plugin was installed it removed the tools menu with the export capability.

    The previous developer, again – not available, had a username and password on it so I can’t manage the licenses.

    I have done a complete backup using it and downloaded that zip file, in doing a complete backup which includes settings, database, and files, downloaded successfully.

    It seems to include such files as .htaccess, wp-admin.php, and more.

    Since I’ve already installed the wordpress version 3.7.1, I don’t want this overwriting my existing installation.

    So, should I have just backed up the database and the files, but not the settings?

    Mark

    The settings are stored in the database, so to not back up the settings you have to not back up the database – obviously not a good idea.

    Have you tried the standard starting point for torublehsooting of de-activating eveyr plugin and changing to the default Twenty* theme and see if it is still happening then? That’s definately the first step and will tell you if it’s something that’s done by the theme or a plugin. If you do this and it works, then re-enable the plugins one-by-one and check in between each one by clicking around a few times to see if that’s the one that stops that functionality.

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

The topic ‘Trouble finding tools to export’ is closed to new replies.