How to Get The Excerpt of the page that displays Blog Posts
I use a static page (Blog) to display the latest posts. I want to show the excerpt of that page next to the title. However, wen I use wp_kses_post( get_the_excerpt() )
, I get the excerpt of the latest post from the post archive loop. I also tried with wp_kses_post( get_the_archive_description() )
but it also does not seem to work.. Any idea how this can be done?
Topic description blog-page archives Wordpress
Category Web