Custom wordpress category loop listing page -


i'm trying build wordpress theme magazine site plan on launching , i'm kind of stuck on issue.

i'm listing posts in 3 column layout , i'd create page can list categories along category image in same style. thinking wordpress had loop function listing categories must have been mistaken. that's possible?

i plan on having quite few categories, , have custom post type it's own taxonomy , i'd create page lists categories along category descriptions.

i novice @ coding. here's html prototype design i'm building in wordpress: link

you can see how have posts laid out. i'm looking build custom page template list categories in same format.

any advice or direction give me awesome! don't know other web developers i'm from.

wordpress have built in function getting categories. can use php this. if want dynamically, use either foreach or while loop. since categories on wordpress stored numeric id's (ex: home.php = 1). pictures part set pictures name same id category, , include /img + + .jpg, current category loop on. can find more info on how set here on wordpress site, might find of info here useful.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -