• Resolved docholliday

    (@docholliday)


    Hi. I’m pretty new to wordpress and I have a few questions.

    1)On my site, when I click on a page (about, Lifecrafting), but not on my blog, there is a “<” present for no particular reason. It doesn’t seem to be present in text I’ve written on the page. Why is it there and how can I get rid of it?

    2) Whenever I put an amazon associate link into a blog post, it puts the link on its own line with cross hatching. You can see this happening here
    It does not happen with other themes I’ve used. Why is this happening and how do I fix it?

    3) Currently, under the header, you can see my three pages. It has About, Blog, and Lifecrafting, listed in that order. How can I reorder them so it’s Lifecrafting, Blog, About?

    Thank you very much for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I can’t download that theme right now but…

    1. don’t see the <
    2. It’s putting the <code> tag around the link.
    3. In your theme’s functions.php file it probably is using the template tag, wp_list_pages, so you might revise the value for the parameter sort_column.

    Thread Starter docholliday

    (@docholliday)

    Ok. Fixed the first two. For the last, you said to look in functions.php. My functions.php only says:

    <?php
    // this is needed for dynamic sidebar widget support
    if ( function_exists(‘register_sidebar’) )
    register_sidebar();

    function yui_doc ()
    {
    echo ‘doc’;
    }

    function yui_secondary_column ()
    {
    echo ‘yui-t5’;
    }

    ?>

    So where should I look?

    Okay, now able to download that theme. Look in header.php and add the appropriate parameters you need to the wp_list_pages template tag in that file.

    Thread Starter docholliday

    (@docholliday)

    Thanks a lot. Much appreciated.

    120000GET!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘A Few Quick Questions.’ is closed to new replies.