benhowdle89
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: IE doesn't load my site! :(It works fine in IE9
Forum: Fixing WordPress
In reply to: Only show excerpt rather than full body<?php // calling the header.php get_header(); // action hook for placing content above #container thematic_abovecontainer(); ?> <div id="container"> <?php thematic_abovecontent(); ?> <div id="content"> <?php // create the navigation above the content thematic_navigation_above(); // calling the widget area 'index-top' get_sidebar('index-top'); // action hook for placing content above the index loop thematic_above_indexloop(); // action hook creating the index loop thematic_indexloop(); // action hook for placing content below the index loop thematic_below_indexloop(); // calling the widget area 'index-bottom' get_sidebar('index-bottom'); // create the navigation below the content thematic_navigation_below(); ?> </div><!-- #content --> <?php thematic_belowcontent(); ?> </div><!-- #container --> <?php // action hook for placing content below #container thematic_belowcontainer(); // calling the standard sidebar thematic_sidebar(); // calling footer.php get_footer(); ?>This is what i have in index.php…not sure where to change the_content()?
Forum: Fixing WordPress
In reply to: Only show excerpt rather than full bodyExcellent thanks for that, but which PHP file do i edit? In index.php all i see is index-loops, etc, where exactly can i insert the_excerpt()?
Forum: Themes and Templates
In reply to: WordPress vs PHP WordPress codingThanks for posts!
I was in a rush to finish it so i dove straight into the themes css! All good now…
Forum: Fixing WordPress
In reply to: Show single post by ID in URLNever mind got it!
Forum: Fixing WordPress
In reply to: Show single post by ID in URLhmmm nope. Any other ideas?
Forum: Fixing WordPress
In reply to: Multiple InstallationsPerfect! Thanks so much!
Exactly what i wanted….
Forum: Fixing WordPress
In reply to: Multiple InstallationsThat def make more sense. So in regards to the PHP code i posted. My example.com isn’t a wordpress page at all, its just my sites homepage with menus and images etc, so what code would i need to post the recent posts from each of blogs/articles?
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)