Custom WP TItle from custom template with dynamic URL structure

I am new to custom WP development, but I have made a custom plugin. With a custom rewrite I have made the following URL structure: /profile/[company_name]/ I have made a new post Profile with a custom template (page-profile.php). I created a WordPress Plugin which gets external info based on the dynamic url. So I get … Read more

How can i remove JUST the title tag from wp_head() function?

i’m using wordpress 4.6 i’d like to remove just the title tag automatically outputted by wordpress because need to hardcode the html title tag in the template. i guess is something like this: add_action(‘wp_head’, ‘//remove title tag command’); but i didn’t find any valid solution so far. 4 Answers 4 You can see everything added … Read more

REQUIRED: The theme must not used the tags. | REQUIRED: The theme must not call to wp_title()

I am getting these three warnings while running the theme-check plugin. REQUIRED: The theme must not used the <title> tags. REQUIRED: The theme must not call to wp_title(). REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output I am using this in my headers <title></title> … Read more