Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1307104
    FrancisLagaret
    Participant

    I’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.

    #1307208
    Rupok
    Member

    Hey 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!

    #1307213
    FrancisLagaret
    Participant

    I 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.

    #1307332
    Nabeel A
    Moderator

    Hi again,

    Can you please provide the URL of your site so we can take a look?

    Thanks!

    #1307400
    FrancisLagaret
    Participant

    Sure.

    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

    #1307458
    Rupok
    Member

    Hi 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.

    #1307690
    FrancisLagaret
    Participant

    Rupok, 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.

    #1308059
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1307104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>