sspice313
Forum Replies Created
-
Forum: Plugins
In reply to: Is there a plugin that works like the scoring widget on threadless.comNo one knows of a plugin? I still need it. I would so appreciate it.
Forum: Fixing WordPress
In reply to: Replace author url with Guest author linkHi spstieng,
I have this same situation. Did you resolve it?
@andrea_r does this mean that you got it to work correctly with Disqus?
Forum: Networking WordPress
In reply to: Setting up Disqus with Multisitehmmm. They have a point. I am only trying to use it because the client asked to use it. But of course, she has only used it on regular install and not on a Multisite install. So it sounds like she has to make a decision on whether she wants to use it or not. Thank you for the feedback.
I am using the Disqus plugin. It looks like the comment number value is being pulled from the Disqus comment count as 0. Has anyone come across this issue while using Disqus? I am wondering if that is why it isn’t working with David’s solution.
I wanted to come back and update here because I figured out the issue. There was a missing line in the wp-featured-content-slider code.
The belt div has
<?php $temp_query = $wp_query; ?>
This was never reversed.
I added
<?php $wp_query = $temp_query; ?>
.This made all my posts show on the main blogs main page instead of just the posts that were featured in the slider.
Nevermind. I see that it’s a plugin.
Thanks.
Ok where do I put the code for the comment indexer? Is that a plugin file?
Forum: Networking WordPress
In reply to: Visible sitemap plugin for MultisiteWhat’s awesomely! ??
Thanks
I have a link now.
I created a different category of featuredSlider which has the category id of 15. When the featured slider plugin is added all aggregated posts disappear and the only posts that show on the main page are the featured posts.
In the post that you referenced you did the following:
I use a comment indexer(in mu-plugins) that dupes every comment in the network into its own site_comments table: https://pastebin.com/DDvbJFDb
Is this maybe the piece that I am missing? Would I need to do this for the count to be accurate? If so, where do I add the code for the comment indexer? Is it a plugin?
Forum: Networking WordPress
In reply to: Having problems with configuring wp-super-cache with multisiteGreat! Thanks for the help!
Hi, does anyone have any ideas?
The only issue now is…I see the “0 Comments” on the main blog, even though there are comments on the actual entry.
Forum: Networking WordPress
In reply to: Having problems with configuring wp-super-cache with multisiteThat worked. There are not anymore errors or warning! Thank you!
When you say “network wide”, do you mean click “Network Activate” on the parent blog or should I go in each site individually and activate it separately?
Forum: Networking WordPress
In reply to: Category page shows all categories all the time on child blog.Yes, I realized that once I looked at the files that I was actually changing.
The child theme works great! It also resolved my problem with the category page.
Thanks.