How to change the author link in WordPress

If you want to change the author link in the meta information of your WordPress posts (inside the red box in the image above),  follow the following steps: 1. Create a child theme A child theme is a theme which inherits its style and behaviour from its parent theme, but allows you to modify functions and … Continue reading “How to change the author link in WordPress”

Come rimuovere la colonna sinistra nel tema Twenty Sixteen di WordPress

Il tema Twenty Sixteen di  WordPress è composto da tre colonne. Nella colonna di sinistra ci sono le meta informazioni come autore, data, tag e categorie. Se volete rimuovere la colonna sinistra e avere un layout a due colonne, potete aggiungere il codice che segue. Rimuovendo la colonna sinistra le meta informazioni vengono spostate automaticamente al fondo della pagina. … Continue reading “Come rimuovere la colonna sinistra nel tema Twenty Sixteen di WordPress”

How to remove the link from the date in the Twenty Sixteen WordPress theme

If you want to remove the link from the date field in the meta-information of the WordPress Twenty Sixteen theme, follow the following steps: 1. Create a child theme A child theme is a theme which inherits its style and behaviour from its parent theme, but allows you to modify functions and styles. These changes … Continue reading “How to remove the link from the date in the Twenty Sixteen WordPress theme”

Come inserire i video YouTube in WordPress

WordPress rende possibile inserire video nelle pagine. In particolare, questa guida si occupa di spiegare come inserire video YouTube in post WordPress. Farlo è semplice: individuate intanto il video che volete incorporare e andate sulla sua pagina, seguite poi i prossimi passi 1. Individuare la scritta condividi e cliccarci sopra Sotto ai video di YouTube c’è una scritta … Continue reading “Come inserire i video YouTube in WordPress”

How to disable category description on hovers and have smaller pages in WordPress

The WordPress category widget, by default, creates an on hover category description when you move the mouse over a category. You can see an example in the image above. To do this, WordPress adds the description of each category on each page where the widget is. So, you end up having the category descriptions in … Continue reading “How to disable category description on hovers and have smaller pages in WordPress”

How to create a child theme for Twenty Sixteen

A child theme, in WordPress, according to the definition in the Codex, is …a theme that inherits the functionality and styling of another theme Creating a child theme is the recommended way to change the appearance of your theme. These are the basic  instructions to create a child theme for the Twenty Sixteen theme: create … Continue reading “How to create a child theme for Twenty Sixteen”

How to insert breadcrumbs into WordPress with Yoast

A breadcrumb gives information about  the category under which the current page is in a site.  So if the post we are reading is in the category Internet, we will see thanks to the breadcrumb an indication like  Home >> Internet >>Current article Other types of breadcrumbs exist, as the ones related to the path … Continue reading “How to insert breadcrumbs into WordPress with Yoast”

Come inserire i breadcrumb su WordPress con Yoast SEO

I breadcrumb sono delle informazioni sulla posizione della pagina visualizzata rispetto alla suddivisione in categorie di un sito. Così, se l’articolo che stiamo leggendo è nella categoria Internet, vedremo tramite il breadcrumb una indicazione Home >> Internet >> Articolo corrente Esistono in realtà altri tipi di breadcrumb, come quelli relativi al path, il percorso effettivamente … Continue reading “Come inserire i breadcrumb su WordPress con Yoast SEO”

How to remove the left column in Twenty Sixteen

The Twenty Sixteen WordPress theme is composed of three columns. In the left column, you have meta information like author, date, tags and categories. If you want to remove the left column and have a two columns layout, you have to add the following code. Removing the left column has the effect of moving the … Continue reading “How to remove the left column in Twenty Sixteen”

Excerpts and thumbnails on the homepage with WordPress

I’m going to explain how to  insert excerpts with their thumbnails into the homepage of a site made with WordPress. The code to add the excerpts Its easy to add a post listing, using the Display Posts Shortcode  plugin. Just add the following code to the page you use as your homepage with the editor: … Continue reading “Excerpts and thumbnails on the homepage with WordPress”