Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pa1968

    (@pa1968)

    Ok, 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

    Thread Starter pa1968

    (@pa1968)

    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

    Thread Starter pa1968

    (@pa1968)

    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 Links
    Thread Starter pa1968

    (@pa1968)

    Here are some samples of the reciprocal links from a few of the different RSS Feed companies. Do I put these into the RSS widget?

    Thread Starter pa1968

    (@pa1968)

    Thank you. I just used your advice and it worked perfectly. I appreciate your help.

    Thread Starter pa1968

    (@pa1968)

    Hi, 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>

    Thread Starter pa1968

    (@pa1968)

    Thank 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

Viewing 7 replies - 1 through 7 (of 7 total)