soflanetworking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text being added after body…Sorry I shouldn’t give up so easily….
I found the answer, for this case the malicious code was in htaccess file.
I replaced the htaccess file with one from a known working and site and it fixed the issue.
Forum: Fixing WordPress
In reply to: Blog Formatting Wrong: No Spaceswas looking for formatting points, and just wanted to say thanks for the above link to htmldog.
Forum: Fixing WordPress
In reply to: Valid Callback Errors on comment-template.phpwas having this error on all of IT Solutions blog post
It was nice being able to find this post, it fixed my issue straight away.
Forum: Fixing WordPress
In reply to: Call Blog post by topicThanks anyway. In case anyone else is trying to figure this out. I figured it out on my own, after reading many, many pages of jibberish.
the line of code to do this is
<?php $posts = get_posts('category=4&numberposts=3&order=DSC&orderby=post_date');If you need to figure out the numbers of you categories, go to your site, and click on each of them. WordPress seams to randomly generate these numbers, so they are not sequential. Although a few of mine are.
You can see this code in action at http://soflanetworking.com/west_palm_beach/
The main page shows only “Office Tips”, each sub page, shows topics relevant to the page. For example the http://soflanetworking.com/west_palm_beach/computer_repair.php page only shows blog post related to computer repair.
Forum: Fixing WordPress
In reply to: Call Blog post by topicWould still care for some help on this, has anyone tried to do it?