I’ll admit, I’m not a PHP expert, nor am I familiar with all of the WordPress functions and hooks. I’ve been stuck on an issue, searching for help without...
I am using a custom page template for my portfolio. The code is calling the correct number of posts per page but for some reason the pagination links won’t...
I have a custom field called “song-id” and I’d like to lookup a post by a song-id value. Can someone give me the code snippet for it? (bonus: also...
In my planed multisite installation, I want the members to be able to post in one of two different categories. Members in A can post in 1. Members from...
Problem: when I do www.example.com?cat=4 or choose category through custom menu or from category widget it shows only first page without navigation at the bottom, where it supposed to...
I have a hierarchy that I need to get data from. It’s the child (by slug name) that I need to get while already having knowledge of the parents....
Although optimized wordpress all the way but still very slow as follows : I have converted from LONGTEXT meta_value field to TEXT Then create INDEX for this field ALTER...
I have post titles that are like this: Episode 1 Episode 2 Episode 6 Episode 10 Episode 14 I try to list posts alphabetically but it ends up showing...
I have a custom taxonomy and I wish to do a query for all custom posts who has no value assigned for that taxonomy (i.e. uncategorised). This is what...
I’m having the same issue as Lletnek where there are the same duplicate queries for get_page_by_path on some of the pages on our website. I have got the queries...