• Hi there,
    I have a blog with several poster and I founf a plug in that I thought would sufice to show the users and the number of posts (at least thats what I tink it does :P)(Found at this site https://labitacora.net/index.php?p=162 )
    I was wondering where I put the inserted php script

    [code]
    <li id="Users">Post for user

      < ?user_post($num_users);?>

    And add in the page wp-blog-header.php in the zone of the where

    if (strlen($_GET[a€?theAuthora€?]) > 0)
    $where .= a€? AND post_author = a€?.$_GET[a€?theAuthora€?];

    Where:
    $num_users: is the number the users to show.
    [/code]

    If anyone can help it would be greatly apreciated… ??
    thanks
    Patrick

Viewing 1 replies (of 1 total)
  • It typically depends on the theme but in most cases look at the sidebar.php for an appropriate location.

    By the by, visiting your site it appears you’ve figured this out?

Viewing 1 replies (of 1 total)
  • The topic ‘Users and posts plugin’ is closed to new replies.