Archived
This topic is now archived and is closed to further replies.

Recommended Posts
-
Similar Content
-
By art23130+
I have uploaded a file shoing missing sections for Custom Post Type
It is OK for categories and tags but not for a single post types.
This is the link.
https://www.geoinformation.com/geocode_library/10-10570-rsg-2016-003/
Any idea?
thanks
Binder1.pdf
-
By PeriniNero+
We are building a Custom Post Type with Custom Fields and Custom Taxonomies.
The only thing we dont understand is how to embed the Custom Fields including header tags and stuff in the Postloop (now we use a text-box below the postloop section but also SEO wise this is not best pratice).
So we thought to copy the dms Postloop section to our child theme and rename this, to add an extra Postloop section to our theme. Is this the way?
What exactly to adjust in those 3 files class.posts.php, section.php and style.less (at this point we know how to change the thumb LOL) and where to add the Custom Fields shortcodes?
Thanks.
-
By ketri
Hello,
When I select a page template for a custom post type page, it also selects the same template for the children of this custom post type.
I want to have my custom post type template as a heavily customized loop that I've developed myself, and the children (they are articles) as a completely another template.
Is there a function that would allow me to select different templates for them on DMS?
Thank you very much in advance.
-
By dawsonbarber+
Hi Enrique
I want to add a Starbar to a Custom Post Type.
I've tried to simply copy/paste the full section code from the source code, but the animation doesn't happen.
Any idea on what I'm missing/doing wrong?
Cheers
Dawson
-
By dawsonbarber+
I just noticed that blog posts use <h2> for the post title. Custom post type posts also default to <h2>.
I checked the source code on a number of posts and couldn't find any evidence of an <h1> tag.
Just to see what would happen, I enabled Legacy mode, checked the source code, and saw that blog post titles and custom post type post titles were both wrapped in <h1> tags.
What's the deal with this?
-