settings
  • How to store plugins or themes logs?

    How to store plugins or themes logs?

    Let’s see which standard we follow to store logs for our development Logs are important pieces of information when executing specific task of synchronization or event based. At Maras IT, we have our own “.marasit” directory which help us maintain important data without disrupting the WordPress ecosystem. In order to make it easy to find…

  • How to secure my WordPress site?

    How to secure my WordPress site?

    The risks of having your WordPress site hacked are very real. And hackers are super creative when it comes to stealing your data for reuse. Phishing, intrusions, ransomware: all these malicious attacks damage your reputation and your sales. Here are 5 steps to secure your WordPress site and strengthen the security of your data! 1.…

  • How to translate my website?

    How to translate my website?

    We are going to see how to translate any page with Translate Press the best plugin for translation used by WordPress.com. Once your content is written in your main language (in our case English), you will need to show the front of that page/content and click on the Translate Press menu in the admin bar…

  • How to keep a media url when modifying it?

    How to keep a media url when modifying it?

    We are going to see how to modify a media (in this case our Mascot the Business Maras) while keeping the file name and the links/url attached to it. Go to the image you’d like to modify in the media library of your WordPress Click on upload a new file Choose the new file to…

  • How to use git in my workflow ?

    How to use git in my workflow ?

    Let’s define how to proceed with your development and delivery THE 1 RULE We have only 1 rule to make our life (yours and ours) easier. Rule 1 : You never push on main branch. As long as you follow this rule, we will all be happy. Project Kick off Delivery UAT validation Validation to…

  • How to add line breaks to your WordPress articles

    How to add line breaks to your WordPress articles

    In this article, we are going to show you jhow to add spaces between texts. First, you need to go in the editor of your article Then, Press ENTER to add a paragraph In the new paragraph “type / to choose a block” press SHIFT + ENTER to add a line break Finaly, check in…

  • Where can I see my PHP and DB version number ?

    Where can I see my PHP and DB version number ?

    If you are looking for more information about your server or web application, you can find them under the Site Heath admin page /wp-admin/site-health.php?tab=debug in WordPress Admin If you need to know your PHP version, you will be able to access it under the Server tab. If you need to know your DB version, you…

  • Outlook contacts & calendar migration

    Outlook contacts & calendar migration

    In this tutorial, we are going to show you how to export your data from outlook, before migrating to your new M365 Account, and then importing the data in your new account. Data export CHOISIR DOSSIER A IMPORTER Switching from old account to M365 account RESTART OUTLOOK  Data import IMPORT DATA TO MICROSOFT 365  Wait…

  • Where are the project files & db ?

    Where are the project files & db ?

    In this page you’ll find all information regarding how to kick start your project with us when you use your own environment. Where are the files ? All the files are accessible from the repo from which you’ve been invited. As usual, a nice ‘git clone -b uat <url>’ will do the work, we recommend…