gerardog2000
Forum Replies Created
-
Thank you for your response.
Forum: Fixing WordPress
In reply to: Adding ads in between postsCool. Everything works great. Thanks again.
haha, apparently I am running multisite on just my main site. I feel pretty dumb.
Well that makes sense as to why i am experiencing these symptoms. I guess that I will just uninstall my multisite since it is only running on my main site and therefore it is pointless for me to have it.
Well thank you so much for your help.
This may be a dumb question but do those “inactive” plugins bog down my site? In other words, if I did not have those plugins installed, would my site load faster. I have several plugins that are just sitting there not activated. Should I just uninstall or does it not make a difference as long as they are not activated?
My current configuration does not seem by design then. Like I said, I can upload new themes and plugins on my subdomains but I cannot on my root site. In fact I just went ahead and network deactivated all of my plugins through the network dashboard and it did not affect any of the subdomains sites. I then went ahead and reactivated some and also did not affect the subdomains. The root site on the other hand did get affected. When I deactivated, the plugins all showed inactive on the root site. When I activated, the root site only shows the plugins that are inactive. The plugins did get installed but I am not able to deactivate individually on my root site dashboard.
Is the way that the plugins are working, the way that multisite is designed to work? How is it that my subdomains don’t get affected by anything i do on my network dashboard, just my root site is affected? The fact that I can control my subdomains individually is perfectly fine with me, in fact, I prefer it that way. I was just wondering why it is not the same situation with my root site?
Maybe I installed multisite incorrectly. I installed multisite and then I went to my hosting company and installed wordpress on each individual subdomain. That could be why only my root site is affected by my network dashboard.
Forum: Fixing WordPress
In reply to: Adding ads in between postsThanks that worked like a charm. If I want to do the same when somebody clicks on a category and it is listing a list of posts I would add the same code into either Single.php or page.php?
Forum: Fixing WordPress
In reply to: Adding ads in between postshere is the link to pastebin.
Just to clarify some more. I am looking to insert ads into my homepage after every few posts. Lets use after every 4th post for an example. Thanks again for the help.
Forum: Fixing WordPress
In reply to: Adding ads in between postsI looked at post.php but I do not see the
<?php endwhile; ?>code. I do not see anything in the post.php page that stands out. The index.php page does have the following code though.<?php if (have_posts()) : while (have_posts()) : the_post(); get_template_part('post', 'homepage'); endwhile; else : get_template_part('post', 'noresults'); endif; get_template_part('navigation');?>Forum: Fixing WordPress
In reply to: Displaying only part of the post on homepagethank you. this works. I had tried entering that code before but it wasn’t working right, but now it is. thanks again.
Forum: Fixing WordPress
In reply to: How do I add Google Custom Search to my siteOk, I think that I know what the problem is with my new search page. The problem is that the page template is for a different theme. Anybody have any ideas as to where I would enter the google code in the code listed above so that the page will display correctly?
Forum: Fixing WordPress
In reply to: inserting ads between every 5th post.That also works great, thanks for the help.
Forum: Fixing WordPress
In reply to: inserting ads between every 5th post.That worked perfectly. I have another request. Do you know how to remove the stars that this theme is using as bullets and just replace them with something generic like a dot or arrow? Thanks again, I really appreciate your help.