kovalsky
02-22-2017, 04:48 AM
I have RSS Feed from wordpress
<category><![CDATA[tag1]]></category> <category><![CDATA[tag2]]></category>
or I can make from my wordpress
<category><![CDATA[tag1,tag2,tag3]]></category>
and sistem translates <title></title> a word with a capital letter in lowercase?
What is the function responsible for entering into the database? In which tables are stored the tags? Which table stores the posts (new topics)?
How on php to receive and process the values I know.
The whole "kitchen cooks" in core/includes/cron/rssposter.php
I want to do the postponed publication
<category><![CDATA[tag1]]></category> <category><![CDATA[tag2]]></category>
or I can make from my wordpress
<category><![CDATA[tag1,tag2,tag3]]></category>
and sistem translates <title></title> a word with a capital letter in lowercase?
What is the function responsible for entering into the database? In which tables are stored the tags? Which table stores the posts (new topics)?
How on php to receive and process the values I know.
The whole "kitchen cooks" in core/includes/cron/rssposter.php
I want to do the postponed publication