Tagged Questions
0
votes
0answers
54 views
Adding sticky class to most viewed posts [closed]
I'm trying to write a function in functions.php that promotes a post to featured depending on how many times has been viewed. For the views I'm using a plugin method. Still I'm not able to loop ...
0
votes
2answers
58 views
Way of getting queried loop before the query with a filter hook?
Is there a way to get the results of a loop with a filter before the code for the loop is performed in the structure of your code?
My markup is something like this:
<body>
<div>
/* ...
0
votes
3answers
98 views
How can this crude function be improved?
In the first function below, inside the foreach, I'm calling out to the 2nd function in order to test for the occurence of matching category ids that I want to remove from the category listing.
...