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!
We want the users to re-order the posts on a page similar to pagination but I can’t find anything anywhere!
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?
Hi i’m using this code to call for a different stylesheet for a single post type but the problem is, It won’t call the stylesheet.
In the Reading Settings, there is place to set the number of posts shown that affects the number of posts shown in all contexts. I’d like to show instead a certain number of posts on the homepage, and a different number of posts on pages like archive, search results, etc.
(Moderator’s Note: The original title was “using archive by date with a custom date”)
I created custom post types & custom taxonomies for these.
I am starting a new wordpress blog, and no longer updating an old one.
The old one still gets 400-500 hits a day, so I would like to keep it up for archival purposes, as people still link to its posts.
Obviously there is the problem that wordpress and plugins will be updated, and I have no desire to maintain it.
How can I lock the installation of wordpress down so I don’t need to maintain it?
I have seen someone suggest making a static version, which sounds like alot of work. A more reasonable solution I thought of was to disable write access to the database at the database user level. I’m fine with disabling comments from now on.
I want to display an archive page with pagination that lists all the categories on my site, and each link goes to that particular category archive page. So this would be like an archive page of category archives.
I have registered a custom post type with the right parameters. By that I mean I have added 'taxonomies' => array('post_tag','category'),