davidzupec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 page errors with custom post type paginationForum: Fixing WordPress
In reply to: 404 page errors with custom post type paginationHello, I created a new template page called page-events.php for this.
Forum: Fixing WordPress
In reply to: 404 page errors with custom post type paginationThanks for your help keesiemeijer but unfortunately that didn’t work as well. Definitely scratching my head on this one!
Forum: Fixing WordPress
In reply to: Replacing a link with an imageThanks, I figured it out.
Forum: Fixing WordPress
In reply to: Query Child Pages of a Current Page and Loop Through Each Child PageHello, thanks for trying but no luck.
Forum: Fixing WordPress
In reply to: My custom field images duplicating on other pagesSorry everyone, I wasn’t sure how to word it but this is describes exactly what I’m trying to do: Query Child Pages of a Current Page and Loop Through Each Child Page.
It looks like the issue stems from putting the post_parent ID in the code which is causing the problem. Any suggestions on how to code that?
Forum: Themes and Templates
In reply to: How to exclude a child page from the listThank you so much potentweb! : )
Forum: Themes and Templates
In reply to: How to exclude a child page from the listThank you I’m aware of exclude. But where do I put it? I put it like below but it doesn’t work.
$children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0','exclude=157');
Forum: Themes and Templates
In reply to: Putting nav menu in a different location on my home page onlyAwesome, thank you so much! Looks like all are great solutions : )
Forum: Fixing WordPress
In reply to: How to add jQuery script to a specify page onlyThank you esmi this helped : )
Forum: Fixing WordPress
In reply to: How to add jQuery script to a specify page onlyHello esmi, this is my code but it’s still not loading?
<?php wp_head(); ?> <?php if (is_page('home')) { ?> <script src="<?php bloginfo('template_url'); ?>/js/load.js"></script> <script src="<?php bloginfo('template_url'); ?>/js/jquery.flexslider.js"></script> <?php } ?> </head>
Forum: Fixing WordPress
In reply to: Text is showing up as a linkhello,
Hmmm…it’s doing it in both the latest version of chrome and firefox for me, strange.
Forum: Fixing WordPress
In reply to: Bottom-margin space caused by a smiley face!Hi esmi,
Thank you : ) I will take a look at it and see if I can remove it with some css.
David
Forum: Fixing WordPress
In reply to: Older Posts aren't showing upI fixed it but I’m not sure if it’s the right way though : ) what I did was go to appearance -> menus -> custom links, then just entered my localhost as my url and labeled it “home”. Then added it to my Main nav menu.
Forum: Fixing WordPress
In reply to: Older Posts aren't showing upHi esmi, I just named it home. I’m not sure I’m doing this right because if the index.php is the default home page then I wouldn’t need a new home template file then, or would I? Unless I was creating a static page for my home page, which it isn’t.