Can't republish an unpublished page on drupal site -
i'm administrator on drupal site...
i accidentally unpublished home page, cannot find means republish it.
from content menu, can select piece of content, options make sticky / unsticky , delete or unpublish... though it's unpublished.
help, please
there many ways set node published state if know nid, node id. here couple:
- you can browse http://www.example.com/node/[nid]/edit , tick published checkbox under publishing options fieldset.
- you can change via database query:
update node set node.status = 1 nid = [nid];
Comments
Post a Comment