asorethumb
Forum Replies Created
-
In your header template, you can find the wp_list pages tag, and edit it to exclude/include the pages you want. Below is an example of how I only included certain pages.
<?php wp_list_pages(‘include=1061,104,2293,282,1573,672,82,8,3345&title_li=&depth=1’); ?>
Forum: Plugins
In reply to: [Page2cat: Category, Pages & Posts Shortcodes] Plugin not registeringAlso looking for the instructions on how to tweak the archive pages, as the link provided in the documentation is broken. Can anyone help? Thanks.
Forum: Themes and Templates
In reply to: Multiple Body Onload, not workingIm having the same type of issue. Any luck?
Forum: Plugins
In reply to: nextgen gallery – limit number on tagged picsJust revisiting. Still haven’t figured this one out…
Forum: Plugins
In reply to: nextgen-gallery .92 header hackdotcoma again (on a different pc; forgot about this login)
I’ve gotten really close by using this wizard, however no images are showing up…I’m just getting the loading image. Below is the code I’m using. I’m not certain about the file code, but its all I could find…
I’m trying to load the images from my gallery id #2. I’ve tried adding ?gid=2 to the end of the XML file, but no luck.<div id=”player”>This text will be replaced</div>
<script type=”text/javascript”>
var so = new SWFObject(‘http://www.black-n-bluegrass.com/wp-content/plugins/nextgen-gallery/imagerotator.swf’,’mpl’,’820′,’250′,’8′);
so.addParam(‘allowscriptaccess’,’always’);
so.addParam(‘allowfullscreen’,’true’);
so.addVariable(‘height’,’250′);
so.addVariable(‘width’,’820′);
so.addVariable(‘file’,’http://black-n-bluegrass.com/wp-content/plugins/nextgen-gallery/nggextractXML.php’);
so.addVariable(‘lightcolor’,’0xCCCCCC’);
so.addVariable(‘transition’,’blocks’);
so.addVariable(‘showicons’,’false’);
so.addVariable(‘shownavigation’,’false’);
so.addVariable(‘repeat’,’true’);
so.write(‘player’);
</script>