Forum Replies Created
-
AuthorPosts
-
May 23, 2018 at 10:04 pm in reply to: Category in blog post, add it and delete it from the main blog page #961251
Hi Ismael,
I now used:
function custom_categories_shortcode() {
global $post;
ob_start();
the_terms( $post->ID, ‘category’, ‘Dossier-Thema: ‘, ‘ , ‘ );$output = ob_get_clean();
return $output;
}
add_shortcode(‘the_post_categories’, ‘custom_categories_shortcode’);I can’t get it to work with the information in your link. I want to show the parent category of the post and the child category. Also, I need to be able to give the displayed category a link.
Can you help me in the right direction?
Thanks in advance.
Best regards,
Jorrit
May 15, 2018 at 10:47 pm in reply to: Category in blog post, add it and delete it from the main blog page #957233Hello Ismael,
I was looking for a sort of simular solution. I have posts created in the advanced layout builder and I also want show the category they belong to within the post.
However I need to create one button (when not possible with the normal buttons, I can use css to make it look like a button) with the name of the parent category and one button with the name of the child category. Also, these ” buttons” need to link to a specific page.
I understand that this is a bit different than the above mentioned solution, but perhaps you can help me in the right direction?
Thanks in advance.
Best regards,
Jorrit
January 24, 2018 at 12:17 pm in reply to: Portfolio navigation broken after adding "page attributes" #902087Hi Ismael,
Hereby the ftp login.
Regards,
Jorrit
January 24, 2018 at 1:12 am in reply to: Portfolio navigation broken after adding "page attributes" #901778Hello Ismael,
But it seems like there is a connection between the two. At least in this installation. In the private section you’ll find the login credentials.
Hope to hear from you.
Best regards,
Jorrit
January 10, 2018 at 10:30 pm in reply to: Portfolio navigation broken after adding "page attributes" #895829Hello Ismael,
I removed the old code and added yours. Now the post navigation is back, but the page attribute option in the portfolio items is gone. Is there a way to have both?
Regards,
Jorrit
January 9, 2018 at 2:00 am in reply to: Portfolio navigation broken after adding "page attributes" #895047Hi Ismael,
Thanks for your answer. I’m sorry I didn’t send a reaction sooner. Some personal stuff came up.
What do you mean with “supports arguments”? I added your code in the functions.php, but nothing happened. Can you explain?
Best regards,
Jorrit
December 6, 2017 at 3:25 pm in reply to: Portfolio navigation broken after adding "page attributes" #885611Hi Victoria,
See the following link.
Regards,
Jorrit
December 5, 2017 at 10:37 pm in reply to: Portfolio navigation broken after adding "page attributes" #885235Hi Victoria,
Thanks for your answer abd advice.
I mean the standard portfolio nav with the arrows at the right and left side of the screen that can be used to go the next or previous portfolio item. This is the same nav as in the posts. Please see the example in the private content section.
Best regards,
Jorrit
December 4, 2017 at 10:14 pm in reply to: Portfolio navigation broken after adding "page attributes" #884808Hello Support team,
It has almost been a week ago that I opened this thread. Could anyone please advice me?
Regards,
Jorrit
November 30, 2017 at 11:42 am in reply to: Portfolio navigation broken after adding "page attributes" #883333Hi Victoria or anybody else,
Do you have any idea for a solution?
Best Regards,
Jorrit
November 29, 2017 at 4:18 pm in reply to: Portfolio navigation broken after adding "page attributes" #883089Hi Victoria,
Thanks that you’re willing to take a look. In the private content box, you’ll find the admin access.
Regards,
Jorrit
November 29, 2017 at 3:11 pm in reply to: Portfolio navigation broken after adding "page attributes" #883068Anybody have an idea?
-
AuthorPosts