Hoe combineer ik onderstaande php codes?
Zelf dacht ik aan:PHP Code:
<div class="contentbox<?php if ( $counter % 3 == 0 ) echo '-right' ?>">
...
</div>
met
<div><?php post_class(); ?>
...
</div>
Maar dat werkt helaas niet. Wie kan mij hiermee helpen?PHP Code:
<div <?php post_class('contentbox<?php if ( $counter % 3 == 0 ) echo '-right' ?>'); ?>>
- Php vraag
-
10-01-2013, 11:56 #1Particulier
- Berichten
- 576
- Lid sinds
- 17 Jaar
Php vraag
-
10-01-2013, 12:07 #2
- Berichten
- 691
- Lid sinds
- 14 Jaar
Re: Php vraag
PHP Code:<div class=contentbox"<?php echo ($counter % 3 == 0 ) ? '-right' : ''; ?>">
-
10-01-2013, 12:13 #3Particulier
- Berichten
- 576
- Lid sinds
- 17 Jaar
Re: Php vraag
Bedankt voor je reactie, maar deze code moet er ook in:
PHP Code:<?php post_class(); ?>
PHP Code:<?php post_class('contentbox'); ?>
PHP Code:<?php if ( $counter % 3 == 0 ) echo '-right' ?>
-
10-01-2013, 12:18 #4
- Berichten
- 691
- Lid sinds
- 14 Jaar
Re: Php vraag
Wat is het resultaat van post_class()?
-
10-01-2013, 12:24 #5Bedrijfgegevens op aanvraag
- Berichten
- 1.031
- Lid sinds
- 16 Jaar
Re: Php vraag
PHP Code:<?php
if ( $counter % 3 == 0 ) {
post_class('contentbox-right');
} else {
post_class('contentbox');
}
?>
-
10-01-2013, 22:35 #6Particulier
- Berichten
- 576
- Lid sinds
- 17 Jaar
Re: Php vraag
PHP Code:<?php post_class(); ?>
PHP Code:<div class="sticky">
PHP Code:<?php post_class('contentbox'); ?>
PHP Code:<div class="contentbox sticky">
Eigenlijk moet ik dus dit hebben:
PHP Code:<div <?php post_class('contentbox<?php if ( $counter % 3 == 0 ) echo '-right' ?>'); ?>>
-
10-01-2013, 22:45 #7
- Berichten
- 506
- Lid sinds
- 15 Jaar
Re: Php vraag
Code:<?php $class = ($counter % 3 == 0) ? '-right' : NULL; post_class('contentbox'.$class); ?>
-
10-01-2013, 22:52 #8Particulier
- Berichten
- 576
- Lid sinds
- 17 Jaar
-
10-01-2013, 22:57 #9Blue Popsicle B.V.
- Berichten
- 456
- Lid sinds
- 17 Jaar
Re: Php vraag
Laat maar.
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic