• Resolved richardescobedo

    (@richardescobedo)


    I really want to get rid of the ‘>>s’ before my post title, and want to replace it with ‘~’. Where do I go in the code to fix this? Can’t find anything…

    Thanks,

    Richard

Viewing 3 replies - 1 through 3 (of 3 total)
  • https://codex.www.ads-software.com/Template_Tags/wp_title

    See the info there on the ‘sep’ parameter.

    Thread Starter richardescobedo

    (@richardescobedo)

    I did… however, my blog doesn’t have the ‘sep’ php tag. Here’s the code:

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <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>

    Thread Starter richardescobedo

    (@richardescobedo)

    Okay, I figured it out. NVM. Thanks!! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Headings’ is closed to new replies.