A
A
Anton Parkhomenko2020-10-30 09:53:48
Python
Anton Parkhomenko, 2020-10-30 09:53:48

How to fix Rank Math plugin in Wordpress?

Hello.
Please help me solve this problem:
The Rank Math plugin in the Description section changed the description of the page to the anchor of external links that are inserted into the text of the page. Before that, there was an automatic generation of a page description from the text of the entry. Manually changing the description is not an option: there are about 15k entries on the site and it is not possible to manually search for each such broken entry.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Fedoryan, 2016-05-18
@valo1114

mass = 
mass[0][1]['text']
>>> 'Click'
# В переменной s будет просто строка 'CLick' 
s = mass[0][1]['text']
# Либо создаем новый словарь с ключом 'text' и значением 'Click'
d = {}
d['text'] = mass[0][1]['text']
d
>>> {'text': 'Click'}

A
Alexander, 2016-05-18
@kentuck1213

my_var = mass[0][1]['text']

P
Puma Thailand, 2020-10-30
@opium

Find them with sql query. It's fast

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question