tom_taylor_85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please Help with my Posts & Page Permalinks!did all that.
got an error now:
SELECT autoload FROM wp_options WHERE option_name = '_site_transient_update_core'
Forum: Fixing WordPress
In reply to: Post Permalinks Broken?It does the same for pages as well…
Forum: Fixing WordPress
In reply to: Weird comments on my blog entries…?What they may be doing is making their name link to a website…so then you click their name, an it goes to a porn site or viagra or something lik that!
Forum: Fixing WordPress
In reply to: Plugins installing to the root directory (wrong place)is everyone as clueless as me?
Forum: Fixing WordPress
In reply to: Error in my footer?Check it now though. Look where it is located (https://i55.tinypic.com/24xia7t.png)
Forum: Fixing WordPress
In reply to: Error in my footer?Does anyone know?
When I delete it all and just add a simple picture, it displays where the iPhone one displayed it, but on my computer.
admin CP > appearance > editor > footer.php
Then place your stuff within the footer where it belongs
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpThanks, alchymyth
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpAhhhhh, thank you! I forgot about that function!!!!
Have a good night chinmoy!
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpthis line?
<?php $recent = new WP_Query("cat=21&showposts=4"); ?>
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpIt is?
The problem is that the comments is getting the wrong code for some reason.
So for
cat=21&showposts=4
the comments is getting it from Category #21, and from Post #4. If I change it tocat=4797&showposts=4
it gets it from Category #4797, Post #4 and puts it on EVERY single post!If I place the comments ABOVE the category I added, then it doesn’t do that. Is my comment code messed up or something?
<?php comments_template(); // Get wp-comments.php template ?>
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpwait, what do you see at the bottom of every post?
You don’t see 4 horizontal posts before the comments? Then the comments not displaying properly?
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpFigured out what it is doing…so the part that reads
cat=21&showposts=4
is messing up the comments. Whatever you change thatshowposts=4
to, it shows up using those comments in that category. Is there a way around that?I can have the comments BEFORE the category I added, but once I put it after it screws it up. Any idea why anyone?
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpOk, it seems that whatever I change the ID to, it grabs comments from a post in that category (seems like post #4).
Does that help?
Forum: Fixing WordPress
In reply to: Adding categorys in Single.phpOk, here it is again:
https://wwsmag.com/updates/young-s-every-time-the-beat-drop/Then check another post:
https://wwsmag.com/updates/joey-dejesus-designer-d-i-v-a/EVERY post has the same comment….