• Ok well i would love it if anyone could help me with this issue, i have this theme however i want to beable to add stuff in the sidebar ( as shown in screenshot or link ) i would if possible like this to be done with the “custom field” section, the reason why is because if i was to add alot of templates or images in general, i would like each one to have its own link so i guess that would be the best way.. if no one has any idea on how this could be done douse anyone have a idea on something very similar, such as a plugin etc. would relly love some help with this thanks

    http://www.tenrex.com/wp-content/uploads/2009/10/WLIH.jpg

Viewing 1 replies (of 1 total)
  • Thread Starter tenrex

    (@tenrex)

    ok found one that seems to work simple enuf, however there is one problem i carnt seem to put my mind around, how to stop it from showing on every page,

    Tenrex

    if ya go to my site and click any picture or what ever you will see the download, and preview buttons, however they are showing for every post rather than the one i just want it on “Edit” somehow before i dident manage to copy <?php if ( in_category(‘5’) ): ?>` however now i have im getting an error all the time.. help anyone please.. i relly want this to clean up my site -_-.

    <?php if ( in_category('5') ): ?>
    	<div class="livepreviewlink">
    		<a href="<?php echo c2c_get_custom('livepreview_url'); ?>" title="View the live preview">Preview</a>
    	</div>
    <?php endif; ?>
    <?php if ( in_category('20') ): ?>
    	<div class="downloadlink">
    		<a href="http://dodesign.us/download/<?php echo c2c_get_custom('design_file_name'); ?>.zip" title="Download this design for free!">Download</a>
    	</div>
    <?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Text in the Custom Field to show on this side bar.’ is closed to new replies.