Modifying posts meta

Hi,

we use Integrity and want to show a specific meta on the blog posts.

Just the actual category of the post (not multiple categories - because our posts have multiple categories). We want to guide the user only to the category he was coming from.

we used this code in the CSS tab of Theme options
.single-post p.p-meta,
.entry-footer [rel=“tag”] {
display: none;
}

and it works well.

Any idea to modify the code to get this done like described above?
Thanks for any help.

Hi @thegator,

Please share specific URL of the blog posts. Maybe at least 2 post URL so we can check the situation. Most probably, it will not work by just using CSS if the category for each post is different. What I meant was, we can target it using CSS only if the position of the certain category on the meta list is the same. If the certain category you want to retain is consistent the first category or the second category of all post, yes it will work. If not, it might be possible with customization but that would be outside the scope of our support.

While we investigate the situation, we will also check if there is a work around. Thank you.

Hi, great. Here are links to posts


Do you need an admin account?

It would be a great help, just to show the actual category of the actual post on top of the post.

Hello @thegator,

The posts has several categories assigned to it.

Backhand Drills,  Drills,  Forehand Drills,  Groundstrokes Drills,  Practicing Groundstrokes,  Singles Drills

What should be the actual category? If you only want to display one category, please assign single category to your post first and then guide us where do you want to see the category name since you have hidden the post meta where the category names where displayed.

Regards.

Hi, the problem is: if we want to guide the user, we should show him the category from which he was coming from. Is it possible to set a kind of logic behind? Primary, secondary category and so on would not help.

Hey @thegator,

I see. Regretfully, our theme does not have such a function. You will need to hire a developer to create that function for you.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.