How to schedule a WordPress post. If you don’t want to stay day after day posting your WordPress posts, there are an easy way to program all your entries, with an hour and a date you chose. You can create wherever you want, uploading images, files and even music*, ready for leaving them to publicize. All the posts you want, each-one with his own date and hour, with even months in advance! So now, I am going to explain you how it can do. First of all, create a post like every time you did. Enter categories, hashtags, images, vídeos, whatever you want to put.Read More →

How to install a wordpress with MAMP? As we already know, WordPress is an open source content management system (CMS) for the publication of blogs and websites on the Internet. That said, it seems a very complex and complicated manager, but following these 9 steps we can install and create as many wordpress as necessary and we want to be able to manage our content on the Internet.Read More →

What is WordPress? WordPress is a content management system that allows you to create and maintain a blog or a web page. The service is ideal for beginners or for those who do not have too much technical knowledge, as it is especially easy to use and optimize. In fact, one of its most interesting features is its plugin system, which allows it to extend its capabilities.  Other important characteristics of WordPress are the themes, that is, the templates that the platform uses to modify the appearance and design of the site. These can be paid or free. Finally we have the Widgets, some small blocksRead More →

What is Wix? What is WordPress? Wix is a private tool to créate websites you can enter with a free or pay versión. The main idea is that anyone can créate their own web, without specific knowledge about programming.   WordPress is a is a free software content manager that allows you to créate websites or blogs in a free way, but it does not offer accommodation of any kind.   Lodging In the case of Wix you can not choose your hosting provider because you only have the option of staying with them. The biggest disadvantage is that it’s usually collapsed and experiences numerousRead More →

Hello! In this ocacasion I will show you the 10 most important plugins of WordPress according to many users. First of all, you can take a look at the tutorial post that I made about plugins, if you want to know what they are and how to install them. If you already know what they are and how they are installed, then I leave you with the top 10 wordpress plugins which will greatly facilitate your user experience. 1- YOAST SEO It will allow us to be well positioned in search engines. It offers us many SEO utilities. For this reason it is one ofRead More →

The process of designing and developing a web page is a complicated task that it can often lead to headaches. Especially, if once finalised, we upload it to the Internet and it does not go out to the search engines being forgotten. This is due to the SEO.   Whatis SEO? SEO (search engine optimization) is the practice of increasing the quality and quantity of traffic to your website through organic search engines results. But how we can do it, to increase the traffic in our website? Let’s take a look at it.   How SEO works? Any search engine we use has a crawlerRead More →

The plugins are one of the main functions that make wordpress a very interesting tool. They help us improve many aspects of our website: having unique features, customize a lot of things, increase visits to your blog, protect your bog  … In summary, they allow you to design and customize the site as the user wants. 1. In the first place we open our wordpress page, and we sit on the desktop. 2. Once we are on the wordpress desktop, we go to the Plugins> Add new. 3. Once there we go to the search bar and write the name of the plugin we are lookingRead More →

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.  It is, by far, the most popular CMS used by approximately 75 million websites. WordPress is free to install, deploy, and upgrade. Thousands of plugins and templates power a flexible and simple interface, which reduces development costs and deployment time. There are many reasons why we can say that wordpress is a good tool:  1. Is the most popular CMS in the world WordPress holds the largest CMS market share by far, and currently accounts for over a quarter of all websites. As a result, many users are already familiar with the WordPress CMS, requiring less staff trainingRead More →

Si volem que les nostres entrades de WordPress tinguin una taxonomia personalitzada, cal que modifiquem el fitxer functions.php que es troba a l’arrel de la carpeta del tema. Funcionen a mode d’array, així que només caldrà afegir-ne un més: array( ‘name’ => ‘Description’, ‘desc’ => ‘Descripció del projecte’, ‘id’ => $prefix . ‘description’, ‘type’ => ‘text’ ), D’aquesta manera, quan accedim al back-end del nostre blog i escrivim una entrada, ja ens donarà la possibilitat d’utilitzar aquesta nova taxonomia. Ara el que fa falta és que es vegi a la front-end, així que caldrà modificar el document PHP on volem que s’ubiqui el text d’aquestaRead More →

Per defecte, quan configurem els enllaços permanents (Paràmetres > Enllaços permanents) a WordPress, aquests queden dividits de la següent manera: www.nomdeldomini.cat/category/nomdelpost Si el que volem és canviar “category” per qualsevol altra paraula, ho podem fer a les opcions extra que ofereix la mateixa pàgina d’enllaços permanents. Només cal canviar el camp “categoria base”. D’aquesta manera, podem arribar a tenir el següent enllaç permanent: www.nomdeldomini.cat/contingut/nomdelpost Podem fer exactament el mateix amb les etiquetes, substituint “tags” del camp “etiqueta base” per qualsevol altra paraula.  Read More →