kegan5
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Nevermind I just noticed this is available on premium version 🙁
Forum: Fixing WordPress
In reply to: If Else statement to control video tag per pageAfter reading through various how to’s on this forum and elsewhere I finally managed to get this to work from this thread: http://wordpress.org/support/topic/php-else-if-for-child-pages
Using the following code as given in the above mentioned thread.
<?php if (is_page('about')) { ?> <!-- code here --> <?php } elseif (is_page('programs')) { ?> <!-- code here --> <?php } elseif (is_page('calendar')) { ?> <!-- code here --> <?php } else { ?> <!-- code here --> <?php } ?>Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Remove FiltersThank You 🙂
Forum: Plugins
In reply to: Editable Table PluginNevermind, I’ve embedded google docs 🙂
Still interested in any replies if anyone has any suggestions still ?
Forum: Plugins
In reply to: Multiple Photo Albums on one page – plugin searchIt seems I may have answered my own question, nextgen is now displaying as I required 🙂
Viewing 5 replies - 1 through 5 (of 5 total)