Work with Travelify
-
Hello,
I tried to setup this wp-print but failed.
I am using WP 4.2.2 and the theme is “Travelify”. I also use a plug-in “Crayon Syntax Highlighter” to display command and codes.
So I have trouble to insert the line:
[code]
<?php if(function_exists('wp_print')) { print_link(); } ?>
[/code]I found the only file wp-content/themes/travelify/library/structure/content-extensions.php which content the line
[code]
if( have_posts() ) {
while( have_posts() ) {
[/code]
But once I insert the line is broke the whole site: I only got a blank page.So could you help me please. I am not good on these PHP code.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Work with Travelify’ is closed to new replies.