harvester_cz
Forum Replies Created
-
Sticky Frontpage Categories and Tags plugin – seems to cause the problem.
I sent you the theme via email, it is generated in Artisteer.
I think that it’s not the single.php as it is for viewing the single post, but I want to show it on the homepage where the lastest posts with their excerpts are shown.
Oh, sorry, I’ve replied to a different post, actually the site that I’ve been building up is this: https://zsjivova.cz – using the latest WP and also theme generated in Artisteer from one of its samples.
Thing is I’ve made the web without it, because I needed it quickly solved but in case I’d need it again, I’d be glad if it works ??
Yes, I am no WP 3.4.2, and I’ve made my own theme in Artisteer. Link sent via PM.
Ok, can you please help me with the syntax? I’m not very keen on that, I tried it but not successfully. I suppose I should place it in the functions.php somewhere here:
case ‘category’:
$categories = get_the_category_list(‘, ‘);
if(theme_strlen($categories) == 0) break;
$result[] = ‘<span class=”art-postcategoryicon”>’ . sprintf(__(‘<span class=”%1$s”>Posted in</span> %2$s’, THEME_NS), ‘categories’, get_the_category_list(‘, ‘)) . ‘</span>’;
break;so it appears beside the categories.
Thanks.
I’m sorry but I have the same issue. No other menu plugin active, “Replace with links to posts in this taxonomy.” active but still the menu item points to a category instead of expanding.
Forum: Fixing WordPress
In reply to: Expandable category as a menu itemThis plugin should do exactly what I need, but somehow it doesn’t work.
https://www.ads-software.com/extend/plugins/category-posts-in-custom-menu/
description:
The custom menu only allows adding a link that leads to a category or tag page. I wanted to insert all posts from a certain category/tag themselves into the menu, so I wrote a little plug-in. If you want to list posts the posts themselves in the menu and if you want WordPress to do this automatically for you, then I hope you will find this plugin useful.
Forum: Fixing WordPress
In reply to: Expandable category as a menu itemSorry, but I’m quite aware of what is under these links, but none of them solves my issue.
The whole problem is that an archive of posts in custom menu is just a link, not an expandable menu item.
Forum: Fixing WordPress
In reply to: Expandable category as a menu itemI’m sorry, but I don’t get any of the solutions. I can work with custom menus, I don’t need a custom link nor hardcoded page.
I need a menu item, that would contain a list of all posts in WordPress, grouped by years, dynamically updated by new posts.
Forum: Plugins
In reply to: [Before After] [Plugin: Before After] More double-images on the same page?oops, it works, probably the cache holded it.
Forum: Plugins
In reply to: [WP User Defaults] [Plugin: WP User Defaults] Blank pageAmazing, thanks, I added this plugin back to my page.