Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Group by category within daily post list?You might wanna take a look at the following thread.
http://wordpress.org/support/topic/38046Forum: Plugins
In reply to: File Attachment for EntriesI would upload the file first, and then use the custom field to attach/reference to that file.
Forum: Plugins
In reply to: Styling Asides – PHP most likely involvedYou need to do the step 5 of the tutorial. With it, you would only have one list for consecutive aside posts, instead of a list for each aside post.
Forum: Fixing WordPress
In reply to: Linking a page link to a category?You could use the following plugin.
http://txfx.net/code/wordpress/page-links-to/Forum: Themes and Templates
In reply to: Special Template!!!!Forum: Fixing WordPress
In reply to: Google Archive of Posts?How does Google archive posts in invision forum?
Forum: Plugins
In reply to: NEW PLUGIN – Custom Field GUICustom Field GUI has been updated to support type “textarea” with customizable number of rows and cols. If you upgrade, take care not to overwrite your
conf.ini.Posted on behalf of rhymedcode.net
Forum: Plugins
In reply to: Possible to add a second post field?Custom Field GUI has been updated to support type “textarea” with customizable number of rows and cols. If you upgrade, take care not to overwrite your
conf.ini.Posted on behalf of rhymedcode.net
Forum: Fixing WordPress
In reply to: bug: document.getElementById(…)Please post full/complete error message
Forum: Fixing WordPress
In reply to: Grabbing posts from 6-10Use get_posts with parameter offsett
Forum: Plugins
In reply to: [New Plugin] Custom Comment TextPosted on behalf of rhymedcode.net
Forum: Fixing WordPress
In reply to: Abbreviating Month in get_archivesIf you change the Default Date Format in Options -> General, the get_archives()’s output will adjust accordingly, will it not?
Forum: Plugins
In reply to: Hacking Tagboard/Recent Comment Plugins"WHERE (post_status = 'publish') AND comment_approved= '1' AND post_password = '' "Forum: Themes and Templates
In reply to: Show title of permalink onlyYou could get it this way.
<?php echo '/' . $post->post_name . '/'; ?>Forum: Fixing WordPress
In reply to: HREF #comment link not jumping to comment box – Help!Clicking three times and all of them took me to the comment form.