• Resolved lolaaa

    (@lolaaa)


    decided to paste the Php Code you provided. (The Installation page of plugin) into my Theme Template and get an Warning message on top of srp and dont know how to fix this.

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/dailydos/public_html/wp-content/plugins/special-recent-posts/classes/class-main.php on line 135

    The php Code.

    <?php
    if(function_exists(‘special_recent_posts’)) {
    special_recent_posts($args);
    }
    ?>

    Also any Ideas on how I can display your srp posts Horizontal? as it’s currently displaying Vertical when I paste the php code onto my Template.

    Thank you in Advance again!

    https://wordpress.org/plugins/special-recent-posts/

Viewing 1 replies (of 1 total)
  • I don’t see $args defined anywhere… that is your problem.

    Either define $args as the example shows or take it out completely to use defaults.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning message on page when I insert Php code into Template.’ is closed to new replies.