nemdil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to reset the date for all the old postsI found it and i done it, 21000 post dates changed from 2014 and above to current date in 2 seconds.
this is the code :
Run SQL query/queries on database
———————————————————————–
UPDATE wp_posts
SET post_date = ‘2011-02-05’,
post_date_gmt = ‘2011-02-05’
———————————————————————–change the date you want.
Forum: Fixing WordPress
In reply to: how to reset the date for all the old postsThank you, I will try MySQL
Forum: Networking WordPress
In reply to: Image uploads broken after updateThis is a big problem, because the pictures are uploaded to “/wp-content/upload” folder for the main site, but in the sub-sites the pictures are uploaded in “/wp-content/blogs.dir”, which make them don’t show up in the posts when i upload the picture using media uploaded and i select picture in category,
however, I’m using a plug-in called “Viva-ThumbZoom” showing the main picture which come with the plug-in is installed in a location which it does not exist in my website’s directory : http://nemdil.info/fouzi/wp-content/uploads/cat1_NpAdvMainFea.jpg
but the picture i uploaded goes here : http://nemdil.info/fouzi/files/2010/08/NNN.jpg
but fouzi folder dont exist in my website ???
main site : http://nemdil.info
sub site : http://nemdil.info/fouziThank you