The paths tag has no wiki summary.
0
votes
1answer
22 views
Absolute paths in backend for plugins after moving wordpress
I wanted to move my wordpress from www.domain.com/old-name to www.domain.com/new-name. I thought that this is no problem and I missed backing up...
Now if your are logged in into the dashboard the ...
0
votes
1answer
61 views
Path for contact form file
I have a php contact form that I use with all websites, so ideally I want to avoid using a plug in. The files used include:
• contact.php - A file with php/html write up which displays the form ...
0
votes
0answers
27 views
Why can't the WP-CLI installer find my php.ini?
I am trying to install WP-CLI on my Mac using the standard installation command (found here: http://wp-cli.org), yet I am receiving the following error message:
#!/usr/bin/env php
Some ...
0
votes
0answers
29 views
Current path on page in functions.php
How can I get the current path of my page?
I know how to do it inside a template file, but I need it inside functions.php.
And it has to be before the send_headers hook, because I'll use this info to ...