kensav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to show only headlines on the front pageOK thx miklb. How do I go about creating a new template for other post pages I want to create?
Like use the current home.php page but take out the side bar or rework the design for specific post pages.
Forum: Fixing WordPress
In reply to: How to show only headlines on the front pagecan I just backup and edit my existing home.php file or is there a special template somewhere?
Forum: Fixing WordPress
In reply to: Adsense stats info with WPanyone?
Forum: Fixing WordPress
In reply to: restoring database at a new hostok looks like I did it.
thx for help.
Forum: Fixing WordPress
In reply to: restoring database at a new hostok my default wordpress is up and running. Now how do I restore the old database the PROPER way?
Forum: Fixing WordPress
In reply to: Is this webhost wrong re:wordpress?Update: while doing a fresh install on a new domain and database I get to this point in the install and it just stops.
Second Step
Now we’re going to create the database tables and fill them with some default data….
Forum: Fixing WordPress
In reply to: Is this webhost wrong re:wordpress?Here’s what i did and the update….
I asked my webhost to upgrade apache to 2.x and php 4.3.x
After it was complete my wordpress website stopped working. I get this https://www.kensavage.com/ and https://www.kensavage.com/wp-admin/ but php works ok https://www.kensavage.com/info.phpI even uploaded fresh files to one of the sites and nothing. I had a friend of mine who’s a unix sys admin look at the server side of things and he says everythig should work ok. It’s just wordpress not working for this upgrade.
Is there anything I can test or any suggestions?
Forum: Your WordPress
In reply to: Online Magazine: Powered by WordPressI would say make the article titles a bit contrasty with some color or size. Other than that nice job.
Forum: Plugins
In reply to: Paypal Donate WidgetsOtto42 thanks man but that link isn’t working now.
Forum: Plugins
In reply to: Paypal Donate WidgetsThis Account Has Been Suspended.
Anyone have another way to download this?
Forum: Plugins
In reply to: You do not have sufficient permissions to access this page.anyone?
Forum: Fixing WordPress
In reply to: List of Blog entries on front pageok I figured it out. I removed function from the start of the php call.
SOrry.Forum: Fixing WordPress
In reply to: List of Blog entries on front pagedoesn’t seem to work. Says this for an error:
Parse error: parse error, unexpected ‘;’, expecting ‘{‘Here’s the code I used:
<?php function c2c_get_recent_posts ($num_posts = 10, $format = "<li>%post_URL%</li>", $categories = '', $orderby = 'date', $order = 'DESC', $offset = 21, $date_format = 'm/d/Y', $authors = '', $include_passworded_posts = 'false') ?>
Forum: Fixing WordPress
In reply to: List of Blog entries on front pagethx pauljones I’ll check that out now
Forum: Plugins
In reply to: Integrate RSS feeds from other sitesThere’s an error somewhere in this code saying that it was missing a , or ;