dausin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: within category, post prev/next navigation loopTrial and Error, if laborious, does wonders. Here’s what worked
<?php endif; ?><nav id=”nav-single”>
<h3 class=”assistive-text”><?php _e( ”, ” ); ?></h3>
<span class=”nav-previous”><?php previous_or_loop_post_link ( ‘%link’, __( ‘ Previous |’, ” ), $in_same_cat=true ); ?></span>
<span class=”nav-next”><?php next_or_loop_post_link ( ‘%link’, __( ‘Next ‘, ” ), $in_same_cat=true ); ?></span>
</nav><!– #nav-single –>Forgot to include link to site in case it helps:
https://darcysinclair.com/shadowlight-images-web-development/Forum: Fixing WordPress
In reply to: MIgration from localhost failureThanks. I’m mid process and have obviously made grave error. I would very much like to get to a place where I could retract and then move forward by following the check list in the Moving_WordPress documentation you suggest.
Is there a way to change or find/replace in all database files to delete “localhost” and put in my new url? Since I don’t know what I’m doing I’m not sure making blanket search and replace is good idea.
Forum: Fixing WordPress
In reply to: MIgration from localhost failurethis is what is so weird . . . as far as I can tell it still has all the “localhost” and “root”
I’ve done a search in Dreamweaver of all the files for the url and it doesn’t find any
Forum: Themes and Templates
In reply to: 2 column copy block, or change post column widthResolved.
Forum: Themes and Templates
In reply to: 2 column copy block, or change post column widthThank you to all. I used plugin called “Magazine Columns” and achieved multiple columns which are even responsive. Such a little thing and so hard won! I wish I was a programmer. You guys rock!
Forum: Themes and Templates
In reply to: Determine Theme's image size requirementOk, thanks.
An example of what I am looking for is found in WP theme twentyeleven, where under: Appearance: Header: it specifies that the header image should be 1000 x 288 pixels.
Many themes do not have this spelled out and I’m trying to figure out how to determine what size image should be. Especially difficult in responsive themes because you can’t pull the image out to the desktop to open in Photoshop to check size. At least I haven’t been able to.
Forum: Themes and Templates
In reply to: Determine Theme's image size requirementWhen preparing images in photoshop for proportion and crop to use with a specific theme. I understand that WP will automatically generate multiple sizes and that they can be regenerated when switching themes. I want to know optimum size to begin with. Make sense?
Hi Nisky, I used the plug in. It worked! Thank you so much.
Yes, I’ve the same question. Thanks
Forum: Themes and Templates
In reply to: [Hatch] [Theme: Hatch] Post text area column widthAnyone out there? Change column width in Hatch?
Forum: Themes and Templates
In reply to: [Hatch] [Theme: Hatch] Post text area column widthhttps://darcysinclair.com/learnsixty/patanjalis-yoga-sutras/
I’d like to know how to alter the column width of the post text body block to equal the width of the image area.
Also, is there an organized way for a designer (non-programmer) to learn more about code and how to find and change? Good design can’t manifest without good code. I’d like to learn how to alter code. Suggestion?
Thanks!
Forum: Themes and Templates
In reply to: [Themolio] Header and Footer Options for Themolio?Thank you!