So, finally discover how to set the default blog in WordPress

I have multiple blogs, one personal and others for projects that I have, I trust in WordPress because it’s pretty flexible and since version 3.5 the improvements are awesome, making the writing a lot easier.

Still I had a problem, I’m used to the WordPress app for iOS and Mac to avoid having to load the whole page. It is kind of limited (not all plugins are available in the App) but for a quick post it works. Well, the problem I had is that I post mostly to my personal blog, but one of my projects blog was the default and I didn’t knew how to set a default. I event asked for help.

Well, today I discovered that it is possible.

First, you need to go to WordPress.com and go to your account settings.

Then go to the Account settings section.

 

And there just select your default blog. hit save and you are done!.

How is that I didn’t do this before?.

Loading

How to see the certificate information on dev Chrome? ( >= 57 )

I’m not sure if this applies to Beta but at least for Chrome 57 it does. You can usually check the certificate information on Chrome when clickin on the “Secure” word before “https” even if it is not secure (self-signed certificate, sources form unsecure sources) you are able to see the certificate by clicking it and then in the menu click in the “view details” button.

Well, in Chrome 57 it is not there.

Screen Shot 2016-12-15 at 9.36.45 AM.png

So, if the “view details” button is no longer there, where can I see the certificate information?. well, you have to open the developer console, there is the “security” tab and there is the information related to the certificate.

Screen Shot 2016-12-15 at 9.37.16 AM.png

I don’t know what motivates this, it was unobstructive in any way… ?.

Loading