Landlord News
TML expands lending options for landlords and skilled migrant workers
Landlords and skilled overseas workers are set to benefit from a wave of new lending enhancements announced by Shawbrook Retail Mortgages, as part of its…
add_action('init', 'custom_category_author_rewrite'); function custom_category_author_rewrite() { add_rewrite_rule( '^author/([^/]+)/?$', 'index.php?category_name=$matches[1]', 'top' ); } add_filter('category_link', 'custom_category_link_author_prefix', 10, 2); function custom_category_link_author_prefix($link, $term_id) { $term = get_term($term_id, 'category'); if (is_wp_error($term)) return $link; // Construct custom link with /author/ prefix return home_url(user_trailingslashit('author/' . $term->slug)); }