Thread Starter
kyllle
(@kyllle)
Just had a thought, how about if 3 custom fields are set up say 1, 2, & 3 to represent the 3 posts then an if statement is created saying if the custom field = 1 then display post 1, if custom field = 2 then display post 2 etc etc?
unfortunately I have very little php knowledge to be able to write something like this so if this is possible I would really love anyones help
thankks
Thread Starter
kyllle
(@kyllle)
Got it working, was a problem with the load styles function in nggallery.php
Thanks for looking.
Thread Starter
kyllle
(@kyllle)
Got it working, was a problem with the load styles function in nggallery.php
Thanks for looking.
Thread Starter
kyllle
(@kyllle)
fixed it forgot to include <?php wp_head(); ?> in my header.php file