sindrejh
Forum Replies Created
-
Forum: Plugins
In reply to: Manually installed plugins not showing up in adminThanks mrmist, changing file permissions did the trick! I changed to 755, but not sure if thats the best/right one.
Forum: Plugins
In reply to: Manually installed plugins not showing up in adminI’m really sure the plugins are put at the right place. But I could check the permission of the directories.
Forum: Plugins
In reply to: Manually installed plugins not showing up in adminThis looks like a bug to me. It’s exactly the same with all my WordPress instalations.
But still I can’t find any solutions…
Forum: Plugins
In reply to: Manually installed plugins not showing up in adminSame problem here. No nested directories.
The plugin I’have tried: Let it snow and Sociable.
I have tried deactivate and removing all other plugins, with no luck. But if I move the main plugin php file to my plugin/ folder the plugin will appear in the plugin menu. But then (of coarse) the plugin will be broken.
Forum: Fixing WordPress
In reply to: My RSS doesn’t work :-(Thanks again, now it works fine!
Forum: Fixing WordPress
In reply to: My RSS doesn’t work :-(I don’t think so, I have to try that… Thanks
Forum: Everything else WordPress
In reply to: “Read more” without using <!–more–>I have tried that, but how do I then get a link that the readers can click to see the full story?
Forum: Everything else WordPress
In reply to: “Read more” without using <!–more–>Ofcourse I tried: <?php the_content(‘Read the rest of <?php the_title() ?>’;) ?>
not
<?php the_content(“‘><?php the_title(); ?>”), () ; ?>
I think you see that I haven’t really learned php 🙂