• Hi I have two wordpress sites both running on Genesis theme. I have widgets at the bottom of all pages and posts and I want ultimate author box to appear below the widget. I followed this instruction picked up from a forum:

    ultimate-author-box.php file.
    At about line 65, you will find the code
    add_filter( ‘the_content’, array( $this, ‘uab_add_post_content’ ), 0 );
    Replace it with
    add_filter( ‘the_content’, array( $this, ‘uab_add_post_content’ ), 1000 );

    And on one site it worked like a charm, as you can see here: https://collegedegreecomplete.com/do-college-credits-expire/

    But the same code change on my other site does not produce the same effect, as you can see here:
    https://www.successdegrees.com/goodlowcostonlinebachelorsandassociatesdegrees.html

    Can you advise me how to get the author box below the widget on successdegrees.com?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in,

    You can not rearrange via such codes, the plugin is just used to replace the author details that your theme has. It seems your theme has the feature that you can add more information in the footer and the widget content information is below the article content so that it is not possible via such codes you need to redesign the position via programming.

    Regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Putting Ultimate Author Box Under Widget’ is closed to new replies.