How to setup Read More links

Discussion in 'BizWay WordPress Theme' started by iosadmin, Nov 18, 2016.

Thread Status:
Not open for further replies.
  1. iosadmin

    iosadmin New Member

    Joined:
    Sep 12, 2016
    Messages:
    15
    Likes Received:
    0
    In the Home Page Feature Area, how do I link the "Read More" buttons to the page URLs? The "Feature Link URL" only puts the link of the photo and not the "Read More" button.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    That could be done only from the source code editing,

    Just access your theme directory and open templates/templates-feature_box.php and edit the Read More link from there.

    If you are unable to do so then, you can share your WordPress admin credentials at [email protected] rest we will do.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. iosadmin

    iosadmin New Member

    Joined:
    Sep 12, 2016
    Messages:
    15
    Likes Received:
    0
    Thanks for the offer to code the links for me, but I need to be able to change the URL that the "Read More" button is linked to as necessary. Can you tell me where in the code to edit the link?
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Just open your theme directory via FTP and edit copy paste the given code in ..\wp-content\themes\bizway-pro\templates\templates-feature_box.php
    Code:
    <div class="col-md-4 col-sm-4">
                        <div class="page-item first-item view view-ninth">
                            <?php if (bizway_get_option('inkthemes_firsthead') != '') { ?>
                                <a href="<?php echo bizway_get_option('inkthemes_link1'); ?>"><p><?php echo stripslashes(bizway_get_option('inkthemes_firsthead')); ?></p></a>
                            <?php } else { ?>
                                <a href="#"><p class="feature-image-heading"><?php _e('Service Of Worship','bizway-pro');?></p></a>
                            <?php }
                            if (bizway_get_option('inkthemes_featureimg1') != '') { ?>
                                <div class="anim"><a href="<?php echo bizway_get_option('inkthemes_link1'); ?>"><img class="effect" src="<?php echo bizway_get_option('inkthemes_featureimg1'); ?>" alt="Feature Image 1"/></a></div>
                                <div class="mask mask-1"></div>
                                <div class="mask mask-2"></div>
                            <?php } else { ?>       
    
                                <div class="anim"><a href="#"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/assets/images/img.jpg" alt="Feature Image 1" /></a></div>
    
                            <?php }
                            if (bizway_get_option('inkthemes_firstdesc') != '') { ?>
                                <p><?php echo stripslashes(bizway_get_option('inkthemes_firstdesc')); ?></p>
                            <?php } else { ?>
                                <p class="feature-image-data"><?php _e('Vocal music is traditionally sung by a choir or the congregation (or a mixture of the two), usually accompanied by an organ. Sometimes other instruments such as piano, classical instruments.','bizway-pro'); ?></p>
                            <?php } ?>
                                <a href="<?php if (bizway_get_option('inkthemes_link1') != '') {  echo bizway_get_option('inkthemes_link1'); }?>">
                                <div class="read_more "><span class="read_more_text">Read More</span><i class="fa fa-caret-right"></i></div></a>
                               
                        </div>
                    </div>
    <div class="col-md-4 col-sm-4">
                        <div class="page-item item-two view view-ninth">
                            <?php if (bizway_get_option('inkthemes_secondhead') != '') { ?>
                                <a href="<?php echo bizway_get_option('inkthemes_link2'); ?>"><p><?php echo stripslashes(bizway_get_option('inkthemes_secondhead')); ?></p></a>
                            <?php } else { ?>
                                <a href="#"><p class="feature-image-heading"><?php _e('Church Services Today','bizway-pro'); ?></p></a>
                            <?php } ?>
    
    
                            <?php if (bizway_get_option('inkthemes_featureimg2') != '') { ?>
                                <div class="anim"><a href="<?php echo bizway_get_option('inkthemes_link2'); ?>"><img class="effect" src="<?php echo bizway_get_option('inkthemes_featureimg2'); ?>" alt="Feature Image 2"/></a></div>
                            <?php } else { ?>       
    
                                <div class="anim"><a href="#"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/assets/images/img.jpg" alt="<?php _e('Feature Image 2','bizway-pro');?>" /></a></div>
                            <?php }
                            if (bizway_get_option('inkthemes_seconddesc') != '') { ?>
                                <p><?php echo stripslashes(bizway_get_option('inkthemes_seconddesc')); ?></p>
                            <?php } else { ?>
                                <p class="feature-image-data"><?php _e('Today a wide variety of church services exist, from the long and elaborate services of Eastern Christianity to the very basic Evangelical sermon.','bizway-pro'); ?></p>
                            <?php } ?>
                                 <a href="<?php if (bizway_get_option('inkthemes_link2') != '') {  echo bizway_get_option('inkthemes_link2'); }?>">
                                <div class="read_more "><span class="read_more_text">Read More</span><i class="fa fa-caret-right"></i></div></a>
                        </div>
                    </div>
    <div class="col-md-4 col-sm-4">
                        <div class="page-item last-item view view-ninth">
                            <?php if (bizway_get_option('inkthemes_thirdhead') != '') { ?>
                                <a href="<?php echo bizway_get_option('inkthemes_link3'); ?>"><p><?php echo stripslashes(bizway_get_option('inkthemes_thirdhead')); ?></p></a>
                            <?php } else { ?>
                                <a href="#"><p class="feature-image-heading"><?php _e('The Law Of God.','bizway-pro'); ?></p></a>
                            <?php }
                            if (bizway_get_option('inkthemes_featureimg3') != '') { ?>
                                <div class="anim"><a href="<?php echo bizway_get_option('inkthemes_link3'); ?>"><img class="effect" src="<?php echo bizway_get_option('inkthemes_featureimg3'); ?>" alt="Feature Image 3"/></a></div>
                            <?php } else { ?>       
    
                                <div class="anim"><a href="#"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/assets/images/img.jpg" alt="Feature Image 3" /></a></div>
                            <?php }
                            if (bizway_get_option('inkthemes_thirddesc') != '') { ?>
                                <p><?php echo stripslashes(bizway_get_option('inkthemes_thirddesc')); ?></p>
                            <?php } else { ?>
                                <p class="feature-image-data"><?php _e('God is either the sole deity in monotheism or the monist deity in polytheism. God is most often conceived of as the supernatural creator and overseer of the universe.','bizway-pro'); ?></p>
                            <?php } ?>
                            <a href="<?php if (bizway_get_option('inkthemes_link3') != '') {  echo bizway_get_option('inkthemes_link3'); }?>">
                                <div class="read_more "><span class="read_more_text">Read More</span><i class="fa fa-caret-right"></i></div></a>
                        </div>
                    </div>
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. dberensmann

    dberensmann New Member

    Joined:
    May 15, 2013
    Messages:
    14
    Likes Received:
    0
    Location:
    Germany, Berlin
    Thank you very much, this worked perfect for my bizway installation.
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page