yeyeman9
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Following users…and more with p2 theme?Yeah. I have actually changed to buddypress. :). thanks!
Forum: Fixing WordPress
In reply to: Grabing the content?Here is what I did, for anyone that might need some future reference:
<?php foreach($posts as $post): ?> <?php $post_data = get_post($post->post_id, OBJECT); ?> <meta property="og:title" content="<?php echo $post_data->post_content ?>" /> <?php endforeach; ?>
Forum: Fixing WordPress
In reply to: Grabing the content?Solved nevermind! thanks!
Forum: Fixing WordPress
In reply to: Letting people post without registration?The problem that I am seeing with the plug in though, is that it is actually a forum more than anything. My idea is for, let’s say I have a normal wordpress blog. I make entries and what not, title and paragraphs (like an article). How can I let users do that as well, without having to register?
Forum: Fixing WordPress
In reply to: Letting people post without registration?Awesome thanks! that seems like it could do the trick.
I will have to play around with it a little bit but do you know if users will be able to choose the categories they want it to appear on?
Thanks again!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t generate thumbnailsI actually used it perfectly for a while. Thumbnails worked perfectly and what not. But suddenly they just stopped appearing. When I click on “Edit thumbnail” an error comes out:
Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 290
Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 303
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 436
Warning: Division by zero in /home4/positix3/public_html/wordpress/wp-content/plugins/nextgen-gallery/admin/manage_thumbnail.php on line 42