freeworldmarketing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make space between items on a page.It’s supposed to do it’s own thing in the code but what I see is not what I am getting in the end even if I use the html tab instead of the visual tab.
Forum: Fixing WordPress
In reply to: How to make space between items on a page.I don’t know how to turn the visual editor off other than just going to the html tab. I prefer to use the visual editor only I would like it if it would actually save what I visually enter into it instead of it doing it’s own thing like deleting my line breaks.
Forum: Fixing WordPress
In reply to: How to Change the order of the pages in the menu?I don’t see any of that code in my header.php. I don’t know if it’s ok to post all the code but here it is.
<!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″><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”Bluefish 1.0.7″/> <!– leave this for stats please –><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” 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 if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”wrapper”>
<div id=”main_content”>
<div id=”header-wrap”><div class=”header”>
<div class=”subscribe”>” title=”<?php _e(‘Add this blog to any reader’); ?>”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/rss.gif” alt=”RSS” /></div>
<h1>“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div></div>
</div>
<?php include(‘menu.php’);?>Forum: Fixing WordPress
In reply to: How to Change the order of the pages in the menu?I don’t see anywhere in that plugin to change the order of the pages in the header. I see how to make certain ones now show up though. But it also makes them not show up in my pages list on the sidebar and I don’t want that.
I am not familiar with code enough to know exactly what to do with the code instructions. I think I see the which code it says to put in to change how the child pages show up on the list but I am not sure where to put it.
Forum: Fixing WordPress
In reply to: How to make different pages show different widgets.Thanks for that. The plugin might be what I need. There is another option that might work that I saw on Youtube that might be even more simple but I don’t know how to make it work. The guy was showing that on his “pages” widget a main page would show up on the list and so would it’s child and the childs child. But any more subpages wouldn’t be on the list. But on my list it doesn’t do that it will show sub pages many levels deep. Is there a way to change the settings so it will only show a child or 2 deep?