title
Modify WordPress Page Title ()
I’m trying to modify the WordPress page title.
However I’m fairly new to WordPress functions, hooks (filters & actions) and so on.
How to get the full product name by ignoring custom modification on it
I’ve added a filter to simplify product name on my shop page.
This is the code I use
Theme support title tag – how to replace the default WP separator (with a filter)?
I’m developing a theme for Themeforest and one of their requirements is about the tag. Themeforest states their requirement as follows:
How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
I’m trying to change the post title (both back-end and front-end) for a specific post type through custom field. The custom field I’m using is a taxonomy field where you I choose from different categories (cars). I’m using this code:
Force post slug to be auto generated from title on save
I’m running a property site where many properties are sold in apartment blocks.
Two title tags in my header
I’m building a child theme and it currently has a very simple <head> section in header.php:
Change “Enter Title Here” help text on a custom post type
I have a custom post type created for a directory that will end up being sorted alphabetically. I will be sorting the posts in alphabetical order by title, so I want to make sure that the Title is entered as last name/first name. Is there a way to change that default help text — “Enter Title Here” — in my custom post to something else?
query_post by title?
is it possible to create a loop of posts using WP_Query or query_posts using the title?
How to get current-menu-item title as variable?
Is possible to get current-menu-item as a php variable?
