Questions

What's the most efficient way to organize WordPress files?

Here's the issue that I'm sure many of you would agree with. I have a massive amount of folders and my memory recall simply can't remember the name of these plugins, just the function i need. What tools, or system do you recommend to tag these folders like a bookmarking system to easily search in a single location. Is there a evernote like app for this?

3answers

I'm not sure of an app specifically designed for tagging, but if you use something like Sublime Text there's a fuzzy search as well as a "find in folder" search that would allow you to search all files contained in a project for the function name. I've had similar problems where I know what I need, but I can't remember the file name; Sublime Text solved that for me.

Good luck!


Answered 8 years ago

In terms of physical files (WordPress core or plugins), the core setup of a WordPress project is straightforward:

- The project root contains wp-admin, wp-includes, wp-content, and the main core files.
- wp-content/ contains your custom code - themes, plugins, uploads, backups, whatever be it.
- uploads/ are grouped by years and months (for better accessibility).

If you're struggling with the search itself, make sure you're not overcomplicating your product with dozens of random plugins that you don't need. Keep it simple. Each plugin has its own purpose, which makes it easier to find the right function or class.

Using a professional IDE like PhpStorm, Eclipse, Netbeans will help you search thoroughly. On Mac/Linux, you can study grep or ack and craft complex search queries for whatever you need (including pipelines of stacked commands).

In terms of your media uploads, there are plugins that let you organize the media in a sensible manner. If you've integrated with AWS S3, creating buckets for certain files may be a better approach, too.


Answered 6 years ago

A great plugin you can use is Folders by Premio (https://premio.io/downloads/folders/).
If you're looking for any specific WordPress help, do reach out or visit - https://visualwebz.
Specifically https://visualwebz.com/seattle-wordpress-designer/

Good luck!


Answered 3 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.