Timeline for How to prepend to the_title for admin-side plugin's use
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:37 | history | edited | CommunityBot | replaced http://wordpress.stackexchange.com/ with https://wordpress.stackexchange.com/ | |
| Mar 4, 2016 at 5:30 | comment | added | Andre Bulatov | YES! I can up vote AND comment. Peter, I swear yesterday I didn't think I could do either. Maybe I was wrong but I didn't see comments button and up voting told me I couldn't. Thank you sir! | |
| Mar 3, 2016 at 10:29 | history | undeleted | Pieter Goosen | ||
| Mar 3, 2016 at 5:01 | history | deleted | Pieter Goosen | via Vote | |
| Feb 29, 2016 at 17:53 | history | edited | Pieter Goosen | CC BY-SA 3.0 | added 224 characters in body |
| Feb 29, 2016 at 17:39 | history | edited | Pieter Goosen | CC BY-SA 3.0 | added 1 character in body |
| Feb 29, 2016 at 17:39 | comment | added | Pieter Goosen | I posted that if the OP needed to remove the title filter from any other custom queries, NOT the one added by the plugin. Please reread. The solution to remove the filter from nav menu items is in my last block of code. | |
| Feb 29, 2016 at 17:19 | comment | added | Sumit | Actually problem is for passing custom_title, according to OP, he is trying to alter the output coming from plugin so we can't directly pass there. So another way using !is_main_query & pre_get_posts but it will effect the nav menu query as well. So it is hard to determine the actual plugin query. The best will be digging into plugin and looking for some filters. (Which we can't :D) Also please correct typo $q->is_main_quer ;) | |
| Feb 29, 2016 at 16:59 | history | edited | Pieter Goosen | CC BY-SA 3.0 | added 8 characters in body |
| Feb 29, 2016 at 16:52 | comment | added | Pieter Goosen | @Sumit Context does not matter at all, it does not matter if this is a plugin or theme, the_title() and the_title filter stays exactly the same | |
| Feb 29, 2016 at 16:46 | comment | added | Sumit | I guess you missed in question it properly prepends to the titles which are output by the plugin ? | |
| Feb 29, 2016 at 16:44 | history | edited | Pieter Goosen | CC BY-SA 3.0 | deleted 12 characters in body |
| Feb 29, 2016 at 16:39 | history | answered | Pieter Goosen | CC BY-SA 3.0 |