Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lastest Posts ListYou could use the following template tag
http://codex.wordpress.org/Template_Tags/wp_get_archivesand set the
typetopostbypostForum: Plugins
In reply to: WP-Contact FormNot sure, but it looks like you need to contact your host.
Forum: Alpha/Beta/RC
In reply to: WP-Contact form not working…or is it?What’s the error msg exactly now? Call to undefined function: get_option?
So far I haven’t seen plugin-specific error msg. You may need to delete WP files and the upload new ones.
edit: Just tested the plugin myself with wp beta; it just worked.
Forum: Fixing WordPress
In reply to: Export database with CocoaMySQL, how to?Yeah, the options you select give the correct output. EXCEPT, you should be able to select multiple tables.
WP has around 9 (not sure) tables; you have to back up all of them.
Forum: Alpha/Beta/RC
In reply to: /index and / displays different contentHow do you exclude asides category from showing up in the main blog?
Forum: Alpha/Beta/RC
In reply to: WP-Contact form not working…or is it?Make sure you have the following file; try re-upload the file
wp-includes/wp-l10n.phpOtherwise, you could just commment out that line. It’s not needed if you stick with the plugin’s default language (english, I suppose).
//load_plugin_textdomain('wpcf');Forum: Installing WordPress
In reply to: Plugin To automaticly give users adminIf there is no such plugin, how would I go about doing so?
Make the plugin. Read the doc on codex; the filter you want to use is ‘create_user_query’Forum: Fixing WordPress
In reply to: Blog Being Hijacked?May be the following script on your page?
<script type=”text/javascript” src=”http://fastonlineusers.com/online.php?d=www.nerdnirvana.org”></script>Forum: Everything else WordPress
In reply to: google analytics – where to put code?Too much maintenance if you switch theme everyday. In that case, a plugin that utilize the hook
wp_headcan maintain a single source that could be included in any active theme.Forum: Fixing WordPress
In reply to: Movie Posts/GalleryFirst of all, you have to be in advanced-version of “Write Post” panel.
Options -> Writing, select Advanced Controls, click Update OptionsThen go to
Write -> Write Postpanel and the Excerpt field should be above the Post field.Forum: Fixing WordPress
In reply to: Movie Posts/GalleryPut the snapshot in excerpt field; put the video in post field.
When you display the list, display it as a list of excerpts.
Forum: Fixing WordPress
In reply to: Remove category assignment from pageDid you ever get an answer on how to turn off categories on Pages?
It’s not necessary. You could just have a filepage.phpin the theme folder and omit the template tag which displays its category; same thing with comments/comment form.Forum: Everything else WordPress
In reply to: is_feed() or $doing_rss – What is the difference?At glancing the code, it seem that there are two entry points to feed content. Anyway, just check for either condition.
if (is_feed() || $doing_rss) {
...
}Forum: Themes and Templates
In reply to: Joelonsoftware style themes!Sorry, I missed the “wordpress.com” part. So, yeah, what TechGnome said.
Forum: Themes and Templates
In reply to: Joelonsoftware style themes!You can use the following plugin. You’d write an “About Me” page (which includes text and photo), and use the plugin to display its content on the front page.
http://guff.szub.net/get-a-post