What’s the proper way to use the get_image_tag filter?
I’m attempting to remove the title attribute for post thumbnails (on certain posts), and I assume the get_image_tag filter is the way to … Read more
I’m attempting to remove the title attribute for post thumbnails (on certain posts), and I assume the get_image_tag filter is the way to … Read more
I’m stuck in a rather simple task: to get the category title for the current post, within the loop, to be used in … Read more
I have a “Go back button”: $url = htmlspecialchars( $_SERVER[‘HTTP_REFERER’] ); echo “<a href=”https://wordpress.stackexchange.com/questions/211840/$url”>back</a>”; I need to display the page title of the … Read more
I’m using WP 4.7.3 and a custom template set (mh-magazine). By default, WP sets a title tag like “Page title” – “Blog title”. … Read more
I’m trying to use wp_title() to create a heading for my pages, but I’m using a static front page and, while all of … Read more
I Want to Add My Latest 5 Post Title with Corresponding Link in My Header Position.What was the Actual Php code?Am Newbie …. … Read more
The HTML output of all my WordPress pages has a blank space at the beginning of my <title> tag. You can see the … Read more
I have created a WP plugin which uses the query string to pull in page data based on what the visitor has selected. … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I have custom fields in my custom post type. They should serve as a title and post slug for URL. Basically, whenever I … Read more