Tagged: x
-
AuthorPosts
-
December 28, 2016 at 7:42 am #1307104
FrancisLagaretParticipantI’d like to add a post’s Category Name to the Post title.
example:
“Category Name” : “Post Title”
Models : David H.Stack: Integrity
Also using Slider Revolution and would like to do the same, if possible.
December 28, 2016 at 9:10 am #1307208
RupokMemberHey there,
Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
December 28, 2016 at 9:12 am #1307213
FrancisLagaretParticipantI may have misled you a bit. I don’t need to do this in Slider, just the posts and pages.
I did find something similar but the instructions were for Ethos and Renew.
December 28, 2016 at 10:56 am #1307332
Nabeel AModeratorHi again,
Can you please provide the URL of your site so we can take a look?
Thanks!
December 28, 2016 at 11:44 am #1307400
FrancisLagaretParticipantSure.
Similar to the Page title, I’d like to include it in the Posts’ title
This is the Page:
http://lagaret.com/models/
Title: “Models”This is the post:
http://lagaret.com/models/zachary-koval/
Title: “Zachary Koval”I want the posts’ title to show: “Models: Zachary Koval”
Hope that helps
December 28, 2016 at 12:38 pm #1307458
RupokMemberHi there,
Thanks for clarifying and understand what you are trying to achieve. It’s not really possible without custom development which would be out of our support scope.
Thanks for understanding.
December 28, 2016 at 4:44 pm #1307690
FrancisLagaretParticipantRupok, I can write the function for this, I just need to know what template (integrity) to add it to.
<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ‘ ‘;} ?>
Any direction will help speed me up!
Thanks.
December 28, 2016 at 9:52 pm #1308059
RupokMemberHi there,
Thanks for writing back. The title actually coming from FRAMEWORK/VIEWS/GLOBAL/_META.PHP
So you can try amending this. But this will affect the entire site and you should use your own function to functions.php. If that was usual; we would have do that for you.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1307104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
