wp_get_recent_posts
wp_get_recent_posts()
используется для получения массива последних постов в WordPress. Эта функция помогает получить определенное количество постов на основе ваших критериев, таких как количество постов, тип поста, статус поста и так далее.
Основной синтаксис функции wp_get_recent_posts()
следующий:
В этом примере массив $args
определяет количество последних постов через numberposts
, статус поста post_status
и тип поста post_type
. Эти параметры могут быть изменены в соответствии с вашими задачами.
Получив массив последних сообщений с помощью wp_get_recent_posts()
, вы можете просмотреть его в цикле, чтобы отобразить посты. Вот пример того, как это сделать:
В этом примере цикл foreach используется для перебора каждого поста в массиве $recent_posts
. Внутри цикла для каждого поста выводятся заголовок и отрывок post_excerpt
.
Функции WordPress
- wp_list_pluck
- has_tag
- wp_add_inline_script
- sanitize_title
- paginate_links
- single_term_title
- _nx
- load_theme_textdomain
- disabled
- checked
- redirect_canonical
- is_embed
- has_nav_menu
- get_the_posts_navigation
- wp_get_nav_menu_object
- get_nav_menu_locations
- unregister_post_type
- post_type_supports
- post_type_exists
- get_post_types
- get_post_type_object
- get_post_format
- wp_list_sort
- the_archive_description
- posts_nav_link
- wp_check_browser_version
- get_privacy_policy_url
- get_pagenum_link
- get_next_posts_page_link
- get_next_posts_link
- is_author
- is_attachment
- get_default_post_to_edit
- wp_trash_post
- wp_publish_post
- the_title_attribute
- get_the_modified_date
- get_the_title_rss
- wp_trim_words
- has_excerpt
- get_the_excerpt
- get_sample_permalink
- get_bloginfo
- get_delete_post_link
- edit_post_link
- sanitize_title_with_dashes
- is_post_type_archive
- update_post_meta
- add_post_meta
- delete_transient
- get_transient
- set_transient
- register_post_type
- register_taxonomy
- wp_title
- get_post_status
- absint
- wp_loginout
- get_search_query
- locate_template
- get_stylesheet
- get_terms
- wp_lostpassword_url
- get_blog_details
- nocache_headers
- wpmu_activate_signup
- is_ssl
- remove_query_arg
- wp_unslash
- wp_registration_url
- add_query_arg
- get_the_modified_time
- esc_attr_e
- get_post_ancestors
- wp_safe_redirect
- get_the_ID
- get_the_title
- get_permalink
- is_user_logged_in
- wp_login_url
- wp_logout_url
- wp_kses
- the_ID
- post_class
- post_password_required
- get_the_password_form
- the_permalink
- the_post
- get_category_link
- get_categories
- wp_robots
- get_custom_logo
- remove_theme_support
- current_theme_supports
- wp_get_document_title
- is_404
- is_main_query
- remove_action
- wp_nav_menu
- apply_filters
- register_nav_menus
- wp_script_is
- comments_template
- get_template_part
- get_header
- get_footer
- get_search_form
- add_shortcode
- get_template_directory_uri
- get_query_var
- wp_redirect
- current_user_can
- comments_open
- wp_html_excerpt
- human_time_diff
- is_tax
- wp_count_posts
- is_date
- is_category
- in_the_loop
- is_home
- wp_get_theme
- WP_Date_Query
- wp_reset_query
- query_posts
- wp_insert_post
- wp_update_post
- wp_delete_post
- wp_die
- do_robots
- is_year
- is_time
- is_front_page
- get_page_by_title
- get_children
- get_boundary_post
- get_pages
- home_url
- get_option
- get_the_date
- the_date
- body_class
- wp_footer
- bloginfo
- language_attributes
- wp_head
- is_single
- is_singular
- is_archive
- is_search
- is_page
- add_action
- wp_enqueue_style
- wp_enqueue_script
- get_template_directory
- add_theme_support
- get_post
- get_post_meta
- get_the_author_meta
- post_content
- post_author
- get_post_field
- get_the_content
- setup_postdata
- the_content
- have_posts
- the_title
- wp_reset_postdata
- get_posts
- WP_Query