djwesterfield
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can i post a header link on a modified theme?anything?
Forum: Fixing WordPress
In reply to: putting posts in different pagesin my header.php it goes as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" /> <meta name="keywords" content="" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <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'); ?>" /> <title><?php bloginfo('name'); wp_title(); ?></title> <?php wp_head(); ?> </head> <body> <div id="wrap"> <div id="top"> <div id="menu"> <ul> <?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?> <li class="<?php echo $highlight; ?>"><a href="<?php bloginfo('url'); ?>"><span>Home</span></a></li> <?php $pages = wp_list_pages('sort_column=menu_order&depth=1&title_li=&echo=0'); $pages = preg_replace('%<a ([^>]+)>%U','<a $1><span>', $pages); $pages = str_replace('</a>','</span></a>', $pages); echo $pages; ?> </ul> </div> <div id="search"> <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div> <input type="text" name="s" id="s" class="field" value="Searching for ?" onfocus="if (this.value == 'Searching for ?') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Searching for ?';}" /> <input type="image" src="<?php bloginfo('template_directory'); ?>/img/icon_search.gif" class="submit" name="submit" /> </div> </form> </div> </div> <div id="header"> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <p><?php bloginfo('description'); ?></p> </div>
Forum: Fixing WordPress
In reply to: putting posts in different pagesi think it was modified.
where would i be able to stick the link in the header.php?
Forum: Fixing WordPress
In reply to: putting posts in different pagesyou are in fact my savior!
can i make my header be a link as well so you can click it to go back to the home page? im looking through dreamweaver and cant find the php that would allow me to do that.
Forum: Fixing WordPress
In reply to: putting posts in different pagesawesome woohoo. now. real quick question and i will be out of your hair for good.
since i dont need the ‘Category’ on the right sidebar, can i delete that but still keep the Archives?
Forum: Fixing WordPress
In reply to: putting posts in different pagesalright the file was edited successfully.
thanks! i drew him up
Forum: Fixing WordPress
In reply to: putting posts in different pagesdone!
ok now whats the next step?
Forum: Fixing WordPress
In reply to: putting posts in different pagesthere wasnt a link to that plugin though….which plugin is it?
Forum: Fixing WordPress
In reply to: putting posts in different pagesmusic: cat_ID=3
life: cat_ID=4
owls: cat_ID=5Forum: Fixing WordPress
In reply to: putting posts in different pagesif you go to https://www.theowler.com you can see that on the top bar thats where i want my posts to be sorted based on the category. is it possible to just take the links Categories on the right side bar and and put them on the top bar instead?
Forum: Fixing WordPress
In reply to: putting posts in different pagesi must be one of the stupidest people to ever use wordpress, but i downloaded the List Category Posts Plugin, and i do have a category widget thats installed that i can click on the name of the category and it shows me the posts that i have assigned with it.
Forum: Fixing WordPress
In reply to: putting posts in different pagesthe template that i have at the moment is a theme that i modded a bit.
i have not made any other .php’s other than my main page. i have basically gone into wordpress and created pages that linked up to my main page to have it look the sameForum: Fixing WordPress
In reply to: putting posts in different pagesalso…what is the link to the Category Widget that you use, just so we can be on the same page?
Forum: Fixing WordPress
In reply to: putting posts in different pagesok step 1 was easy. i understand what my category id’s are now. what i dont understand is the ‘Music’ template.
now since i have a new theme, so i have to copy the index.php 3 times for each of my pages and rename them to lets say category-4.php and leave them in my theme folder with everything else?Forum: Fixing WordPress
In reply to: putting posts in different pagessorry my internet gave out