Display a grid of taxonomy terms at root taxonomy page

After researching some more I’ve given up trying to use the taxonomy template and opted for a plugin to amend the permalinks. I followed some of the advice from this similar question: Taxonomy archive with same slug as custom post type? Currently I am using an amended archive template for the custom post types and … Read more

wp_title() returns ‘page not found’ on page 2

Seems like the title was fetched before the query, and therefore didn’t fetch the custom posts. Had to add a pre_get_posts to my functions.php to make it work: add_filter( ‘pre_get_posts’, ‘my_get_posts’ ); function my_get_posts( $query ) { if ( is_home() && $query->is_main_query() ) $query->set( ‘post_type’, array(‘theory’, ‘tasks’, ‘tutorials’, ‘video’, ‘interactive’) ); return $query; }

Get url param no longer works when using add_rewrite_rule

I don’t know why my question was not well formatted and can not modify it. Here’s the more readable one: I’m using WP Admin DIVI builder to create a page (named get-region-page), in which Pod shortcut is used to retrieve the url param. For example: [pods name=”region” slug=”{@get.regionparam}” field=”region_name”] which gives apparently the same result … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)