pa1968
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with signing into my accountOk, I will do that. I wasn’t sure who to speak with about this. It felt like one of those Google slaps and I wasn’t sure what I did to warrant it. But, if this is not a WP issue, then I know who I need to direct my questions to. I appreciate the help. Thank you.
Peter
Forum: Fixing WordPress
In reply to: How do I find my footer?Editing it through the widget section would be great. I found the sidebar.php in the editor section. How do I create the dynamic sidebar in the php file? And where in the template of the sidebar do I add the dynamic sidebar? Can you walk me through it? I am not verse yet in how to do this. I appreciate it. Thank you.
Peter
Forum: Fixing WordPress
In reply to: How do I find my footer?Can you give me a suggestion of a good theme that makes the footer easily accessible? I am not devoted to that theme specifically. So, it wouldn’t be an issue for me to change that. I looked at the info to the right on the editors page and that is past my knowledge. It would be easier if I could access the footer another way. Can you give me a suggestion of a good one or could you tell me how to find one that would fit an easier method of updating? Thank you for your help.
Peter
Forum: Fixing WordPress
In reply to: Recirpocal LinksHere are some samples of the reciprocal links from a few of the different RSS Feed companies. Do I put these into the RSS widget?
Forum: Fixing WordPress
In reply to: My hyperlink in my dashboard is not onThank you. I just used your advice and it worked perfectly. I appreciate your help.
Forum: Themes and Templates
In reply to: Footer of the ThemeHi, ok I found the footer.php under the editor button under appearances. I want to add the FTC Disclosure as a link to my footer. How do I do this? This is what shows up in the footer now.
<div class=”bottom-rounded-corners”></div>
</div>
<!– [/#center] –><hr />
<div id=”footer”>
<!– If you’d like to support WordPress, having the “powered by” link somewhere on your blog is the best way; it’s our only promotion or advertising. –>
<p>
<?php printf(__(‘%1$s is proudly powered by %2$s’, ‘wordpraized’), get_bloginfo(‘name’),
‘WordPress‘); ?><?php printf(__(‘%1$s and %2$s.’, ‘wordpraized’), ‘‘ . __(‘Entries (RSS)’, ‘wordpraized’) . ‘‘, ‘‘ . __(‘Comments (RSS)’, ‘wordpraized’) . ‘‘); ?>
<!– <?php printf(__(‘%d queries. %s seconds.’, ‘wordpraized’), get_num_queries(), timer_stop(0, 3)); ?> –>
</p>
</div>
</div><?php /* “All your base are belong to us!” */ ?>
<?php wp_footer(); ?>
<?php if (stristr($_SERVER[‘HTTP_USER_AGENT’], ‘iPhone’)): ?>
<script type=”text/javascript”>
// iPhone orientaton switcher (see theme’s iphone.css)
function orient() {
switch(window.orientation){
case 0:
document.body.setAttribute(“class”, ‘portrait’);
break;
case -90:
document.body.setAttribute(“class”, ‘landscape’);
break;
case 90:
document.body.setAttribute(“class”, ‘landscape’);
break;
}
}window.onload = orient();
</script>
<?php endif ?></body>
</html>Forum: Fixing WordPress
In reply to: Where do I put HTML Code in my websiteThank you. This helps a lot. I have activated the RSS Feed widget now. Is this where I would place any reciprocal links I get from the RSS feeed companies too?
Peter