Profiles

  • Member Since: January 19th, 2016
  • Find me on:
  • Posted a reply to Change attribute on the first post thumbnail in Categories, on the site WordPress.org Forums:
    I want to exclude all posts and pages. Only to change attributes on Categories, Tags,…

  • Created a topic, Change attribute on the first post thumbnail in Categories, on the site WordPress.org Forums:
    I try to change loading="lazy" to loading="eager" from…

  • Posted a reply to Custom Category Pagination shows countless blank (empty) pages, on the site WordPress.org Forums:
    Here is exactly what I do: function show_category_posts( $query ) { if ( $query->is_main_query() )…

  • Posted a reply to Custom Category Pagination shows countless blank (empty) pages, on the site WordPress.org Forums:
    If I remove the "$wp_query = new WP_Query(array..." code from the page template, there is…

  • Posted a reply to Custom Category Pagination shows countless blank (empty) pages, on the site WordPress.org Forums:
    I tried to use with pre_get_posts, but obviously doesn't work because I use category page…

  • Created a topic, Custom Category Pagination shows countless blank (empty) pages, on the site WordPress.org Forums:
    I have a category that consists of 14 pages. But there…