rinse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Don't show custom field if left blankThank-you both,
Alchymyth the one for the images works perfectly but the top one is giving me
Parse error: syntax error, unexpected ‘/’ in /home/content/53/6524553/……
Forum: Fixing WordPress
In reply to: Don't show custom field if left blankThank-you, but doesn’t quite solve my problem. Another issue I should have mentioned is that my side bar is split up in several sections. One section the custom fields just pull a line of text, the next they pull links, and the other one they pull images (which i then use another field to get the image to link somewhere)
So I really need the if statement on only a couple of the fields, mainly the image one with a link. I have it like so:
<a href="<?php global $wp_query; $postid = $wp_query->post->ID; echo get_post_meta($postid, 'IMAGELINK', true); ?>" target="_blank"><img src="<?php global $wp_query; $postid = $wp_query->post->ID; echo get_post_meta($postid, 'IMAGE', true); ?>" /></a>
So I think i just need something that says if custom field “IMAGE” is equal to something show the above, if not show nothing.
Forum: Fixing WordPress
In reply to: Display posts tagged with current dayThat appears to have solved it.
Thank-you so much!Forum: Fixing WordPress
In reply to: If category has x number of posts..bump
i’ll bump this up as i’m also looking for the solution.
https://fthrwght.com/autofocus/plusdemo/ for reference
Forum: Themes and Templates
In reply to: 2 single.php files…https://codex.www.ads-software.com/Theme_Development#Template_Files_List
refer to
single-<post-type>.php
Forum: Fixing WordPress
In reply to: Background won't scrollIt’s scrolling down for me, as opposed to being ‘fixed’
Forum: Fixing WordPress
In reply to: How to hide blog as you build it?if it’s just quick little changes i’ll throw up a index.html in my wordpress root then delete it when i’m done.
Forum: Themes and Templates
In reply to: WordPress 3.0 blank/naked themei also recommend starkers, it had lot’s of updates to accommodate 3.0.
Forum: Themes and Templates
In reply to: Two Themes Merging. HELP PLEASEcould just be two installations of wordpress.
could be wordpress mu.Forum: Fixing WordPress
In reply to: SEO for page address with GoDaddy hostingif i’m not mistaken you need mod_rewrite enabled on your hosting system (this is something you need to talk to your hosting provider about)
Forum: Themes and Templates
In reply to: mono-lab site based on WordPress?well yes their site is running on WordPress.
Forum: Fixing WordPress
In reply to: Can't find link to bloghttps://www.mysite.com/wordpress/wp-admin/options-general.php
check the url options on that page.
Forum: Themes and Templates
In reply to: Where should I style author name and date of comment?oops my bad wasn’t thinking, yeah don’t put it all together like i did haha
anyway glad it’s working.
Forum: Themes and Templates
In reply to: Where should I style author name and date of comment?try
.comment_post_left a{ position: relative; height: auto; width: 160px; float: left; margin: 10px 10px 0px 0px; font-size: 12px; color: #56636a; line-height: 16px; }