Digging into the code base, I find in Month.php
// Since we set is_post_type_archive to true on month view, this prevents 'Events' from being added to the page title
add_filter( 'post_type_archive_title', '__return_false', 10 );
if ( ! empty( $this->events_in_month ) ) {
add_filter( 'tribe_events_month_has_events', array( $this, 'has_events' ) );
}
Apparently Genesis breadcrumbs needs the archive title in order to display it.
https://www.ads-software.com/plugins/the-events-calendar/
]]>I’m looking for a plugin/widget to make a month-archive on the sidebar just for one category – of course using my themes css.
Thanks in advance for your answers!
]]>Best Regards,
https://www.ads-software.com/extend/plugins/wp-dtree-30/
]]>Can anyone help?
]]>I want when on the month archive page that all posts from that month are displayed without the previous and next buttons (which display now because the whole blog is set to 5 posts per page)
I would like to use the pre and next buttons on this page to go to
month before and month after.
I recently moved my Joomla run webzine to WordPress and started publishing in a blog like frequency. However I would like the month archive page to look like the magazine edition cover page for that month (example https://www.samayiki.com/2009/01 could be the Jan 2009 edition page). To achieve I guess I should store the information of which article shows up where on the page.
I invite ideas from all to advise how this could be done in WordPress.
Thanks,
Debashish
]]>and when i direct key in the URL as
https://www.traderwork.com/2008/11/
it lead back to homepage
Got any idea how to resolve that?
The permalink works fine with the post as
https://www.traderwork.com/2008/11/21/losing-trade-on-unp/