• Resolved bunka-design

    (@bunka-design)


    Hello All!

    My blog has really progressed well with the help of these forums.

    I have two questions:

    1. How can I insert a search box into my blog? I would ideally like to do this in the metadata area just above or under the previous/next post area.

    2. Is there any way of also adding an archives link to the metadata area. Ideally I would like to be bale to write:

    Archives:
    January
    December

    My site is https://bunka-design.com/interiors/2009/12/the-nature/

    Thanks in advance to anyone who can point me into the right direction.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Add the search box with get_search_form() function

    2. A little tricky. But doable if you know some PHP; you can use the date() function and write a couple of code lines that’ll do the job …

    Thread Starter bunka-design

    (@bunka-design)

    thanks a million stiand!

    the search bar is sorted and im quite happy about that.

    as for the second point, I’m open for alternatives, but I’m really interested in finding a way to have a direct link to the actual archives and not the general archive page…

    Thanks again for any other suggestions!

    Thread Starter bunka-design

    (@bunka-design)

    ok, the archives are sorted.

    as simple as adding:

    Archives
    <?php wp_get_archives(‘type=monthly’); ?>

    in single.php

    https://bunka-design.com/interiors/2009/12/the-nature/

    any ideas on how to get rid of the bulletpoints?

    Thanks!

    yo bunka-design hi man I’ve checked out your site threw the next post thumbnail page and I love how it looks. I was wondering is there anyway you could help me I want to add the same search bar on the right with categories not archives on the right with the next post thumb pic. I’m basically trying to edit the right side of each post.
    Can you give me any assistance?

    My website: pasij.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search Box and MetaData issues’ is closed to new replies.