Putting Ultimate Author Box Under Widget
-
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.htmlCan you advise me how to get the author box below the widget on successdegrees.com?
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Putting Ultimate Author Box Under Widget’ is closed to new replies.