amandablum / mindup

1 stars 0 forks source link

popular/latest sidebar should just pull in posts, not pages. #120

Closed amandablum closed 8 years ago

amandablum commented 8 years ago

2016-04-28_1959

chuckreynolds commented 8 years ago

hmm... so as per the plugin docs it's only requesting posts not pages... https://github.com/amandablum/mindup/blob/develop/sidebar.php#L33 wpp_get_mostpopular( 'post_type="post", range="all", limit=6' );

If that's not following that then... I'll have to make a support ticket on that. idk.

chuckreynolds commented 8 years ago

are you sure? even the all-time popular posts is only showing posts... see: http://mindup.vuurrclients.com/wp-admin/options-general.php?page=wordpress-popular-posts

screen shot 2016-04-28 at 20 29 15

chuckreynolds commented 8 years ago

maybe it's stupid and logged a page hit before that code was in there and it's still reading it? IN that case I'd use the plugin settings to dump all the cache and start over... then test front-end by navigating to posts and pages and see what happens to it. if it STILL does it... then it'll need a support ticket.

amandablum commented 8 years ago

i know. i looked at the settings. Cleared cache. BUT... http://mindup.vuurrclients.com/webinar-2/ I do not think I'm imagining it:)

On Thu, Apr 28, 2016 at 8:29 PM, Chuck Reynolds notifications@github.com wrote:

are you sure? even the all-time popular posts is only showing posts... see: http://mindup.vuurrclients.com/wp-admin/options-general.php?page=wordpress-popular-posts

[image: screen shot 2016-04-28 at 20 29 15] https://cloud.githubusercontent.com/assets/46185/14907596/ee626eee-0d7f-11e6-8741-767658496d9a.png

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/amandablum/mindup/issues/120#issuecomment-215618689

amandablum commented 8 years ago

yes. I'm saying that is EXACTLY what I did to test it all, and the result it is logs pages too. Shouldn't, according to settings. But does.

On Thu, Apr 28, 2016 at 8:32 PM, Amanda Blum - Howling Zoe Productions < amanda@howlingzoe.com> wrote:

i know. i looked at the settings. Cleared cache. BUT... http://mindup.vuurrclients.com/webinar-2/ I do not think I'm imagining it:)

On Thu, Apr 28, 2016 at 8:29 PM, Chuck Reynolds notifications@github.com wrote:

are you sure? even the all-time popular posts is only showing posts... see: http://mindup.vuurrclients.com/wp-admin/options-general.php?page=wordpress-popular-posts

[image: screen shot 2016-04-28 at 20 29 15] https://cloud.githubusercontent.com/assets/46185/14907596/ee626eee-0d7f-11e6-8741-767658496d9a.png

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/amandablum/mindup/issues/120#issuecomment-215618689

chuckreynolds commented 8 years ago

filing support ticket.

chuckreynolds commented 8 years ago

tested a hunch.. a different way than his docs say. seems to work local. pushing up in a few.

amandablum commented 8 years ago

thx