trmtnbike
Forum Replies Created
-
Forum: Plugins
In reply to: Photon (iPhoto -> Weblog Plugin) Updated to Universal Binaryyetsirahj:
My blog ID is set to 0. The access point is the location of the xmlrpc.php file in your WordPress folder. So, if you installed WordPress at:
http://yourdomain.com/wordpress/
Then the access point would be:
Forum: Plugins
In reply to: Photon (iPhoto -> Weblog Plugin) Updated to Universal BinaryThe link has been fixed. Sorry!
Forum: Themes and Templates
In reply to: WordPress is adding a “<p>” before the page’s contentHello Stefancom,
This is due to the wpautop filter that runs behind the scenes without most users knowing about it.
You can either run the command
remove_filter(‘the_content’, ‘wpautop’);
at some point before you call the_content(); in the loop, or you can replace
<?php the_content(); ?>
with:
<?php echo $post->post_content; ?>
You should be aware that using the second method bypasses all filters that any plugins run before displaying your content. I believe Markdown and other similar plugins are run at this time, so you may want to use the remove_filter option if you rely on this type of plugin.
Forum: Themes and Templates
In reply to: SQL Query HelpHi Geoffe,
Thanks for getting back to me. I added a timestamp to the post2cat table a long while ago to give myself this functionality, but was hoping that someone with more knowledge of the WordPress DB schema than I would know of a way around doing so.
The ultimate aim was to make my photoblog theme more easily distributable.
Forum: Themes and Templates
In reply to: SQL Query HelpI don’t think the fuzzy recent updates plugin is what I’m looking for, but thanks.
Forum: Themes and Templates
In reply to: New Photoblog ThemeSure, I’ll repost to this thread. I’ll probably also create a new thread as well that better describes the theme.
Forum: Themes and Templates
In reply to: New Photoblog ThemeNot yet, but it’s coming.
I’m moving to another state and switching jobs at the end of the month – so this project has moved down the priority list until I get everything in order.
Forum: Themes and Templates
In reply to: New Photoblog ThemeI am planning on releasing this, I just wanted to get some feedback and make sure there was interest in me doing so.
I’ve made a small number of changes to the WordPress MySQL tables that are non-destructive (basically adding a datestamp) that will need documentation, and have to clean up a few of my custom functions to make them faster and more secure.
Forum: Themes and Templates
In reply to: New Photoblog ThemeI thought I’d post links to the various views for the lazy.
Main view:
http://photo.orbyonline.com/Album view:
http://photo.orbyonline.com/album/vancouver-2006Image view:
http://photo.orbyonline.com/vancouver-2006/2006/bamboo/