Move posts in wordpress [closed] - wordpress

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

Related

Wordpress - after installation, CSS files don't work [closed]

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 5 months ago.
Improve this question
I just created a new Wordpress project. I have managed to create a local domain to it, created db (without any data) and configurated my config.php (created from config.sample.php). Then I opened it in the browser to start the installation, but it is obviously broken - CSS is not working.
Please help, what can be wrong?
There is also another project where CSS files obviously don't work. I download that project from gitlab. That one was not from scretch. Both don't work correctly.
This problem usually occurs when you have not entered the correct website address during WordPress installation.
This guide will help you with:
https://wordpress.org/support/article/changing-the-site-url/
If the site is in an active domain, send its address so that the problem can be checked.

Server is hacked. How to get into wordpress [closed]

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
I have a site, wordpress is install on it. The site is hacked. I can not login into the wordpress dashboard. I have tried two practices to get login into wp-admin but still I could not get where is the problem.
I have changed the password in the wp_users table through
phpMyAdmin in cpanel.
I have also added another database user+password
and then put the same user name+password on the wp-config.php.
Please me know please if i am wrong or any other solution to get into the wordpress dashboard.
Thanks in advance.
I would suggest ensuring that the email address for a full admin user is set to an address that only you have access to (you can change this using phpMyAdmin in wp_users) and then following the "forgotten password" routine via the interface for that user.

Change wordpress admin login url [closed]

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 am searching for already an hour but cant find anything. So I actually want when someone goes to myblog.com/wp-admin to see 404 error or some other error. The same thing I want a user experience when he goes to myblog.com/wp-login.php. So basically I need to restrict access to that 2 URL and also how can I configure to have myblog.com/login to have the same login page that I would have in the myblog.com/wp-admin page? I am doing this for protecting my wp site from hackers.
You can configure your .htaccess file to accept only your IP address and you can also secure your wp-admin folder using a username/password.
The are lots of tutorials online about that.

Is it possible to migrate a croogo cms website posts to drupal? [closed]

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 11 years ago.
Improve this question
My client has a website built with croogo cms , nothing special just a blog. I want to convert it to drupal by their permission but i dont know croogo. Is there any way to migrate croogo posts to drupal? or should i manually entry them
If you have only a few posts then I would say manually enter them. Anything more than a 50 posts should be automated in my opinion.
check out http://drupal.org/project/migrate maybe this cane help you.
Otherwise use json as an output from croogo and then use drush to import it into drupal.

how to use wordpress 3.0 multi sites functionality? [closed]

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/

Resources