Tagged Questions
0
votes
1answer
50 views
How to get alphabetic listing x other posts, based on first letter post?
Let's say I have a post called "Hello World" and I am on that page... Let's say I have different posts like "Haaaa" and "Hoooo".... What I want to do is showing Haaa and Hooo in a different place (let ...
0
votes
2answers
132 views
Add multiple orderby with pre get posts
I am already using a small code to set default sort orderby a custom field called "Year" I need to add another orderby to also sort by "Post Title" in the same sort.
Sort = Year-Customfield (DESC) ...
1
vote
1answer
93 views
Arrange and separate posts
On a particular archive page I've created, I'm listing a number of posts by post name and they're listed in alphabetical order. Is there away to have them separated even further?
As in all posts ...
0
votes
1answer
173 views
Filter/Sort Post Form On Taxonomy page
I am trying to create a form on the taxonomy template that will be able to filter the posts the current user is viewing. I want to use a few drop downs and submit button to do so.
My code looks like ...
1
vote
2answers
197 views
Archive listing of posts by publish year (multiple years)
I have an archive page showing all blog posts (in a specific category). With a growing number of posts, I want to separate these by publish year. For example (simplified), I'd like the following:
...
1
vote
1answer
114 views
Custom-post-type-archive: posts sorted/filtered by year?
I have a custom-post-type wr_event whose posts are sorted by meta_key "event_date".
Therefore I have this handy function …
function get_event_list( $latest = true, $order = 'ASC' ) {
echo ...
0
votes
2answers
996 views
Sort results by name & asc order on Archive.php
I currently use the following code to list posts in Archive.php but I want the results to be ordered by name in ascending order, I have checked the codex but the answer isn't clear to me, how can I ...
0
votes
1answer
150 views
Archive with specific keyword by category sorted by date
I need help to create a template for an archive with specific a keyword by category sorted by date. This is the code for my archive page so far: http://pastebin.com/WEjNGhJ1
My client wants every ...
1
vote
1answer
886 views
Sorting archive pages with “pretty” URLs?
We want the users to re-order the posts on a page similar to pagination but I can't find anything anywhere!
It would be great to create a link to a url similar to .../page/2/title/, title being the ...
0
votes
1answer
585 views
Sort category page with custom field
This is similar to another question I asked, but I can't recognize how this query string works.
I have a custom field called "category_order" and I would like to sort my category page by this order ...
3
votes
2answers
1k views
Archive sorting functions by custom fields (front-end)
I want to give the users the ability to sort the posts in the archive by some custom fields that I pre-define.
The end result would be en a tabbed container, and the user will click on the relevant ...