ludwig33
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Use two terms in row_highlight?Hi Tobias,
thanks a lot for your quick response. This works for us perfect.
In fact, we have been using TablePress(actual Version 2.1.8) with several plugins on our homepage for years. The site is by and for a non-profit amateur sports club. So the budget for running the site is very tight. Especially for annual recurring costs.
Maybe when we redesign the homepage in the future we will consider the premium version of TablePress as we are very happy with this plugin.
Thank you for providing the free version.
Best regards
Ludwig- This reply was modified 1 year, 1 month ago by ludwig33.
Forum: Plugins
In reply to: [List category posts] Show category name beside the dateFound a quick hack for me to include in my template:
// get category from post $arr_categories = get_the_category( get_the_ID() ); $anz_categories = count( $arr_categories ); if ( $anz_categories ) { // at the moment only the first category was used $cat_name = $arr_categories[0]->name; $cat_slug = $arr_categories[0]->slug; }
Forum: Plugins
In reply to: [List category posts] Show category name beside the dateThank you for the quick response. I think all assigned categories should be displayed, separated through a choosable character like comma or slash or …
Forum: Plugins
In reply to: [List category posts] Show category name beside the dateActual I use the shortcode:
[catlist date=yes dateformat="j.m.Y" numberposts=24 pagination=yes]
Forum: Plugins
In reply to: [FeedWordPress] Facebook RSS-Feed?My question was if anybody has a plugin to continue polling facebook posts of own sites into wordpress posts automatic via cronjob. Not a separate view/page in wordpress with the facebook posts only! This kind of plugins are there and I think thats what facebook wants to have. I want facebook posts and our news posts mixed on one page. So we did it with this plugin until june.
Forum: Plugins
In reply to: [FeedWordPress] Facebook RSS-Feed?Hu Hu, no one there?
No idea to continue with this Plugin?