levani01
Forum Replies Created
-
Forum: Plugins
In reply to: E-commerce plugin neededNo ideas?
Forum: Fixing WordPress
In reply to: Remove wp- file prefixCould you tell me which line should I change exactly?
Forum: Fixing WordPress
In reply to: Remove wp- file prefixAnd what about changing only /wp-admin to /admin?
Forum: Fixing WordPress
In reply to: Page content shoud be php code. Please helpmrmist
But exec php doesn’t allow to use include function…How can I include custom theme file in wordpress page?
Forum: Fixing WordPress
In reply to: Rescrict post authors to add comments on their postsIs it so difficult to do?
If I’m not clear please let me know.
Becouse of my website structure I don’t need to give the post authors ability to add comments on their posts, so if they are viewing their own post the comment form shouldn’t be visable.
Forum: Fixing WordPress
In reply to: Write username outside the loopIs it possible that only view the profile without the ability to edit it? I have never heard anything about it. What does the page look like?
Forum: Fixing WordPress
In reply to: Write username outside the loopWell I corrected the code, it would be
echo('Hello, <a href="wp-admin/profile.php">' . $current_user->user_login . !'</a>\n'); }Ipstenu
Thank you again for help 🙂Forum: Fixing WordPress
In reply to: Write username outside the loopSomething is wrong in this code 🙁
Parse error: syntax error, unexpected '<'Forum: Fixing WordPress
In reply to: Write username outside the loopWell it works fine! Thank you for help very much!
And how to make the username linked to it’s profile page? (not on dashboard main page)
Forum: Plugins
In reply to: [Plugin: Leopard Admin] Will this work with 2.7?Has anyone tried it for 2.7 version?
Forum: Plugins
In reply to: Show Posts which have no commentsWhere can I find more information about this plugin? How shoud I use it?
Forum: Plugins
In reply to: [Plugin: Gengo] Write post in two or more categories at the same timeI already have a website with a lot of posts and that is why I can’t change gengo with qtranslate. If there is any way to choose more than one language while writting a post it would be very useful for me.
Forum: Plugins
In reply to: Show Posts which have no comments+1
Have the same problem…
Any suggestions?
Forum: Fixing WordPress
In reply to: How to add space in between images and texts on the postsUse margin for images in ‘entry’ tag, something like this:
.entry img {
margin-right:10px;
margin-bottom:10px;
}Forum: Fixing WordPress
In reply to: Show single post’s category and it’s subcategories outside the loop?????????????????