-
Using Socrates ver 3.01 - How to insert the (C) Copyright 2012 All Rights Reserved
Hi support,
I am using Socrates ver 3.01.
How to insert the wordings :
"© Copyright 2012. All Rights Reserved"
at the left or right side of the footer.
Please advise.
Thanks.
Eddy
-
In the HTML editor insert © for the copyright symbol.
-
Hi,
Where can I insert this ""© Copyright 2012. All Rights Reserved"? At the footer.php? Please advise me as I am not well-versed in php language.
Thanks.
<!-- footer -->
<div class="im-footer">
<div class="im-lowerWidgets">
<div class="lowerWidget">
<div class="widgetFrame"><?php
$custom_fields = get_post_custom();
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) { include "widgetLeft.php"; }?></div>
</div>
<div class="lowerWidget">
<div class="widgetFrame"><?php
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) { include "widgetCenter.php"; }?></div>
</div>
<div class="lowerWidget">
<div class="widgetFrame"><?php
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) {include "widgetRight.php"; } ?>
</div>
</div>
</div>
<div class="footerContent">
<!-- You can insert text or html here to appear below bottom widget -->
</div>
</div>
<!-- /footer -->
</div><!-- /frame -->
<?php $analytic = get_option("analyticOptions"); ?>
<?php if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezefooterlogo'][0]) && !(is_page_template('squeezepage2.php') and !$custom_fields['_mcf_squeezefooterlogo2'][0]) and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesfooterlogo'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullfooterlogo'][0])) { ?>
<a target="_blank" href="http://www.socratestheme.com/cb/go.php?id=<?php echo $analytic['click'] ?>">
<div class="bottomBar"></div></a>
<?php } else { ?>
<div class="bottomBarNoLogo"></div>
<?php } ?>
<div class="im-lowerFrame">
<div class="im-lowerFooter">
<?php {
// put a native menu here
if (!is_page_template('squeezepage.php') && !is_page_template('squeezepage2.php') && !is_page_template('salespage.php') && !is_page_template('fullpage.php')){ ?>
<div class="lowerNav">
<?php wp_nav_menu(array('theme_location'=>'bottomleft', 'fallback_cb'=>false, 'depth'=>1, 'menu_class'=>'menu-bottomleft')); ?>
<div class="clear-fix"></div>
</div>
<?php } else if((is_page_template('squeezepage.php') && $custom_fields['_mcf_leftfooteronsqueeze'][0]) || (is_page_template('squeezepage2.php') && $custom_fields['_mcf_leftfooteronsqueeze2'][0]) || (is_page_template('salespage.php') && $custom_fields['_mcf_leftfooteronsales'][0]) || (is_page_template('fullpage.php') && $custom_fields['_mcf_leftfooteronfullpage'][0])) { ?>
<div class="lowerNav">
<?php wp_nav_menu(array('theme_location'=>'bottomleft', 'fallback_cb'=>false, 'depth'=>1, 'menu_class'=>'menu-bottomleft')); ?>
<div class="clear-fix"></div>
</div>
<?php } else {?>
<div class="lowerNav"></div>
<?php } ?>
<?php
if (!is_page_template('squeezepage.php') && !is_page_template('squeezepage2.php') && !is_page_template('salespage.php') && !is_page_template('fullpage.php')){ ?>
<div class="copyright">
<?php wp_nav_menu(array('theme_location'=>'bottomright', 'fallback_cb'=>false, 'depth'=>1, 'menu_class'=>'menu-bottomright')); ?>
<div class="clear-fix"></div>
</div>
<?php } else if((is_page_template('squeezepage.php') && $custom_fields['_mcf_rightfooteronsqueeze'][0]) || (is_page_template('squeezepage2.php') && $custom_fields['_mcf_rightfooteronsqueeze2'][0]) || (is_page_template('salespage.php') && $custom_fields['_mcf_rightfooteronsales'][0]) || (is_page_template('fullpage.php') && $custom_fields['_mcf_rightfooteronfullpage'][0])) { ?>
<div class="copyright">
<?php wp_nav_menu(array('theme_location'=>'bottomright', 'fallback_cb'=>false, 'depth'=>1, 'menu_class'=>'menu-bottomright')); ?>
<div class="clear-fix"></div>
</div>
<?php } else {?>
<?php $custom_fields = get_post_custom(); ?>
<div class="copyright"><?php echo $custom_fields['_mcf_squeezepagefooter'][0]; ?><?php echo $custom_fields['_mcf_squeezepagefooter2'][0]; ?></div>
<?php }
}
?>
<br clear="all"/>
<div class="disclaimer"></div>
</div>
</div>
</div><!-- /wrapper -->
<?php wp_footer(); ?>
</body>
</html>
-
Hi Gannboy,
I did a search on this forum, using the google search bar above for the word "Copyright",
and found this thread right away.
http://www.socratestheme.com/forum/s...ding-Copyright
-
You can insert the code right below where it says:
<!-- You can insert text or html here to appear below bottom widget -->
Similar Threads
-
By spradlig in forum Feature Requests
Replies: 7
Last Post: 10-18-2012, 11:15 AM
-
By carrollw in forum Community Support
Replies: 12
Last Post: 08-20-2012, 03:44 PM
-
By Dan Nickerson in forum Announcements & Updates
Replies: 0
Last Post: 01-02-2012, 06:00 PM
-
By craig8088 in forum Official Support
Replies: 1
Last Post: 02-06-2011, 08:48 AM
-
By wpfanatic99 in forum Official Support
Replies: 1
Last Post: 06-22-2010, 10:27 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|