katesgasis
Forum Replies Created
-
Forum: Plugins
In reply to: KG Archives PluginDamn, this post does not display ampersands correctly either. <!–KGSortForm–> and <!–KGSortArch–>. Hope this works.
Forum: Plugins
In reply to: KG Archives PluginI’m sorry if the tags did not display correctly here. If you have read the readme.txt you can find the instructions there. Anyway, here <–KGSortForm–> and <–KGSortArch–> .
Forum: Plugins
In reply to: KG Archives PluginIt protects password protected posts and does not include drafts and private entries.
Forum: Plugins
In reply to: KG Archives PluginWhat page cannot be found? The archives?
Forum: Plugins
In reply to: KG Archives PluginYou can see it in action here http://katesgasis.com/archives/.
The installation was a breeze. Just upload the file kgarchives.php to your /wp-content/plugins folder and create a page with posts <–KGSortForm–> and <–KGSortArch–>.
It lets you sort your archive by months and then group it by category before showing you the daily posts within that category.
Example:
April 2005
Category 1
30: post in category 1
29: post in category 2
.
.Category 2
30: post in category 2
29: post in category 2
.
.March 2005
Category 1
30: post in category 1
.
.Category 2
30: post in category2
.
.If you want to show only all the post in a specified month just select the month in the archive form. To display all, select All Months.
Geez, it’s that easy.
Forum: Fixing WordPress
In reply to: Only show posts from one Category on main pageYou can try the plugin of Keith McDuffe. It lets you choose which categories will appear in the frontpage. Other cool features are also available like an option to hide the category from search results, rss feeds, category list…
You can combine it with Richard Goodwin’s ShowFrontPage plugin.Forum: Fixing WordPress
In reply to: Listing categories only once: How?Why does your category display more than once when you call <?php wp_list_cats(); ?> ?
Forum: Fixing WordPress
In reply to: Listing categories only once: How?What exactly do you want to be done. List the post under the category or you just want to list the categories? Maybe you could explain further.