Can I make a public directory under a private directory?
I have a personal folder /a/b on the server with permission 700. I don’t want others to list the contents in /a/b. The owner of /a is root.
I have a personal folder /a/b on the server with permission 700. I don’t want others to list the contents in /a/b. The owner of /a is root.
Is it possible to use folders within our WordPress site for the content such as pages/posts organization? Any issue in doing this?
How can I detect if a plugin or a program is creating a folder on the root directory of my WordPress site? How will I know if I could safely remove them? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue … Read more
I have a bunch of posts that contain images with urls that follow this pattern:
I’d like to offer my custom post type as a Plugin, so that people can use it without touching their theme folder. But custom post type templates — such as single-movies.php — reside in the theme folder. Is there a way to get WP to check for a single-movies.php in the plugin’s folder? Hooking a function into the Filer Hierarchy? Or get_template_directory(); ?
I have a subdirectory within my WP installation called labs. I created a WP page called labs as well. When a user hits mydomain.com/labs/ I want them to load up the WP page. But instead it’s loading up the labs directory listing.
I want to move page template files like page-{slug}.php to a sub-directory within my theme, in a way that WordPress will recognize them automatically. If the page templates of the said form doesn’t exist within the sub-directory, then WordPress should fall back to the default template loading rules. How can I achieve that?
I am working on a website that is using posts as a way to manage glossary articles similar to the example website below. I would like to find a way to display articles alphabetically and grouped by a selected letter (such as the letter ‘F’ in the example). I would like the process to be automatic.
I was reading this article: Common WordPress Development Mistakes and How to Fix Them, and in it, they author says:
There are not a lot of filters in subclasses of WP_List_Table, at
least no where we need them to be.