Ecotrust / ocs-wp

Worpress Implementation of ODFW's Oregon Conservation Strategy
Other
1 stars 0 forks source link

Remove Images from /wordpress/ Folder #91

Closed willthemoor closed 8 years ago

willthemoor commented 8 years ago

Somehow, there are images in the /wordpress/wp-admin/ folder.

  1. Make sure they're not in use
  2. If so, move them and update the db
  3. Remove them.

Example files

#   wp-admin/Eelgrass_JN-e1449709878669-86x115.jpg
#   wp-admin/Eelgrass_JN-e1449709878669.jpg
#   wp-admin/Eelgrass_JN-e1449710107360-115x65.jpg
willthemoor commented 8 years ago

select * from wp_posts where guid like "%wp-admin%"