neurofluoro
Forum Replies Created
-
Forum: Plugins
In reply to: KG Archives PluginOi, didn’t see you there. Thanks for the tip, it is indeed exactly what I am looking for.
Oh, and good work on your plugin, despite me not using it ??
Forum: Plugins
In reply to: KG Archives PluginYou’ve got it. Like you can see here:
https://blindmuse.com/blog/2004/I had a quick look at the plugin, and although I understand that it’s more or less a matter of removing the loop in which categories are processed, php still intimidates me somewhat.
If you’d be able to show me how I’d be very grateful indeed ??
Forum: Plugins
In reply to: KG Archives PluginIs it possible to show all the categories for a month without grouping them into categories? I am asking because I would just like a purely chronological list and have a separate category archive.
Forum: Your WordPress
In reply to: youarenotaslave.comI likes as well. Although personally I would not use thumbnails magnified that much in the ‘recent pictures’ column.
Forum: Requests and Feedback
In reply to: Image uploading in specific directoryI’m looking for this as well, and seem to remember a plugin which saved images in a directory structure equal to the permalink of the post, i.e. /blog/2005/05/06/postname/image.jpg
Does anyone know what I’m talking about?
Forum: Plugins
In reply to: OS X Desktop apps for WP publishingYou can use Ecto and Marsedit
https://ecto.kung-foo.tv/
and
https://ranchero.com/marsedit/They both provide information on how to use them with WP, and it is quite simple. Anyone know of any others?
Forum: Plugins
In reply to: Email Contact FormIs there any way of using this plugin with Markdown? it just spits out the code:
<div class=”contactright”><input class=”y_name” type=”text” name=”your_name” size=”30″ maxlength=”50″ value=”” /> (required)</div>
<div class=”contactleft”>Your Email: </div>
<div class=”contactright”><input class=”y_email” type=”text” name=”email” size=”30″ maxlength=”50″ value=”” /> (required)</div>
<div class=”contactleft”>Your Website: </div>
<div class=”contactright”><input type=”text” name=”blog” size=”30″ maxlength=”100″ value=”” /></div>
<div class=”contactleft”>Your Message: </div>
<div class=”contactright”><textarea class=”y_msg” name=”msg” cols=”35″ rows=”8″ ></textarea></div>
<div class=”contactright”>
<input type=”submit” name=”Submit” value=”Submit” />
<input type=”hidden” name=”stage” value=”process” />
</div>
</form>
</div>
<div style=”clear:both; height:1px;”> </div>