Editing content on home page
Permalink
Hi,
I am trying to add a line to the bottom of my home page that pertains to our 501c3 status. I had a company design our website and now I'm maintaining it. I can't figure out how to add this line. Also would like to add a Facebook and Twitter icon.
I've created a content block in the Global Scrapbook, but I can't get it to show up or figure out how to place it. As I said I also need to add legal sentence.
Here is my websitehttp://www.maranahealthcenter.org can anyone give me some guidance.
Thanks.
I am trying to add a line to the bottom of my home page that pertains to our 501c3 status. I had a company design our website and now I'm maintaining it. I can't figure out how to add this line. Also would like to add a Facebook and Twitter icon.
I've created a content block in the Global Scrapbook, but I can't get it to show up or figure out how to place it. As I said I also need to add legal sentence.
Here is my websitehttp://www.maranahealthcenter.org can anyone give me some guidance.
Thanks.
Thank you for the reply. Yes I think the Designer did a fantastic job, there are doing my Intranet site and I can't wait to get it up and running as they did a good job on that as well.
I would highly recommend them if you need any word donehttp://www.epicproductionsllc.com
Your answer is helpful for my legal sentence, but I still can't figure out how to place a facebook and twitter link inside the footer under the Email Subscribe box. Any thoughts on that?
Thanks for your help.
I would highly recommend them if you need any word donehttp://www.epicproductionsllc.com
Your answer is helpful for my legal sentence, but I still can't figure out how to place a facebook and twitter link inside the footer under the Email Subscribe box. Any thoughts on that?
Thanks for your help.
You can use the same box but throw in some html code like this:
use <br /> for a line break (hard return)
and this
for your links. putting the 'target' in there will open the links in a new page so your visitors don't have to navigate away from your page to visit your facebook site.
use <br /> for a line break (hard return)
and this
<a href="www.yoursite.com" target="_blank"> your site </a>
for your links. putting the 'target' in there will open the links in a new page so your visitors don't have to navigate away from your page to visit your facebook site.
I'm going to assume that there is NOT an editable area in your footer and this is why you are having problems. If there is an editable area then put the page in edit mode, click the area, click 'add content' and type away.
here are some other options:
1. Go to your site's Dashboard and click the "sitewide settings" on the left hand side. You'll see a series of boxes, the third one down on the left is titled "tracking code" you can put plain and styled text in that box and it will appear on all your pages. the downside is that it may not flow with your theme.
2. If you don't have an editable area in your footer and you don't like the way option 1 looks, then you will have to edit the theme's actual files. They can be found in one of two places:
a. yoursite.com/themes/your_theme/elements/footer.php
or
b. yoursite.com/packages/your_package/themes/your_theme/elements/footer.php
look for this line of code:
<a href="http://epicproductionsllc.com" style="text-decoration: none;"><strong>Epic Productions</strong></a>
add your info either above it or below it according to taste BUT keep it inside of the </p> tag.
cheers.