• Hi,

    I need to move a specific category from a list of categories to say a div above my footer/ header/ or some xyz place.

    Below are the details of my category
    name:The Kicthen (Recipe)
    slug:the-kicthen-recipe

    I initially tried using
    <?php wp_get_linksbyname('the-kicthen-recipe'); ?>
    which showed nothing

    then I used
    <?php wp_list_bookmarks('the-kicthen-recipe'); ?>
    to which now I get some link under BlogRoll Heeading, but there too I cant find my category,

    you can see this at: https://yassershaikh.com/demo/
    just above the footer there is a text “Links” under that I want a category.

    I have searched high and low but couldnt find an answers.
    Pls help.
    Thanks in advance

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Move a specific category link to someplace’ is closed to new replies.