ThorHammer
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for ClassifiedsCome on… Anyone???
Forum: Plugins
In reply to: [Plugin: Sociable] Please help me with this additionDont bother, I skipped the plugin and hard coded the template.
Forum: Your WordPress
In reply to: Now it looks betterNo opinions?
Forum: Fixing WordPress
In reply to: Upgrading, but the text itself are not visibleAll plugins used are the same as on the other well functioning site. But for some strange reasons it seems as if single.php in my theme just wont display its content. All other theme files seems to be ok. I have tried to delete and recreate old posts, but without luck. Also, new posts are stored, but the text will not show up?
Forum: Plugins
In reply to: Need sitenews functionalityOK..since noone knows, what about a “breaking news”-functionality?
Forum: Plugins
In reply to: Need sitenews functionalitybump…
Forum: Fixing WordPress
In reply to: Displaying posts -limitThanks moshu, then I have to place it ouside a widget.
Forum: Fixing WordPress
In reply to: Displaying posts -limitCould this be because I have placed the code in a text-widget?
Forum: Fixing WordPress
In reply to: Displaying posts -limitas you say…bump! I really need help with this one…please…
Forum: Fixing WordPress
In reply to: Displaying posts -limitAs I thought, this task is too difficult to solve. Or… anyone, please?
Forum: Fixing WordPress
In reply to: Displaying posts -limitWell, I tried to include the following code on my widget:
<ul> <?php global $post; $myposts = get_posts('numberposts=10&offset=14'); foreach($myposts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>But it was just – blank. Nothing there. Any advice?
Forum: Plugins
In reply to: SEO and problem with META tagsjdembowski: Thanks for the tip! I did, and the meta info was excellent on all posts and pages, but not on the index page. There it was just gone…
Forum: Plugins
In reply to: SEO and problem with META tagsbump – anyone?
Forum: Fixing WordPress
In reply to: Unable to upload imageThis worked for me:
http://wordpress.org/support/topic/183297Forum: Everything else WordPress
In reply to: Add Media Error [ HTTP ERROR ]Be aware that you host might forbid this function is htaccess. If so, try this solution, it worked for me: