luckyindiglo
Forum Replies Created
-
I’m not sure if I’m using “post_title” correctly. This is for a portfolio where I have different categories: Photography: Design etc. For ex if a user is within the Photography category and they click next, I want them to see the next item within just Photography.
<ul class="controls"> <li id="prev-link"><?php next_post_link_plus( array('order_by' => 'post_title')'%link','<i class="icon-salient-left-arrow-thin"></i>',TRUE, null,'project-type'); ?></li> <li id="next-link"><?php previous_post_link_plus( array('order_by' => 'post_title') '%link','<i class="icon-salient-right-arrow-thin"></i>',TRUE, null, 'project-type'); ?></li> </ul>
<ul class="controls"> <li id="prev-link"><?php next_post_link_plus( array('order_by' => 'post_title') '%link','<i class="icon-salient-left-arrow-thin"></i>'); ?></li> <li id="next-link"><?php previous_post_link_plus( array('order_by' => 'post_title') '%link','<i class="icon-salient-right-arrow-thin"></i>'); ?></li> </ul>
I’ve added in an array but am receiving an error. Any help is so incredibly appreciated. Thank you.
Thanks, I have the array working, but my left and right arrows disappear and are replaced by text. Is the i class causing the problem?
Thank you for responding, I’m a newby at coding.
Forum: Fixing WordPress
In reply to: Next Previous buttons not working properlyposted in wrong forum. sorry!
Forum: Plugins
In reply to: [HTML5 Swiffy Insert] Cannot Get it to workHi,
Great you were able to get this to work! Would you mind sharing how exactly? This is the code I’ve been trying and it’s not working.
<iframe src=SWIFFY CODE></iframe>
Thank you!