Create your own bulk actions – WP Engineer

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 … Read more

Set Clear Blogging Goals to Make 2024 a Success

Creating clear blogging goals will set you up for success as a blogger this year. Learn how to create effective goals, supercharge them and get the results you want. This post includes affiliate links. If you make a purchase using an affiliate link I may get a few bucks, at no extra cost to you. … Read more

Is Usborne Books an MLM?

So, you’re wondering if Usborne Books is an MLM, huh? No worries, we’ve all been there, trying to figure out if a company is operating within the multi-level marketing realm. As curious beings, it’s only natural for us to question the way certain businesses function. Usborne Books is a British publisher of children’s books, founded … Read more

Netflix Jobs: Find Remote & Flexible Jobs

As the remote job market grows, so do the multitude of options job seekers are faced with—including which companies to pursue. To help you narrow down your options when searching for remote work, we’re highlighting Netflix, a subscription streaming service and internet media provider. Below, we’ve outlined details about Netflix’s business operations, the company’s flexible … Read more

How to Serve Static Assets with an Efficient Cache Policy in WordPress

The Google PageSpeed recommendation to serve static assets with an efficient cache policy is all about browser caching. It’s usually pretty straightforward to fix on WordPress sites. “Static assets” means the files on your site: CSS, JavaScript, images, fonts, videos (and other media files). “Efficient cache policy” means that they have a long enough browser … Read more

Add clean email subscription box below blogger posts | BlogTipsNTricks: Blogger Templates | Widgets | Tips

Email subscription box allows visitors to subscribe to a blog & be notified about latest published contents right into their email inbox, without visiting back the website. And allowing visitors to subscribe via email can help a blog grow and target specific audiences. Isn’t that cool? Firstly, we will discuss on blogger’s default email service … Read more