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...
I have a bunch of posts titled something like this… English Language 2015 English Language 2016 English Language 2017 English Language 2018 And on each one of these posts...
on last WordPress when I wrote <?php wp_title(); ?> appear » symbol before the name of the page.. On my functions.php I wrote add_theme_support( 'title-tag' ); Thanks 1 Answer...
How to list all titles of posts on a specific page? I like to show my titles of posts on a specific page. It is more effective to get...
I’m pretty sure that it’s not possible but can I get the result of wp_title() into a variable if I know post’s ID? So, for instance I’m on a...
I use wp_title to generate some kind of breadcrumb and it works well, but in there I have the title of the site, and I want to delete that....
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...
I have my posts page set as index.php, and on there I have my main heading (as I do on all pages). I’m having trouble displaying the page’s heading...
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:...
For example, the site has a category “News”, in which there are 37 posts num. How to insert into wp_title the number of records (37) in this category. those,...