• Resolved childrensfitness

    (@childrensfitness)


    I have a question about the Blue Horizons Word Press Theme. You can view it at:
    https://www.wpdemo.kaushalsheth.com/
    Does any of the experts out there know how I can take out the small verticle lines between the top links on the blue nav bar. For some reason, I don’t like them there, but cannot figure out how to remove them. You will see what I mean if you go to the link. Thanks for any help.

Viewing 15 replies - 16 through 30 (of 61 total)
  • yhandros

    (@yhandros)

    Hi all, may anyone guide me to resolve my problem?
    I’m working with wp 2.0.1.
    I need to create a new page (with the same header, sidebar and footer), to put a radioblog on it, and I’d like people could comment on that page. I’ve created it on “manage”->”page” ->”create new page” and I’ve check the “allow comment” checkbox… but I’t didn’t work.
    The link to current comments that shows the amount of comments (and links to the “new comment” page) didn’t appear. It only shows the contet I’ve write on the editor to this page.
    Excuse my poor english and thanks anyway.

    moshu

    (@moshu)

    Many themes that have a page.php file (=the default Page template) do not have the call for the comments template in it, because initially the Pages were not meant to be commented – e.g. Pages like About me, Contact etc.

    You have two options:
    a) edit the existing page.php file to include the comment link and the comments template; see how it is done in your index or single php, or both
    b) create a new Page template with the call for the comments; see Pages >> Page Templates section.

    yhandros

    (@yhandros)

    Ok moshu, I’ll try. Thanks very much. ??

    Thread Starter childrensfitness

    (@childrensfitness)

    I need to ask anyone a question about my page at:
    https://www.lensaunders.com/wp
    I only have one catogory right now. But, the home page, and the catagory page ‘children’s fitness articles’ always remain the same. How can I just change the ‘children’s fitness articles’ page to a different text, so it is not always the same as the home page? I hope I asked this the correct way. Thanks.

    yhandros

    (@yhandros)

    Well, it works.
    See it on https://www.yhandros.com/?page_id=208

    Thread Starter childrensfitness

    (@childrensfitness)

    [moderated – double post]

    Thread Starter childrensfitness

    (@childrensfitness)

    Okay…..I just tried creating another catogory to see what happens. When I created another catogory, and posted to it, the text also went on the home page. I don’t know what to do. When I make any posts, it seems to pop up on the home page (as well as the page I want to post to), or if I post on the home page, it also seems to go to another page. Can anyone help fix this:
    https://www.lensaunders.com/wp
    Thank you to everyone. Maybe generous people here willing to help. Big thanks to Neon and Moshu.

    moshu

    (@moshu)

    There is nothing to “fix” – that’s the normal, default behaviour of a blog software. The latest post shows up at the top of your main (=home) page.

    You cannot “direct” where posts are going.
    The only thing you can do:
    a) have a home.php that has a different Loop or only static content
    b) exclude certain categories from being shown on the main page
    (Look around on the main page of the forum, there were questions and answers for this latter one minutes ago)

    Thread Starter childrensfitness

    (@childrensfitness)

    Moshu:
    I read the posts. Thank you. I would like to put the code in the my-hacks.php, but I cannot find the file in my folder. Is it possible I don’t have it? Is there a way for me to put it in my folder, or would that mess everything up. Thank you.

    moshu

    (@moshu)

    Hey,
    I don’t know what did you find, I was thinking about this post (just was lazy to go back and look for it ??
    https://www.ads-software.com/support/topic/61293?replies=3#post-327423
    No myhack and stuff. Just a few lines of code in the index or home template file.

    Thread Starter childrensfitness

    (@childrensfitness)

    Thank you Moshu. You are very informative. I will check it out.

    Thread Starter childrensfitness

    (@childrensfitness)

    Moshu:
    My question is with regards to the article above (your link). Please remember I am new to this stuff, so I apologize if these questions are stupid.

    The example shows how to hide one catogory. How would I put the text in the index.php if I want multiple catagories to be hidden? Thank you.

    Thread Starter childrensfitness

    (@childrensfitness)

    I did what the example suggested. When I went to my page, it came up with the following error.

    Parse error: parse error, unexpected T_ENDWHILE in /home/content/p/r/o/projectaces/html/wp/wp-content/themes/template/index.php on line 56

    HELP

    moshu

    (@moshu)

    It’s not a stupid question at all.
    I have to warn you I am not a coder, so don’t expect anything that would work at once…
    I’d try to put them in one place, i.e. (3, 4, 8) in the code provided, and if it doesn’t work – then I’d try to add to this:
    <?php if ( !(in_category('4')) || !is_home() ) { ?>
    something like:
    <?php if ( !(in_category('4')) || !(in_catgeory('X')) || !is_home() ) { ?> and so one…

    Thread Starter childrensfitness

    (@childrensfitness)

    Moshu:
    I am sorry to say neither example worked. Are there any other options? I wonder if I could put the word ‘index’ as a catogory?

Viewing 15 replies - 16 through 30 (of 61 total)
  • The topic ‘Blue Horizons Theme’ is closed to new replies.