Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I'm trying to create a website with wordpress on localhost(xampp). I'm gonna use wordpress rest api while on my project but when i try to create password for api this error appearing
how can i create ssl certificate
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
How can I sell digital products to users who don't have an account who are not registered to my site?
I want the user to add to cart then check out by paying after payment the users get the file downloaded on their computer/phone.
I am forced to register the anonymous users once they buy the goods.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Im looking for a module for drupal 7x that you can see all the content and folder structure within the admin panel.
Much appreciated
If you need a File/Directory Browser module for Drupal 7 then you can check this link or this one.
Edit:
WebFM has not support for Drupal 7. But this module: elFinder has.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I moved my whole wordpress installation on my server from a folder called wordpress to a different place. Now, when I click on a post, the link still contains /wordpress.
I already replaced the url in the guid column in the table wp_posts.
What else can be the problem?
Do you have changed the installation path in the settings (wp-admin).
If all the links populated by wordpress are wrong it might be an issue with your settings? You cam verify this by creating a new post and check if the link is incorrect there as well.
Just go to Settings->General
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have a lot of usernames/passwords from various sites and I would like to use WordPress to store these. I use WP as my daily dashboard and save all my links there. Any recommendations would be appreciated.
Try 1Password, or use your browser's password storage. Using WordPress for that is just silly, as others have said.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
how to enalble wordpress 3.0 multisites and open registration to public people?
To enable this feature, simply open
your wp-config.php file located in
your WordPress root folder. Then add
the following line anywhere in the
file:
define('WP_ALLOW_MULTISITE', true);
Once you have done that, you should be
able to access the network page from
Tools ยป Network
Source: http://www.wpbeginner.com/wp-tutorials/how-to-enable-multi-site-option-in-wordpress-3-0/