pelles
Forum Replies Created
-
Great! Thanks Maeve!
So after some digging I found out that ‘kbe_tags’ shows tags and ‘kbe_taxonomy’ shows categories.
I added this in single-kbe_knowledgebase.php to show the tags in an unordered list:
<p>Tags:<br /><?php the_terms( $post->ID, 'kbe_tags', '<ul><li>', '</li><li>', '</li></ul>' ); ?></p></div>- This reply was modified 7 years, 6 months ago by pelles. Reason: Code
To display the tags in the knowledgebase article it should be enough to add <?php the_tags; ?> to the single-kbe_knowledgebase.php file. When I do that I can see the tags and they are all linked. But the link points to /tag/hashtag/ which is where the ”normal” tags are. And since the site doesn’t have any blog posts the result page only says ”Sorry, no content matched your criteria.” How do I point to the ”real” knowledgebase tags?
Forum: Installing WordPress
In reply to: How to merge three different wordpress blogsThanks for the suggestions so far. Kafkaesqui and moshu seems to be closest to what I have in mind. But it seems really complicated. Wouldn’t it be possible to modify one of the import-scripts and simply inport the posts and comments, which are the only stuff I want to merge into the new blogdatabase.