Jump to content
UBot Underground

Clicking the "HTML" tab in wordpress


Recommended Posts

This is driving me nuts, I am simply trying to click the tab in wordpress that switches the view to HTML. Every which way i try it clicks it and then goes to the dashboard.

 

Anyone know why?

 

I do:

 

RUN JAVASCRIPT

 

switchEditors.go('content', 'html');

  • Like 1
Link to post
Share on other sites

Another option I Discovered.

 

To turn the Visual Editor back on go to Users (in the left column when you are logged into your blog), click on Your Profile, look for Personal Options and uncheck the box that says Disable the visual editor when writing.

Link to post
Share on other sites

Another option I Discovered.

 

To turn the Visual Editor back on go to Users (in the left column when you are logged into your blog), click on Your Profile, look for Personal Options and uncheck the box that says Disable the visual editor when writing.

 

I don't do dashboards as I'm dealing in the 100s :rolleyes:

Link to post
Share on other sites
  • 4 weeks later...

On a similar theme I am having trouble getting my bot to click the Publish button :

 

<p class="submit">

<input name="save" id="save-post" value="Save" tabindex="4" class="button button-highlighted" type="submit">

<input name="publish" class="button" id="publish" tabindex="5" accesskey="p" value="Publish" type="submit">

<br class="clear">

 

<span id="autosave"></span>

<span id="wp-word-count">Word count: <span id="word-count">0</span></span>

</p>

 

Any ideas what I am doing wrong. At present I've tried all the obvious ways like Click Button etc

Link to post
Share on other sites

I too got tired of this issue so I took the easy way out. If the sites are yours then just create a secondary userid and make the default editor NOT the visual editor. This works like a champ for me.

 

Buddy

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...