katesgasis
Forum Replies Created
-
Forum: Plugins
In reply to: KG Archives PluginUPDATE:
Due to numerous complaints (2 or 3 actually) that KGArchives is generating huge amount of queries (true), I have released an update.KGArchives v1.3 is almost a complete rewrite and is 99% efficient (generates only 4 queries as opposed to 3x your the number of posts) and faster (less db queries, less time to render).
The upgrade can be downloaded at http://katesgasis.com/downloads/kgarchives-1_3.zip.
Forum: Fixing WordPress
In reply to: Really need some help here…There is something wrong with your permalink structure. If you have modified it you can reset it to desault by clearing them and saving.
If after reseting and still not working, check your header template with the default theme’s header template if you have missed something like include(TEMPLATEPATH . ‘/blogheader.php’); or something. Just check.
Forum: Everything else WordPress
In reply to: wordpress recommendedWordPress has matured into a CMS from being a blogging tool. With the right plugins, you could do a lot of things other “CMS” can. A well designed templates will allow you to manage how the content will be displayed. What’s best is you only use those plugins you need. In short it is not bloated like *cough*Typo3*cough*.
Forum: Plugins
In reply to: KG Archives PluginIf it’s what you want, Shawn Grimes has a similar plugin. In fact mine is based on his. You can visit his site at http://www.hexfactor.com.
Forum: Plugins
In reply to: KG Archives PluginWhat do you mean? Like Sort all posts for a month without grouping them in categories.
April 2005
30: A post
29: A previous post
28: Yet another previous post?
Forum: Everything else WordPress
In reply to: Disk space requirementThanks podz, I can now calculate the disk space req.
Forum: Plugins
In reply to: KG Archives PluginUpdate: Ver1.2 is out. It now hides future posts. You can get it here.
Forum: Plugins
In reply to: Plugin: Elegant Category (in)VisibilityI tried using your Category (In)Visibility and I got 404 messages. I have tried installing it on m offline test blog and it is working fine. The problem arises when I installed the plugin on my online blog. I have been using gudlyf’s version before that. I must admit, your version is fast. I’ve read the code. Less DB queries.
Forum: Fixing WordPress
In reply to: Weekly Archives with html ?Why not write another page and name it archives2 for instance and see if your permalink structure is directory type or query string type.
Forum: Fixing WordPress
In reply to: Weekly Archives with html ?Oh, that one? He just changed the permalinks to /%year%_%monthnum%_%day%_%postname%.html
Go to options then permalinks and change the structure. Don’t forget to update the .htacces file after. WordPress will show you the rewrite rules at the bottom of the page after you update the structure. It will only work if you have mod_rewrite enabled on apache.
Forum: Fixing WordPress
In reply to: Weekly Archives with html ?To prevent comments pop up in page, delete the <?php comments_template(); ?> in your page.php.
Regarding your archives problem, what plugin did you use to generate it?
Forum: Fixing WordPress
In reply to: Weekly Archives with html ?You can get learn other parameters for that tag here http://codex.wordpress.org/Template_Tags/get_archives
Forum: Fixing WordPress
In reply to: Weekly Archives with html ?<?php get_archives(‘type’, ‘limit’, ‘format’, ‘before’, ‘after’, show_post_count); ?>
-
<?php get_archives(‘monthly’, ”, ‘html’, ”, ”, TRUE); ?>
Forum: Plugins
In reply to: MMS directly to WordPressWhy not try creating a free account in flickr if you only want to send pictures and then use that to send your post to your wordpress blog. Flickr does not post to your blog if the email you sent has no pictures attached. Flickr has a Meta something API that allows you to send email to it then it will post the content of the email to your wordpress blog. That way you can use mms on your phone without added plugins. One
Forum: Plugins
In reply to: KG Archives PluginThere, use my last post. Again, my mistake I thought it would display correctly if I use amps.