lake15
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postI’m happy to say this is resolved, but I’m a bit embarrassed. This was an interface/user error, not a WordPress issue.
I was looking for the word Publish under the pull down. Ugh.
http://www.hawleypage.com/wp-content/uploads/2013/04/Edit-Post-‹-Hawley-Page-—-WordPress.png
I just re-read your response and agree with you about encouraging views. I think we are still mis-understanding each other.
This is my goal, which I think will produce some decent click throughs and contain all the possible keywords.
http://hawleyboosters.com/Hawley-Page-3.jpg
So is this possible with SFC?
Thank you for your response. So, can I assume that it is not an easy modification to change it so that the Excerpt is the Facebook update and the blog post title and first portion of the post content appear below?
Thank you. This solved my/your issue!
Appreciated!
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postThis is a 10 day old WordPress site. It was discovered during testing.
If you were to ask me, I could do a clean install via Bluehost or manually and I bet I would have the same problem.
Are you a betting person? 🙂
Gordon
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postI just verified that option_value field is set to: a:0:{}
Again, thanks – still curious of options.
Gordon
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postI did the FTP version of resetting my plugins. Currently, the plugin page says “You do not appear to have any plugins available at this time.”
The Contributor explanation does not explain why I can make all Post and Page status changes from the Quick Edit screen, but not the Edit screen.
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postI did that. Still having the same problem.
Looked at another blog I built on BlueHost.com. Same issue.
Tried yet another browser and replicated the same issue.
Just to be perfectly clear, this is what I’m seeing…
http://www.hawleypage.com/wp-content/uploads/2012/06/screen-shot.jpg
‘http://www.hawleypage.com/wp-content/uploads/2012/06/screen-shot.jpg’
Thanks again for your persistence.
Gordon
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postesmi,
Thank you for your help. I did what you suggested above and was able to change it. No luck.
FWIW – The previous value was
a:1:{s:13:"administrator";s:1:"1";}Hmmmm.
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postSo, with the Quick Edit option, I see this code which IS PROVIDING the opportunity to change to status to Published.
FWIW and for your help in troubleshooting.
<div class="inline-edit-group"> <label class="inline-edit-status alignleft"> <span class="title">Status</span> <select name="_status"> <option value="publish">Published</option> <option value="future">Scheduled</option> <option value="pending">Pending Review</option> <option value="draft">Draft</option> </select> </label>[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Forum: Fixing WordPress
In reply to: cannot change status from draft to published on edit postThank you.
I just tried all of the items above and they did not solve the problem.
I was able to determine that the Edit Page screen will not allow me to switch the Page from Draft status to Published either. The drop down only shows Draft and Pending Review.
Hmmm. It seems that this ‘publish’ module is the problem for both posts and pages.
<div id="post-status-select" class="hide-if-js"> <input type="hidden" name="hidden_post_status" id="hidden_post_status" value="draft" /> <select name='post_status' id='post_status' tabindex='4'> <option value='pending'>Pending Review</option> <option selected='selected' value='draft'>Draft</option> </select> <a href="#post_status">OK</a> <a href="#post_status">Cancel</a> </div>Any additional suggestions are appreciated.
Gordon