hummerton
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product Dependencies] Does this read Woo product ID?Hello =)
I created a new product and all is good.
This dependencies plugin must look at Woo ID then.
Thanks,
Rob
Forum: Fixing WordPress
In reply to: Remove POSTED BY ADMIN and PUBLISHED IN on WordPressHello ??
Thanks for the response. I did edit single.php as stated above, but I do not have a page.php – just the following pages:
Comments (comments.php) Footer (footer.php) Theme Functions (functions.php) Header (header.php) Main Index Template (index.php) Search Form (searchform.php) Sidebar (sidebar.php) Single Post (single.php) Styles Stylesheet (style.css)
Thanks,
Rob
Forum: Fixing WordPress
In reply to: Headers already sent – Tried the usual fixes, but not workingYep, that fixed it. Thank you very much ! !
Rob
Forum: Fixing WordPress
In reply to: Headers already sent – Tried the usual fixes, but not workingCan’t even login.. it’s on the admin login page URL.com/wp-admin/
I am on PHP 5.2.17
Thanks,
RobForum: Fixing WordPress
In reply to: Show last 10 posts on homepage (not blog page)Yep, that was it ??
Thank you very much.. I do appreciate it. I will continue to look around to see what else I can learn with this.
Thanks,
Rob
Forum: Fixing WordPress
In reply to: Show last 10 posts on homepage (not blog page)Guess not, I get this error…
Warning: require(/blog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/shopit1/public_html/index.php on line 415
Fatal error: require() [function.require]: Failed opening required ‘/blog/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/shopit1/public_html/index.php on line 415
Forum: Fixing WordPress
In reply to: Show last 10 posts on homepage (not blog page)I have a PHP website and a blog directory. If I want to show the last 10 posts, then this is the code I understand.
// Get the last 10 posts. <?php require('/blog/wp-blog-header.php'); ?> <?php query_posts('showposts=10'); ?> <?php while (have_posts()) : the_post(); ?> " rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?> <?php endwhile;?>
Is the path correct? Just the path to your blog?
Thanks,
rob