0
votes
1answer
286 views

Use ajax request to load sidebar

For a project, i've to improve SEO perf and one of this optimization is to load the sidebar with an ajax request. I've looking for this solution through the documentation, source code, plugins ...
1
vote
1answer
1k views

Display custom post data in sidebar w/ dropdown

I'm trying to set up a sidebar area that'll do two things: Display a drop-down of posts in a given custom post types. Display post metadata (content and custom fields) if selected post The thing ...