Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #473566

    Hi there,

    I created a taxonomy on WordPress under a menu I added to the dashboard sidebar. I’m adding posts to the categories in this new taxonomy and am using the blog in the avia builder to output these posts. However, I do not want these posts to be outputted with a blog layout. I want the date to be removed and category to appear. Is there a shortcode that allows me to control the output for this page (I’ve pasted the link of the page I’m working on in the private area)? I also tried the magazine avia builder.

    Thanks

    #473881

    Hey cthai!

    You’ll need to edit the blog shortcode or create your own. This is kind of bordering on custom work though.

    If you would like to try and tackle it on your own then the file your wanting is /enfold/config-templatebuilder/avia-shortcodes/blog.php.

    Best regards,
    Elliott

    #481104

    Thanks Elliot, I might give it a try. I want to change the blog layout only for one page I am outputting it and not on the main blog page. Is the previous way you mentioned suitable for this or will it change all blog output layouts?

    Thank you

    #481412

    Hey!

    It would change all instances of where you use it unless you specifically code it not to.

    Regards,
    Elliott

    #482499

    Ok, thanks Elliot. Could you direct me to where I could find info on coding for specific instances with the Enfold theme?

    Thank you

    #482794

    Hey!

    Well it’s more advanced but here is a simple example of how to check for a certain page, https://codex.wordpress.org/Function_Reference/is_page.

    Cheers!
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.