Hey Jamie,
WordPress has a built-in Category widget you could use. Is it missing any features you need for your site?
Alternatively, you can use the HTML widget to hardcode the HTML yourself since this widget doesn’t need to update dynamically.
Thanks, @bensibley. I figured it out.
Now that I have the link appearing, I’m wondering if you know how I can change the order so that it’s
Category
Title
Byline
Excerpt
Rather than
Title
Byline
Category
Excerpt
Thanks,
Jamie
Hi Jamie,
The following CSS should work for this rearrangement:
.sidebar-left .widget_ct_mission_news_post_list .top-inner {
position: relative;
margin-top: 32px;
}
.sidebar-left .widget_ct_mission_news_post_list .post-categories {
position: absolute;
top: -24px;
}