@jeffparker I see in my profile: Because of that, your profile is hidden from the public. Maybe it doesn’t allow me to show the Pull request.
When i logged in, i see 2 requests on the link: https://github.com/mnelson4/yet-another-related-posts-plugin/pulls
When i NOT logged in, i see 1 request: My changes from original YARPP 4.2.5
When I try to add Collaborators @jeffparker (Jeffrey D.Parker) to my repository, I get the answer: User could not be added.
It may not be necessary to “grow a garden” and you can simply add a filter to the $wp_query in YARPP_Core.php line 1081?
$wp_query->query(
apply_filters('yarpp_wp_query', array( // malferov - apply_filters (see functions.php of theme)
'p' => $reference_ID,
'orderby' => $orders[0],
'order' => $orders[1],
'showposts' => $limit,
'post_type' => (isset($args['post_type']) ? $args['post_type'] : $this->get_post_types()),
), $args)
);
-
This reply was modified 6 years, 10 months ago by
Mikhail Alferov. Reason: typos
Plugin Author
YARPP
(@jeffparker)
@malferov A Collaborator in Github? try adding Github user “jmeattle”.
@jeffparker Yes, Github. I try add the jmeattle (suggest show me: Jey) and again: User could not be added. I suppose it has to do with the limitations of my Github profile.
Plugin Author
YARPP
(@jeffparker)
Maybe @mnelson4 needs to add as the owner of the repo?
Howdy! I can’t see malferov’s pull request either. It sounds like he’s somehow created a private repo. (@malferov what is your github profile? I see 3 forks of the repo)
IMO @jeffparker I’d be inclined to just use his code snippet
Ya that’s a 404 too.
I’m sorry to say @malferov, it appears your GitHub account has been flagged 💀. Somehow they thought you did something against their terms of service and so nobody else can see your profile or pull requests. You’ll need to ask [email protected] to unflag you.
Once you’re unflagged, we’ll be able to see your pull request, which should help with making the change you wanted.
Good luck!
FYI @jeffparker I’ve merged @malferov’s pull request into my GitHub repo (with a suggested tweak).