The archives tag has no wiki summary.
2
votes
4answers
3k views
Display posts links from a category group by year
I want to display posts links from a category group by year. Group by year becouse by default wordpress repeat the date for each post. I try use a code but I got all post in current year. How can I do ...
0
votes
1answer
116 views
Highlighting Current Category in the Archive and Feeds page
I needed a category listing in my posts page and I want the current category to be highlighted. I enabled the 'All' category, so consequently, I want the 'All' also to be highlighted when I'm viewing ...
0
votes
2answers
397 views
Easiest way to display post archives in category-then-alphabetical order?
I've got a buddy who's trying to organize his recipe blog and would love to have an archive page that displays his recipes broken up by broad subject areas (read: categories) and then have the recipes ...
0
votes
2answers
384 views
How to have two different versions of a tag/category/taxonomy archive page?
I have a site that has two different bodies of content: more formal content (using various different custom post types) and a blog (using a blog post type). These two different bodies of content use ...
0
votes
1answer
221 views
Force WordPress to NOT display the manual excerpt
I'm forced to use manual excerpts on a number of my posts to integrate them with a shortcode plugin. However, this is interfering with how they're being displayed on an archive page (using a page ...
1
vote
1answer
2k views
Are Custom Taxonomy Templates Possible?
I am trying to have some information specific to a taxonomy term appear above that taxonomy's archive list.
Example: Taxonomy is 'Sports', with football, soccer, and baseball being terms within the ...
1
vote
1answer
101 views
if there is only one post in the category, directly open
I have a few categories.
in each of them, I have only one post.
by clicking on a category, I have to click on that single post to enter.
I wish, by clicking on the category, enter directly in that ...
1
vote
1answer
64 views
How to create an archive page (with links) for a date range?
Is there a plugin which can create an Archive page for a limited date range?
Thanks.
1
vote
2answers
257 views
Create a month by month archive of pages (not posts)
Is it possible to create a month by month archive of pages? I know it can be done with posts but I want to do it with pages.
I want it to take the date the page was published so if the page was ...
1
vote
2answers
185 views
How can I get this request to use the Custom Post Type page template instead?
I read the answer for this post which says you can do something like this:
http://example.com?post_type=car&color=red
When viewing $wp_query everything seems to be working fine. That is, I'm ...
0
votes
1answer
166 views
Possible to create a paginated blogroll archive?
I'd like to have a separate blogroll archive whereby I can display them more or less in the same manner as posts/post types. IE: an archive which can be paginated and also with links to the separate ...
1
vote
2answers
347 views
just can't get date-based archives per post-type to work
I expected that wp3.1 with the support for archive-{post_type}.php would solve my problems. However, I am still struggling to get it working.
What I want is: a custom date-based archive page per ...
3
votes
2answers
2k views
Custom Post Type Archive Page: Set Posts Per Page, Paginate
I have a custom post type called video. Would like to paginate its archive page, showing only 3 posts on each page.
There is also a custom loop on the archive page that outputs all the video posts ...
0
votes
1answer
273 views
Can I output a custom taxonomy as a submenu in the site navigation menu?
I'm building a WP 3.2 site with a couple of custom post types and taxonomies. I'm calling one of these custom post types programs, and its associated taxonomy is called topics.
I'd like to add an ...
2
votes
1answer
1k views
Archive list with only years and months
I'm trying to show the archive list like that
<ul>
<li>Year</li>
<li>Month</li>
<li>Month</li>
<li>Month</li>
<li>Year</li>
...
0
votes
3answers
2k views
How to disable pagination (next/previous links) on post type archive?
How can I remove the next and previous links in a custom post type archive page, but only for that post type?
I know I could wrap any function in if ( get_post_type($post) == 'myposttype' ) {} but I ...
0
votes
1answer
206 views
Limit archive widget results
Is there a way to limit the amount of months shown in the Archive widget? I don't want to use a drop-down list (I can manually add a drop down in my footer so people can get the full archive). I'm ...
0
votes
1answer
336 views
is_archive() returns false on the archives page
I've followed the official documentation to create my archives page: http://codex.wordpress.org/Creating_an_Archive_Index
It works fine exept that "is_archive() returns false when I'm viewing this ...
1
vote
0answers
314 views
Date archive shooting 404 when months and days are quarried [closed]
I know you guys have seen hundreds if not thousands of 404 questions.
I assure you I have done everything in my power.
1. updates permalinks
2. using /%post_id%/%postname%/ for structure
3. have ...
-1
votes
1answer
164 views
Add author section on Author archive posts
I was looking at the section where you click on the author name on the homepage posts.
and it says the Archive posts from xxxx authors
so I thought of that while ago I found that some website has ...
1
vote
1answer
323 views
Customize category page for different custom taxonomies
What I'm working on are the pages that you go to after clicking on a custom taxonomy on the front-end. I'm to the point where I've duplicated category.php, renamed it taxonomy-tr_property_region.php ...
1
vote
1answer
101 views
Page is displaying blog archives
I've been playing around with the jquery plugin Fancybox on this page, but for some reason since making a few changes my page seems to be displaying blog archives rather than the normal content it ...
2
votes
2answers
447 views
Post Format Archive template name for theme folder?
What should I call the archive file for a post format? Ex archive-gallery.php? (doesn't work)
I would like to create a list of all the gallery formats with a preview and some custom taxonomies thrown ...
0
votes
2answers
1k views
Custom Permalinks for Custom post Type Archives?
I know that WP 3.1 has added support for archives for custom post types but is there any way to customize the permalinks for them?
0
votes
1answer
79 views
archive as a page, so that it can be added in the wp_menu_nav
http://localhost/lyrics/don't-turn-me-away/
is a custom post type.
my question is how to display http://localhost/lyrics/ as a page and not an archive?
my goal really is just for it be added to ...
0
votes
2answers
203 views
What is the best practice to style archive page 2,3,etc differently than archive.php?
I have a custom post-type 'videos' and on the first page I have the first video styled differently than the next videos on the page. Basically I show the first video in a large format, while the rest ...
0
votes
1answer
30 views
Is there a template tag I can use to link to the archive page corresponding to the month that a post was published on?
For example, if the post was published on may 5th 2011, then clicking on "May 5th, 2011" would show all posts published in May 2011. How can that be done?
0
votes
1answer
74 views
Custom Archive Page
I want to create a custom archive page. It will look like this:
2011
January February March April May June... (Months)
May (Current Month)
Post 1
Post 2
Post 3 ...
And clicked one of months ...
0
votes
1answer
120 views
WordPress archives widget causes Bing bot 404 errors
I'm using the standard WordPress Archives widget in dropdown mode on my blog. But apparently the Microsoft Bing spider gets confused by it, because the dropdown code looks like this:
<select ...
2
votes
2answers
526 views
How to list custom post types?
Here's what I'd like to do:
a) Create a custom post type and write panel for a menu item called "My Stuff."
b) "My Stuff" will behave like a category -- but the content will not appear in the main ...
3
votes
2answers
117 views
Retaining old HTML archives and displaying themes conditionally
I am converting a website from straight html (with tables! Ugh!) to WordPress. The company has a new design every year, and but keeps an archive of their old site(s) with the old design(s) on their ...
2
votes
3answers
4k views
What is the link to my default “archive” page?
I'm using twentyten and have overloaded home.php to do some custom stuff. However, I would still like to have a page that lists all of my recent posts, archive-style.
I can get to an archive page for ...
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 ...
1
vote
2answers
468 views
Creating an Archive using a Custom Taxonomy
I recently adjusted the twentyten theme to display archives in a three column grid. In doing so, it seems that the archive has lost the ability to display posts from the specified taxonomy.
For ...
0
votes
2answers
423 views
Making next_posts_link(); return posts by month
I'm building a site for a magazine using WP and am needing to display a month of posts at a time.
How would I make the next_posts_link(); and previous_posts_link(); functions return results, shorted ...
0
votes
4answers
346 views
Designing a custom archive.php inspired by the Autofocus theme
I've been trying to use the front page from the Autofocus theme in a different theme by copy pasting the code from index.php in the Autofocus theme to my new archive.php file. I have also copied the ...
0
votes
1answer
1k views
Custom design calendar archive
I want to create a archive calendar into sidebar exactly like this site http://www.daily-sun.com/
I don't know they are using plugins or custom coding.
please anyone give me suggestion how to create ...
-1
votes
1answer
2k views
Archive Widget - Show selected Category Post title. Sorted by Year
I need to add a widget to the sidebar that shows post titles sorted by year ie:
2011
POST TITLE 1
POST TITLE 2
POST TITLE 3
2010
POST TITLE 1
POST TITLE 2
POST TITLE 3
I was thinking of using the ...
1
vote
1answer
856 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
2answers
2k views
Custom post type tag archives don't work for basic loop?
I have registered a custom post type with the right parameters. By that I mean I have added 'taxonomies' => array('post_tag','category'),
I have also tried using ...
0
votes
1answer
510 views
Redirect Problems with Archive Page and GET variables
I'm having an issue with a third party plugin called WP-Calendar, where clicking on the "next" and "prev" links in a small calendar results in a redirect error.
This problem only appears to be ...
0
votes
1answer
1k views
Create a category archive page in TwentyTen Child Theme
I would like to create a page that will show all the posts from one particular category. I want to show the post title with the post thumbnail and content and nothing else ..no other meta ..no post ...
0
votes
1answer
418 views
Paginated Archives or Loop by Month
I'm trying to figure out a way to do a loop / archive page with posts organized by month. So where each page displays post from 1 month. Then the previous and next links would be labeled February 2011 ...
0
votes
1answer
670 views
How to show specific year archive into dropdown list
Here is my current code which shows a dropdown list of all years daily post archive.
<select name="archive-dropdown" onChange='document.location.href=this.options[this.selectedIndex].value;'>
...
3
votes
2answers
4k views
WP 3.1 - archive pages for custom content types possible now without a plugin?
I noticed that WP 3.1 supposedly has 'new CMS capabilities like archive pages for custom content types', however, I can't see that implemented yet?
I've been using a plugin called 'Simple Custom Post ...
2
votes
2answers
274 views
Tag system like Quora?
What would be the best way to go for creating a tag-system similar to the one on quora.com?
If you don't know what quora looks like, here is what I'm thinking about:
On the tag archive page the user ...
0
votes
1answer
589 views
where can I see my custom post type archive template?
I am working with wordpress 3.1 and have custom post type of whitepaper. My single-whitepaper template seems to be working. But the archive template (archive-whitepaper.php) is not.
And this after I ...
0
votes
2answers
282 views
Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php?
I'm trying to get the custom archives per post-type working, but after a week of trying, searching and scratching head I still cannot get it working. I'm mainly talking about the {post-type}/{year} or ...
0
votes
1answer
564 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 ...
1
vote
2answers
3k views
Custom post type archive with pagination?
I have a custom post type called 'projects' (pastebin) and I have a page called Projects set up in my dashboard which is set to display the Projects template. (pastebin)
The problem is when I use ...