Title: simondamast's Replies | WordPress.org

---

# simondamast

  [  ](https://wordpress.org/support/users/simondamast/)

 *   [Profile](https://wordpress.org/support/users/simondamast/)
 *   [Topics Started](https://wordpress.org/support/users/simondamast/topics/)
 *   [Replies Created](https://wordpress.org/support/users/simondamast/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/simondamast/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/simondamast/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/simondamast/engagements/)
 *   [Favorites](https://wordpress.org/support/users/simondamast/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [feedwordpress not working](https://wordpress.org/support/topic/feedwordpress-not-working/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/feedwordpress-not-working/#post-1212395)
 * okay got 1 feed working.. the category setting an issue.. try changing it to 
   tags only…. and put in a tag. Woked for one of the feeds no the other.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Dynamic Content on a Static page](https://wordpress.org/support/topic/dynamic-content-on-a-static-page/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/dynamic-content-on-a-static-page/#post-1115334)
 * Looks good but you have to choose a post to display, can this be automated to
   show the most recent 2 or 3?
 * Also my permalinks have been set to show the page title and not the ID, how would
   you over come this?
 * finally ttried put in [[post-id]] but that shows up as html I tried with php 
   tags and also nothing?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static & Dynamic content – multiple entries](https://wordpress.org/support/topic/static-amp-dynamic-content-multiple-entries/)
 *  [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/static-amp-dynamic-content-multiple-entries/#post-1054894)
 * Please tell me how you go the static and teh dynamic content to work on one page?
   I have tried a million different ways and I either get all my pages listed as
   dynamic content ie posts or I only get the posts and no static content….
 * I have followed the instructions in moshublog but it all comes out the same. 
   I have tried making the pages in the Reading settings the same ie static home
   page and the same page as the post page… and I have tried seperatly still nothing…
   Please help
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is WordPress the cms to use?](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [17 years ago](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/#post-1060926)
 * its fixed thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is WordPress the cms to use?](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [17 years ago](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/#post-1060925)
 * I keep getting a
 * > Parse error: syntax error, unexpected T_INCLUDE in C:\wamp\www\wordpress\wp-
   > content\themes\Simon\header.php on line 23
 *  error can anyone tell me why?Line 23 is the the line starting with “if”
 *     ```
       <html>
   
       <head>
       <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
   
       <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="WordPress <?php bloginfo('version'); ?>" /> <!-- 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="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 //comments_popup_script(); // off by default ?>
       	<?php wp_head(); ?>
   
       <?php
       if(is_page('Welcome') include ( TEMPLATEPATH. '/Headertables/mainheader.php');
       elseif(is_page('rooms') include ( TEMPLATEPATH. '/headertables/roomsheader.php');
       else include (TEMPLATEPATH.'/headertables/mainheader.php');
       ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is WordPress the cms to use?](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/#post-1060800)
 * ok ic, but if the table is different for each page?
 * Does that mean a seperate header.php for each page? Yes cause thats what you 
   said earlier 🙂
 * So now to understand is_page()?
 * So I have a page.php file which calls the header.php (which has the table and
   the java) so how does it call a different header for each page? Obviously using
   is_page()? (thinking allowed) 🙂
 * Does this sound right, anything I may have missed, or need to add?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is WordPress the cms to use?](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/)
 *  Thread Starter [simondamast](https://wordpress.org/support/users/simondamast/)
 * (@simondamast)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/is-worpress-the-cms-to-use/#post-1060791)
 * So I’ve put the table into the content (using the admin backend) and inserted
   the thumbnail pictures.. where and how do I get the mouse over effect to work?
 * At the momnet I head is as it was in the html doc as well as the html in the 
   doc itself at the picture but unfortunatly it isn’t working??
 * Any ideas?

Viewing 7 replies - 1 through 7 (of 7 total)