Useful tips for everyday
What are the appropriate permissions for WordPress files? The appropriate permission for all files in WordPress should be 644. This means that the users have…
What is the first thing that you should do before creating a publication? 10 Things To Do Before You Hit ‘Publish’ If It’s Bad, Kill…
How do I remove tab from text? Mark one of the tabs and copy it (Ctrl-C). Press Ctrl-H to open the Replace dialogue, paste (Ctrl-V)…
Is it possible to use PHP sessions in WordPress? WordPress Core does not use sessions. All “user state” is managed via cookies. This is a…
What does & mean before a variable in C++? Use & to declare a reference to a type If you use & in the left-hand…
How to create a custom dashboard for yourself or clients? If you want more flexibility to create custom dashboard widgets or a custom welcome panel,…
Is 0 and null the same in PHP? PHP considers null is equal to zero. How do you check whether a number is null or…
How do I insert a document into WordPress? Attach a file to a WordPress post or page Click the Add Media button. Choose Upload Files…
How do I change all urls to https? On the surface, changing from http to https is pretty straightforward: Purchase an SSL certificate, Install your…
How do you add scripts and styles? The proper way to add scripts and styles to your theme is to enqueue them in the functions….You…