When importing a feed into a custom post type does it make any difference if I store the feed description in the post_excerpt field versus the post_content field? Is there some processing that gets applied via WordPress when I save content to any of those two fields?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
There is no difference in storing data into the If you look at the source code (line 2700) you will notice both |
|||
|
|

post_excerptwill be wrapped in<p>element when displayed on frontend. – Max Yudin Feb 20 at 8:04