crankberry
Forum Replies Created
-
Forum: Plugins
In reply to: Loading posts from a different websitethanks Michael I will have to play around with the code. I’m not 100% sure it’ll do the trick for me but I’ll update everyone
Forum: Fixing WordPress
In reply to: apostrophe in PHP code postinginstalled and tested… excellent plugin… thanks
Forum: Fixing WordPress
In reply to: apostrophe in PHP code postingactually I pinned down to the plugin I’m using to highlight the code… its the Source Code syntax highlighting plugin: http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/
it mentions that
“In the OUTPUT there is a minor difference in that we use ‘'’ instead
* of PHP’s ‘'’ for a single quote: this provides compatibility with”but I tinkered with the code and nothing happened..
should this thread be moved elsewhere?
Forum: Everything else WordPress
In reply to: Commenting on my blog from other WP accountsoh I see, thanks Ipstenu, I wasn’t too sure how Gravatar worked. Thanks
Forum: Everything else WordPress
In reply to: Commenting on my blog from other WP accountsanonymous commenting is on, its not a trackback
here’s the link http://www.crankberryblog.com/2009/15-free-blog-directories-to-get-you-started
comment on bottom by John
Forum: Fixing WordPress
In reply to: blog title???in regards to font (aka font-family) you only have certain options because not every computer has the same fonts installed but there are some defaults like arial, georgia, and verdana
color wise I like to use this site
Forum: Your WordPress
In reply to: The Crankberry Blog – Feedbacks?thank you very much salenco.. I’ll try to integrate some more photos into my postings
Forum: Your WordPress
In reply to: This is my blog! Must see!@samboll thank you! there should be a rule for NSFW postings
Forum: Fixing WordPress
In reply to: Cannot commentdid you accidentally edit the
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">code in your comments.php file?
Is other pages working for you?
Forum: Themes and Templates
In reply to: Can’t remove ‘Catagories’ bullets and indentI shared a method here http://www.crankberryblog.com/2009/removing-bullets-from-wordpress-default-theme-menu that can remove it from the category and archive section. I can’t remember if it removed it from the title as well but it worked for the subsequent section.
Let me know if it works or not then we can try to figure things out.