• Resolved Termin8

    (@termin8)


    Hello,

    i’m wondering if it is possible to create a custom post feed based on category?

    I would like to have a number of posts belonging to a certain category to show up on their separate page. I do know that i could create a Menu item from any category, but i don’t want it to show up in the menu. I need the category page to be available on demand – say, i click a button called “read more…” and it directs me to the corresponding page, which is a feed of the posts filtered by category.

    Is there way to achieve such result?

    Unfortunately i coldn’t find anything helpful on this topic, sorry.

    Thank you!

    best regards,
    Alexander

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Alexander,

    You could’ve easily achieved it with number of ways like using Custom Page Template or Category Template.

    i don’t want it to show up in the menu. I need the category page to be available on demand – say, i click a button called “read more…”

    For this you can list the categories using functions like wp_list_categories or get_categories.

    Please give more details if I did not understood you correctly.

    Thanks,
    Ghanshyam

    Thread Starter Termin8

    (@termin8)

    Thank you Ghanshyam Khanal

    It seems like something i was looking for. I’m not an experienced php programmer, so the solutions like these are not that obvious for me.

    I’ll try your suggestions and get back here with a report.

    Thank you!

    Thread Starter Termin8

    (@termin8)

    Hello again,

    i finally got the simplest solution for what i want to accomplish. It’s just using the yourwebsite.com/category/CATEGORY_NAME link template. Didn’t know it can be that simple ??

    Thank you very much for help!

    best regards,
    Alexander

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom post feed by category’ is closed to new replies.