IT Nursery
I am new to WP and I couldn’t find this solution by myself. this is my function, function explodetitletotags() { global $post; $title = $post->post_title; $tags = explode(' ',...
  • May 27, 2022
  • 0 Comments
Is there a way to have always the the_title() tag also includes a custom field called subtitle? I want to have a title like this: “subtitle-custom-field: Post Title“. For...
  • May 22, 2022
  • 0 Comments
I’m creating a list with a few permalinks which I call to with <a href="https://wordpress.stackexchange.com/questions/111931/<?php echo get_permalink($id); ?>" title=".... And for the title I want to call the_title_attribute(). But...
  • May 22, 2022
  • 0 Comments
This is a common question, i haven’t been able to find a straightforward answer to. I want to generate a list of a custom post type titles. im using...
  • May 22, 2022
  • 0 Comments
Here is my situation: I am trying to filter the content of the title column in my custom post type edit table but I can’t get it working. Here...
  • May 19, 2022
  • 0 Comments
Is there an exact opposite funciton to this one: get_the_title(ID) I know there’s: get_the_id() But it doesn’t seem to accept any arguments. So, basically, I’m looking for something like:...
  • May 15, 2022
  • 0 Comments