Archives for Wp Tips - Page 3
Auto Login from one website to another in WordPress
Here we are discussing a scenario where we have two wordpress websites with two different databases running at different domains or sub-domains. We are explaining a feature like SSO (Single Sign On) for wordpress websites. Our motive is to implement…
Disable update for a single plugin in WordPress
As we have different situation here, according to it we have modified the core files of a plugin to complete our desired flow. But as we know, the modification in plugin core files is not a good approach. So, in…
How to set default editor to text mode in WordPress admin
Here we are discussing a situation when we are adding content to the wordpress pages or posts and we want to set the admin editor in "text" version. Sometimes we need to put some html content to the posts and…
How to set default WordPress admin editor as visual
When we are working in wordpress admin, generally we face this issue while adding posts and pages on regular basis. We find that our editor in which we are placing the content for any post or page opens up with…
How to increase menu items limit in WordPress
Generally, in a wordpress website we use few menu items and their submenus. We can create menu dynamically through admin Appearance => Menu Section and add the items as per our choice. Sometimes, we need to add more menu items.…
Apply css on last word of post title in WordPress
As we know the wordpress is much popular now a days. Sometimes we need to apply different css to the last word to make it more attractive for our users. Here I am discussing the same situation to make it…