Is it good to install wordpress in a subdirectory (with a random name), but set “Homepage” address to domain root? (based on Giving ...
-
June 3, 2022
- 0 Comments
I need to get the current plugin name using a define like this define(PLUGIN_NAME, plugin_basename(dirname(__FILE__))); Regrettably, that code doesn’t work because the php ...
-
June 3, 2022
- 0 Comments
I have a simple problem I’m hoping someone can shed some light on. I have a child theme with a custom page template ...
-
June 2, 2022
- 0 Comments
I have a domain that already has a number of wordpress installations in existing subdirectories. I would like to activate wordpress multisite to ...
-
June 2, 2022
- 0 Comments
Currently my folder structure looks something like ...\themes\MyTheme - \lib - \src - index.php - style.css - more theme files - .gitignore - ...
-
June 1, 2022
- 0 Comments
I have WordPress 4.4 installed localy on wamp server 2.5 x64 on Windows 10 and noticed that: get_template_directory(); returns this: 'C:\wamp\www\my-site//content/themes/my-theme' Questions What’s ...
-
June 1, 2022
- 0 Comments
I created a custom page template where I want to present some data specific for that page. The file is placed in wp-content/themes/themename/page-templates ...
-
June 1, 2022
- 0 Comments
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so ...
-
June 1, 2022
- 0 Comments
I just installed WordPress Multisite (version 4.7.2) in a subdirectory of my primary domain (site1.com/wordpress), and I’ve configured multisite to use subdirectories for ...
-
June 1, 2022
- 0 Comments