chamaree
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts inside pagesGo to manage: edit posts : cut the text you wrote
Go to manage: edit pages: page you want the text to be: paste the text
??Forum: Installing WordPress
In reply to: plugin not workingyeah I checked everything. I logged out of my site and back in. I also deleted some files (which were not activated anyway) from the ftp plugin file, but they are still showing on the plugins site on admin.
Forum: Themes and Templates
In reply to: some sidebar contents not shown in inside pagesthanks guys!
Forum: Themes and Templates
In reply to: Page for “Home” in sidebarGreat!!! it works. Thanks so much!
Forum: Themes and Templates
In reply to: changing the theme photoI tried https://www.chamaree.com/wp/wp-content.
What is css? (sorry i am new to all these)Forum: Themes and Templates
In reply to: changing the theme photoI cannot open wp-content. It says forbidden.
Forum: Themes and Templates
In reply to: Learning More: First Steps With WordPressThis is great! ??
Forum: Themes and Templates
In reply to: cannot comment on postsNope, that didn’t work. ?? Thanks for your help oriecat!
Forum: Themes and Templates
In reply to: cannot comment on postsStrange this is comments can be added to inside pages I have. Not in the blog (main page or archives).
Forum: Themes and Templates
In reply to: cannot comment on postsyup.
Thanks. Now I can see the entire post ??
Thanks for the reply Beel. I am new to HTML, so I don’t really understand what you meant. I found the archive.php, but not sure what to do next. Also, I cannot comment on a post (can comment on a page), it goes blank as well, don’t know if these two problems are related.
Forum: Fixing WordPress
In reply to: Post commentsit looks like this ??
<?php
require(‘./wp-blog-header.php’);
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><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>
<div id=”container”>
<div id=”header”><h1>“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div></div><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id=”sidebar”>
<h2>Search:</h2>
<form method=”get” id=”searchform” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div><input type=”text” value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
<input type=”submit” id=”searchsubmit” value=”Go” />
</div>
</form><h2><?php _e(‘Navigate’); ?></h2>
-
<?php if (!is_page()): ?>
- “>Home
- “>Home
<?php else: ?>
<?php endif; ?>
<?php wp_list_pages(‘depth=1&title_li=0’); ?><h2>About this entry:</h2>
This entry was posted on <?php the_time(‘l, F jS, Y’) ?> at <?php the_time() ?> and is filed under <?php the_category(‘, ‘) ?>. You can follow any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?> feed. You can leave a response, or “>trackback from your own site.<h2>Other Recent Entries</h2>
- <?php get_archives(‘postbypost’,’5′,’custom’,’
- ‘,’
‘); ?>
</div>
<div id=”content”>
<div>
<div class=”alignleft”><?php previous_post(‘« %’,”,’yes’) ?></div>
<div class=”alignright”><?php next_post(‘ % »’,”,’yes’) ?></div>
</div><div>
<h2><?php the_title(); ?></h2>
</div><div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div><!–
<?php trackback_rdf(); ?>
–><?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php endwhile; else: ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”); ?>
<?php endif; ?><?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
<?php get_footer(); ?>