Skip to content
2016-10-21_13-46-04

Create your own bulk actions

    Including version 4.6 it was quite difficult to add custom bulk actions to the WordPress admin pages. In version 4.7 a hook is added that simplifies the task a lot: add_action(‘bulk_actions-{screen_id}’, ‘my_bulk_action’); Defining the hook As an example we’ll use the post page, the variables are named accordingly. add_filter( ‘bulk_actions-edit-post’, ‘register_my_bulk_actions’ ); Definig the hook function register_my_bulk_actions($bulk_actions) { $bulk_actions[‘my_bulk_action’] = __( ‘My Bulk Action’, ‘domain’); $bulk_actions[‘my_other_bulk_action’] = __( ‘My Other Bulk Action’, ‘domain’); return $bulk_actions; } You can define more… Read More »Create your own bulk actions

    Awesome Business Ideas to You Can Start Today

      Today people no longer need to stay stuck at their day jobs from 8 AM to 5 PM. First of all, it might take a while for one to find a job, especially the kind that the person actually likes. Secondly, you might not be able to start and earn money the same day you want. So why stick with this old-fashioned model of making money? There are so many things you could do instead: you could become a freelancer… Read More »Awesome Business Ideas to You Can Start Today

      AI-Based Logo Design Dos And Don’ts For Startups!

        In today’s time; almost everything is interactive, attractive and aesthetically pleasing. Creativity now has limited boundaries as designers can now get easily fancy with logos, images, backgrounds, posters and animations. Established brands like Coca Cola, Pepsi, DHL and Emirates can even simplify their logos or make them even fancier. However, Coca Cola prefers staying original in its own sense whereas Pepsi has modified its logo, again. Can startups do the same? Well, the answer is No and there are valid… Read More »AI-Based Logo Design Dos And Don’ts For Startups!

        12 Tips on How to Become a More Creative Web Designer

          Although the profession of a web designer is one of the most complicated and challenging ones, more and more people are interested in becoming experts in this field. Web designing is the field where you get a chance to combine your creativity with the technical skills and create something new and unique. Although it might sound interesting and easy, it requires a lot of computer knowledge and query skills. If you are interested in becoming a web designer but have… Read More »12 Tips on How to Become a More Creative Web Designer

          10 Ways to Supercharge Your Social Media Marketing Strategy In 2019

            It’s normal for savvy digital marketers and entrepreneurs to think ahead and tap on emerging trends and patterns before the ‘noise’ comes in. When it comes to social media optimization techniques, the marketing trends change faster than the seasons, and keeping yourself abreast with all the upcoming trends becomes all the more important to excel in this overcrowded space. Moreover, by putting in some efforts to recognize and work on some upcoming trends, you’ll be doing your audience a favor… Read More »10 Ways to Supercharge Your Social Media Marketing Strategy In 2019

            10 Powerful Tips to Increase Your Online Sales

              In this fast-paced world, no one is ready to wait; we want instant results and quick success. As an entrepreneur, I am sure even you would be looking for ways to quickly increase your online sales to boost your business revenue. But the question is, how? You have a good product, a great clan of professionals, and maximum amount of people are even landing on your website. Wondering even after all the hard work and good traffic why are you… Read More »10 Powerful Tips to Increase Your Online Sales

              Standardization and Use of Tools in Web Designs

                In the past year and till date it seems that every day there was a new app launched or a tool or feature incorporated in web design to make it more functional and interesting. In 2017 you saw useful tools and apps such as Adobe XD, Marvel and several others and some of these tools had been a real game changer. Gone are the days when designers used Photoshop extensively for UI design. If you take a look around you… Read More »Standardization and Use of Tools in Web Designs