christian_d
Forum Replies Created
-
Forum: Themes and Templates
In reply to: IE display issuesbump
Forum: Fixing WordPress
In reply to: A wordpress site that opens to a page, not a blogThank you!
Forum: Fixing WordPress
In reply to: custom header errorOh, god—you guys are the best. You fixed my problem. Thank you thank you thank you thank you.
Forum: Fixing WordPress
In reply to: custom header errorThat seems to be some sort of progress. When I did that I got these errors instead:
Warning: include(/home7/mayerack/public_html/jenniferacker/wp-content/themes/sandbox/wp-content/themes/sandbox/headerdefault.php) [function.include]: failed to open stream: No such file or directory in /home7/mayerack/public_html/jenniferacker/wp-content/themes/sandbox/header.php on line 15
Warning: include() [function.include]: Failed opening ‘/home7/mayerack/public_html/jenniferacker/wp-content/themes/sandbox/wp-content/themes/sandbox/headerdefault.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home7/mayerack/public_html/jenniferacker/wp-content/themes/sandbox/header.php on line 15
And then the rest of the site displays but with out its CSS styling/images.
Thank you so much!
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.I’m still confused as to where the add the line of code. I don’t want these posts to appear on every page, just a single one. Where are the pages themselves in my directory? It seems like I’d need to edit a single page rather than the page template itself.
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.Yea I used Exec-PHP to enter the code.
Here is the code for my page.php file:
https://wordpress.pastebin.com/f159fac31Here is the code for the specific page I’m trying to get this PHP to appear on:
https://wordpress.pastebin.com/f34cbcbedHere is the URL to the page:
https://jennifer.coffeeismagic.com/?page_id=6I have multiple WordPress pages on this site and I only want the script to run on one of them. — This is possible right?
Thanks for all the help!
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.I tried it with the semicolon with the same result, should’ve mentioned that before. I’m sorry, I don’t know what the loop is, I’m new to this. I guess I’ll go learn about it and put this code before it. I put it in via the dashboard “pages” page with a PHP plugin. Should I be doing this another way?
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.I’m sorry, I’m having trouble with this. I created a tag “test” and then put this code in the page that I wanted the posts with that tag to appear but nothing happened: `<?php query_posts(‘tag=test’) ?>’
Sorry for these basic questions but I don’t even know which direction to go in.
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.Wow, thank you very much! You are a lifesaver!
Forum: Fixing WordPress
In reply to: How to list certain posts from a blog on another page.I am unfamiliar with PHP but I feel like I should learn it as it seems like I could just do a line like the one below (which archives all the posts by month) but set it so it grabs certain tags instead of everything. Does this seem feasible?
<?php wp_get_archives('type=monthly') ?>
Forum: Fixing WordPress
In reply to: How Do I add an image to the sidebarI think he’s just saying that you can get a text-widget to enter the html code for the image into sidebar.php
Forum: Fixing WordPress
In reply to: How Do I add an image to the sidebarCan’t you just open up sidebar.php and put an image there?
Forum: Fixing WordPress
In reply to: “Fatal error: Call to undefined function get_header()…”Oh man, what a dumb mistake. The last time I worked on this site was last week and I logged into my FTP and today I just edited the first index.php file I saw without thinking.
No need to be so snooty, people make mistakes….