richardescobedo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Advanced Custom Permalink StructureThanks — I’ll definitely look into it!
Forum: Themes and Templates
In reply to: How to add post content to a pageesmi:
Thanks for the tip — I went and implemented The Loop and things are working great!
Forum: Fixing WordPress
In reply to: UsernameThanks!
Forum: Everything else WordPress
In reply to: Linking WordPress InstallsThanks, I definitely will do that. 🙂
Forum: Plugins
In reply to: Title HeadingsOkay, I figured it out. NVM. Thanks!! 🙂
Forum: Plugins
In reply to: Title HeadingsI did… however, my blog doesn’t have the ‘sep’ php tag. Here’s the code:
<head profile=”http://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 –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><link rel=”shortcut icon” type=”image/ico” href=”<?php bloginfo(‘stylesheet_directory’); ?>/imagenes_qwilm/favicon.gif” />
<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 wp_head(); ?>
</head>
Forum: Fixing WordPress
In reply to: I can’t add categories…I fixed the problem. I don’t know what happened. I just re-installed all of my scripts.