Author Archives: Sunil Chaudhary - Page 7
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…
How to get last word of post title in WordPress
Sometimes we need to get the last word from title of our post. We want the last word as per our requirement in few rare cases. You can use below mentioned code directly to the place where you want to…
Best way to use wordpress functions outside of WordPress
Sometimes we need to call wordpress functions outside of wordpress in a situation when we want to use them as they are. This will minimize our work to built custom functions to use outside environment and make our work easy.…
How to use wordpress functions outside of WordPress
While working with wordpress, sometimes we want to use wordpress functions out of it. In most of the cases, we need this when we want to fetch latest wordpress posts to show on another website which is not in wordpress.…
How to remove tabs from woocommerce product data section in admin
We know that woocommerce is a widely used plugin to build shopping websites in wordpress. So, when we are adding products we have a section named "Product Data" just below the content editor. In this section we have various tabs…