SinusCom
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] alot of errorsHello,
I think it’s caused because of a conflict with Php 5.4 :/
Regards,
Forum: Hacks
In reply to: Newb: creating a page with custom functionality and codeHi,
I think the best way to do what you want with the data extraction from your databases is to use a custom page template. I’m using this method since some years and haven’t get any problem with that.
Cheers,
Ghaith
Forum: Fixing WordPress
In reply to: 404 Error on a randomly pageHi emsi & thanks for your reply,
I tried something else, I reset my cookies since 2 hours (thx Firefox) and tried to login again and all is going fine now. I don’t know if it’s a problem related just to my computer or not coz I tried when I get the problem two different browsers and get the problem with them.
I’ll try until tomorrow and come back here to make a feedback.
Cheers,
Ghaith J.
Forum: Fixing WordPress
In reply to: WordPress page_id in a loop – not working with enhanced permalinksI don’t know if you find a solution for your problem but this isthe one it works fine:
<?php if ( is_page('2')) { echo ("BLABLABLA"); } else { echo ("Second BLABLABLA"); } ?>2 is your page id.
Cheers,
$meForum: Themes and Templates
In reply to: [Plugin: NextGEN Gallery] gallery on template pageHello,
It’s resolved 🙂
the solution :
<?php $gal = '[gallery=X]'; $gal = apply_filters('the_content', $gal ); echo $gal; ?>X is the ID of the gallery to show.
I have only a little problem with this code, how to limit for example the thumbs to only display 5 or 6 ?
Cheers,
S