denzel2364
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Let users delete their own photos?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Let users delete their own photossoz, probably should explain a little more.
I have a website with 1 gallery but many users adding their own images. Or… unless i can have a gallery per user.
regards
Forum: Fixing WordPress
In reply to: php if user is logged in display this: Cant re-write to work. help?Hi Esmi,
Not sure that this would work because the a class triggers a jquery action (header slider). I think its ‘a class=”open”‘ that calls the action. I tried something similar with php echo.
Thanks for your reply
Forum: Fixing WordPress
In reply to: Limit the amount of characters displayed in commentsLooks good, thank you. What would this do? Have you an example?
Forum: Fixing WordPress
In reply to: How to show post from a particular category widgetThats fantastic. Thank you very much
Forum: Fixing WordPress
In reply to: Limit the amount of characters displayed in commentsoh my god!! You are a legend
That looks like that had worked.
Lastly i need it to target a specific category. what would i need to do?
Forum: Fixing WordPress
In reply to: Limit at recent comments: title and author charalso looking for this
Forum: Fixing WordPress
In reply to: Limit the amount of characters displayed in commentsi have this code to make the titles shorter:
<?php function short_title($after = '', $length) { $mytitle = get_the_title(); if ( strlen($mytitle) > $length ) { $mytitle = substr($mytitle,0,$length); echo $mytitle . $after; } else { echo $mytitle; } } ?>
[moderated–bump removed. Please refrain from bumping as per Forum Rules]
Forum: Fixing WordPress
In reply to: Latest comments link to the article it came fromi get this result:
https://www.site.co.uk/blog/archives/1/comment-page-#comment-
what is displayed and the link points to:
Forum: Fixing WordPress
In reply to: Latest comments link to the article it came fromHow would that work with the above code?
Forum: Fixing WordPress
In reply to: Latest comments link to the article it came fromversion: 2.8
Forum: Fixing WordPress
In reply to: Latest comments on static pageHow do you make the titles link? Its exactly what i want but its just echo.
regards
Forum: Fixing WordPress
In reply to: Disabling right hand columns on front pagethank you kindly for the reply. i have duplicated page.php and now have a nice page to edit for my front end.
However, the problem is with the following modules:
Latest articles
Latest comments
Popular posts
and categories.I’ve been researching but still miffed about what code to use to display five titles from each section. More importantly, fix the line length.
Has anyone got ideas of what WordPress code to use?
Forum: Fixing WordPress
In reply to: New page – can it look like this?? Please helphey ‘Rhand’
thank you for the reply. Because this is going on the front page i have duplicated page.php and now have a page to edit for my front end.
The problem is the following modules:
Latest articles
Latest comments
Popular posts
and categories.I’ve been researching but still miffed about what code to use to display five titles from each section. More importantly, fix the line length.
Has anyone got ideas of what WordPress code to use?
Forum: Your WordPress
In reply to: Photography Website“but one has to download ~5.5Mb of images”
Hey Jint, do you have a FF plugin to see this?