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

    Dear Kriesi Team,

    I search for a possibility to navigate into posts just with prev / next / main and the opportunity to add this inside any post.
    See Link on the right side. Is this possible to add in form of a small code?

    Thanks for helping out.
    Fritz

    #676495

    Hey Fritz_Ott!

    Can you please elaborate on the changes you would like to make?
    Enfold already has a post navigation on the sides of single posts as you can see an example here – http://kriesi.at/themes/enfold/2014/04/28/new-studie-shows-vacations-are-needed/

    Best regards,
    Yigit

    #676501

    Thank you for ultrafast answering.

    I know that Function. I would prefer for the actual Project to make it minimal just with prev/next Icon and in the Middle an Icon where I can link to the Portfolio overview….And Ideal on the Right Side in the 1/3 Container…

    Is that possible?
    Fritz

    #676511

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #676876

    Dear Yigit,

    Thank you for the Answer.
    Here is what I whish to do:

    View post on imgur.com

    View post on imgur.com

    Thank you for your Answer!

    #676927

    Hi,

    Please add following code to functions.php file in Appearance > Editor and then [custom_post_nav] shortcode to your content where you would like to display the buttons.

    function avia_custom_post_nav(){
    	return '<p><a href="'. get_previous_posts_link().'"><img src="http://w-site.ch/decap/wp-content/uploads/2016/08/arrow.jpg" alt="arrow" width="24" height="25" /></a><a href="http://w-site.ch/decap/"><img src="http://w-site.ch/decap/wp-content/uploads/2016/08/sc-portfolio.png" alt="sc-portfolio" width="20" height="20" /></a><a href="'. get_next_posts_link().'"><img src="http://w-site.ch/decap/wp-content/uploads/2016/08/arrow2-1.jpg" alt="arrow2" width="24" height="26" /></a></p>';
    }
    add_shortcode( 'custom_post_nav', 'avia_custom_post_nav' );

    Best regards,
    Yigit

    • This reply was modified 8 years, 3 months ago by Yigit.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.