jonkev14
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics Dashboard] google-analytics-dashboard fatal error.i will just remove the plugin.
Im not a coder
Thanks for replying
Forum: Plugins
In reply to: [Google Analytics Dashboard] google-analytics-dashboard fatal error.I dont understand what that link means.
Do I have to upgrade my php 5 server?Forum: Fixing WordPress
In reply to: can’t write commentsI also cannot write comments. i cut off most of the plugins and it still brings me back to the post. i dont have any restrictions in the options page except that they have to be registered to leave one. It was working before.
What do i need to do?
http://pc-cashonline.biz/BlogForum: Fixing WordPress
In reply to: Different rss feeds on different pagesWell i guess i’m leaving my Newbie status i figured out how to add feed to different page templates. One little code thats all it rakes. Well This case is Now Closed. Now On to adding photo’s!
Forum: Fixing WordPress
In reply to: Different rss feeds on different pagesYes thats what i want but i also dont want to use html based feeds i rather use php so my feeds can get read and updated in a timely fashion.
I only have page.php in my theme that i am using and if i add php sourced rss feeds they will be the same on every page how can i have different feeds on differnt pages.
Also while i am at it. Can you make the feeds come out like posts in wp i have spent two day in these forums trying to find an answer.
Forum: Fixing WordPress
In reply to: Different rss feeds on different pagesCan someone please answer my queestion i’m sure that there has to be a logical way of accomplishing this? Where are you advanced wp users?
Forum: Fixing WordPress
In reply to: Different rss feeds on different pagessorry the site is http://pc-cashonline.biz/Blog
Forum: Fixing WordPress
In reply to: I Cant Post anything to my blog!Ok I found the problem. i had a jacked up pluglin my mix it was removed and everything is back to working order. thanks anyway
Forum: Fixing WordPress
In reply to: I Cant Post anything to my blog!ok i see that folks are sending over the coding for the page here is mine:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”de” lang=”de”>
<!–
Red Train: Template for WordPress 1.5
(c) by Vladimir Simovic aka Perun
http://www.vlad-design.de and http://www.perun.netThe CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
–>
<head profile=”http://gmpg.org/xfn/1″>
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –><link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><meta name=”author” content=”Vladimir Simovic aka Perun” />
<meta name=”publisher” content=”Vladimir Simovic aka Perun” />
<meta name=”copyright” content=”Vladimir Simovic aka Perun” />
<meta name=”page-topic” content=”Themen rund um erstellung von Webseiten: XHTML, HTML, CSS, PHP, Mozilla etc.” />
<meta name=”audience” content=”alle” />
<meta name=”robots” content=”index,follow” />
<meta name=”revisit-after” content=”3 days” /><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head>
<body>
<img src=”http://www.feedforall.com/FFA_468.png” border=0 alt=”Buy FeedForAll”>
<div id=”container”><div id=”header”>
<h1>“><?php bloginfo(‘name’); ?></h1>
</div><div id=”navi”>
<div id=”navi-innen”><h2>Main</h2>
- “>Home
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
<h2><?php _e(‘Categories:’); ?></h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1’); ?>
<h2><?php _e(‘Archives:’); ?></h2>
-
<?php wp_get_archives(‘type=monthly&show_post_count=1’); ?>
<h2><label for=”s”><?php _e(‘Search:’); ?></label></h2>
<form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”17″ class=”navi-search” />
<input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” class=”search-button” />
</div>
</form><h2>Links</h2>
-
<?php wp_get_links(1); ?>
<h2><?php _e(‘Meta:’); ?></h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘RSS’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’);?>”><?php _e(‘Comments RSS’);?>
- “><?php _e(‘Valid XHTML’); ?>
- XFN
- “>WP
<?php wp_meta(); ?>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<h2>Styleswitcher</h2>
<?php wp_theme_switcher(); ?>
<?php } ?>
</div>
</div><hr />
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”date”><?php the_date(); ?></div>
<h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category(‘,’) ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
<div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div>
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div><!–
<?php trackback_rdf(); ?>
–><?php comments_template(); ?>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?><div class=”center”><?php posts_nav_link(‘ ‘, __(‘« Previous’), __(‘Next »’)); ?></div>
<div id=”footer”>WP-Theme by Vladimir Simovic</div>
</div></div>
</body>
</html>Forum: Fixing WordPress
In reply to: I Cant Post anything to my blog!Today i completely removed wp using fantasico then reinstalled it and everything was working fine i added my them and a few plugins and i was working on a additional page adding in a feed. then i went to go and post something and again it would not post. all that it did was the header disappeared and the body was still left there. I have made any changes to the layout template except to add to add a link to my blogroll thats all. please explain this to me in laymans terms i am new to blogging and php.
Forum: Fixing WordPress
In reply to: I Cant Post anything to my blog!1. when i publish my post the title disapears and thats all!
2. There are no posts in the database/admin area?
2a i have checked my phpmyadmin and there are no errors anywhere in my database.
3. The only thing i did was try to find a photo plug in that actually works and a decent spellcheck plugin.
thats it.