Архив рубрики: WordPress

How to change the title of a wordpress site

To change the display of the title – the title of the site that appears in the browser – you must do the following:

 

  • go to the dashboard of the site
  • сhoose All in One SEO (if you do not have this plugin, this method will not help)
  • scroll down to Homepage settings and change Home Title

Читать →

How to insert google adsense ads on a wordpress site

After the abolition of the plugin for automatic embedding ads on a site under wordpress, I got discouraged and started googling what to do. In this post I’ll tell you my way of inserting ads into the site, which is not written anywhere. Source: wordpress, hueman theme, manually generated responsive ads google adsense ad units, suitable for mobile devices.

Читать →

How to update old WordPress (1.x, 2.x, etc.) – the universal and simple way

The most concise instructions, from me personally:

 

0) If you have WordPress version 2.7 or higher – use automatic update. If not, read on (smiley face)

 

1) Backup site

 

(phpmyadmin database and files, download backup on the local).

Читать →

Hide the author of WordPress posts

By default, stupid Worldpress puts the user’s login in the author URL of each post. To remove this: in the child theme, in the file functions.php:

Читать →

Голосовой ввод текста WordPress

Всем привет, я Штукенция. Решила попробовать голосовой ввод текста через Google Docs. Эта статья будет посвящена возможностям голосового ввода и написания текстов в ваши социальные сети или блоги. Я надеюсь, что мне не придётся много редактировать этот текст. Для того, чтобы ваш голос хорошо распознавался желательно говорить четко. Где же взять этот инструмент? Набираем в Google поиске поисковой запрос “Google Docs” или по-русски “Гугл документы”. Этот сервис доступен онлайн, вам не нужно скачивать специальные программы или устанавливать приложения. Это бесплатный сервис от Google. Читать →

Choosing a web server for WordPress on Windows

There are situations when an Internet site must be hosted by Windows Server. This is a fairly rare case, but it happened to me recently (the first time in a dozen years of working with Web servers): I had to organize a hosting site on the iron, which already ran all sorts of services.

 

The first question that arises – but what web-server to use? Of course, it is possible to cobble together everything on a pure Apache, but manually install and configure everything is lazy, especially for a relatively small project.

 

There are plenty of ready-to-use builds – from popular Denver and Open Server to 100500 variants of *AMP’es.

Читать →