I have a site that has a (main) blog page that displays all categories except “wealth management”. Simple and easy. However, within this site, there is another site under a different parent url. I set up a separate blog page (wealth management blog page) for this site as well. I added functionality so that the only posts appearing on this blog page are under a specific category “wealth management”. However, if i click on a blog under the wealth management blog page, it reroutes me back to the main blog page for a single post. How can I set this up so that when a user clicks a wealth management blog post, they aren’t directed back to the main blog, but instead a new page that will host all single wealth management posts. Thank you
]]>Is it possible to specifically override the changes the plugin does for certain search widgets?
]]>In addition, following error is generated during hovering.
(in an interval of seconds.)
TypeError: f is zero –> components.min.js:7:82573
The error message is:
DOMException: “Node.removeChild: The node to be removed is not a child of this node” –> react-dom.min.js:103:487
I think the Problem is, that on hover a span tag is getting injected into the dom. But I’m not sure.
Thanks!
]]>I want to remove the category section on my blog
https://gyazo.com/3563f43a46c9a68abbdafc244323aac0
I have tried to remove it in css with:
.cat-links{
display:none;
}
Solved by use the !important
Solution:
.cat-links {
display: none !important;
}
]]>At the end of my blogposts I placed Comments content element but it cannot be seen on my website. Why? I use the most recent update of wordpress. Social Share Buttons are OK, but Comments are not. What can I do? Many thanks for any help!
]]>I want to create more blog feeds that looks like this page blogg.mammasanningar.se/marcus , but when i create a new one it does not look the same (with the big featured post first)
How can I make this work?
]]>