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

Читать

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. Читать

Что программируют на Python? Реальное практическое использование с примерами библиотек

Когда я начала изучать Python, мне стало любопытно, а что вообще пишут на этом языке. Если посмотреть общим взглядом, то кажется, что как будто бы Python используется везде — такой супер универсальный язык, на котором можно и компьютерные игры написать, и социальную сеть с картинками создать, и сделать сайт, и вообще все что угодно. Просто учи Python и сможешь программировать все,

что хочешь. Это как сказать, что как будто бы весь дом построен из штукатурки… он только покрыт штукатуркой, а построен, например, из бетона. Python в этом смысле штукатурка. Читать

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.

Читать

Best plugin for youtube output in WordPress – Youtube Channel Gallery

Long searched for a suitable plugin to display video from youtube on the site with the engine WordPress. There are a lot of options. And most of them are paid. Prices range from $10 to $200, and the quality and capabilities of plugins are often very poor.

 

As a result, I found a FREE plugin for video output 🙂 Saving your time, it’s called Youtube Channel Gallery by Javier Gomez Pose.

 

This plugin can output video from multiple channels. Its functionality is wider than that of similar plugins.

 

How to use it:

  1. install the plugin
  2. add anywhere via “text” a construction of the form

    [Youtube_Channel_Gallery user="googledevelopers" key="your_Google_API_key" maxitems="16" thumb_columns_tablets="4" title="1"]

where in the user field insert the id of your channel, and in the key field insert the API goolge key (taken here). There are also a bunch of other output options, details in the description of the plugin in wordpress repository.

 

You can add as many constructs as you want, i.e. output as many channels as you want.