storyboutagirl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changing excerpt to full postGot it! Thanks it was in the content.php! Thank you
Forum: Fixing WordPress
In reply to: changing excerpt to full postThe theme is Yoko: https://www.ads-software.com/extend/themes/yoko
This is the search.php file:
[code moderated per forum rules - please follow https://codex.www.ads-software.com/Forum_Welcome#Posting_Code for posting code]
I only see
<?php get_template_part( 'content', 'search' ); ?>
that has the word content in it...Forum: Fixing WordPress
In reply to: Help! Posts showing on Pages instead of pages…PS – I installed WP-Page Navi earlier and replaced:
<div class="navigation"> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentyten' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> </div>
with:
<?php wp_pagenavi(); ?>
As it says to do. I don’t think this is the issue and honestly can not say I looked at a page right after doing that… plus I just de-activated it and it’s still showing posts rather then pages.
The only other thing I have done is edit some of my css. And add a widget for feedburner. Which I also moved to “inactive widgets” to see if this was causing it. I am really stumped!
Forum: Fixing WordPress
In reply to: Not a valid feedOkay, thank helps thanks! Wonder why the wordpress meta widget tries to go to https://simpleillusions.ca/feed. Any other wordpress blog I had it was always the blog URL followed by /feed/ when did it change and why does wordpress give you the wrong feed address I wonder.
Forum: Themes and Templates
In reply to: Header Issues with Yoko themeThat worked! Awesome thanks so much I would never have thought of that as I never went through there to upload it.. .but it makes complete sense now that I think about it! Thank you.
Forum: Fixing WordPress
In reply to: WordPress search only searching the title?I don’t mean what wordpress is displaying on the search results page as far as what it shows when doing a search. It’s not a case of if it is showing the whole post instead of an excerpt it’s the actual areas of the post it is searching through. Right now it seems to only be searching the titles of my posts. So if I have a post and the name Keith appears in the post itself but not in the tags, title or category I can search “Keith” and nothing is found even though his name appears a number of times throughout the post. If I had his name however in my title then it finds something. I hope that’s clearer.
Forum: Themes and Templates
In reply to: Comments Template2.9.2
Forum: Plugins
In reply to: User online plugin upgrade causing fatal errorThank you so much
Forum: Plugins
In reply to: Ajax Calendar days of the weeknever mind figured it out…
Forum: Themes and Templates
In reply to: Validation errorsThank you
Forum: Fixing WordPress
In reply to: limiting access to certain posts without setting a passwordThanks to you both. The first one is pretty much exactly what I need I think.
Forum: Plugins
In reply to: Comment Pluggeranyone?
Forum: Themes and Templates
In reply to: Header Helpas well i want to move the sidebar over a little so it’s not so close to the main body… how can i do that?
Forum: Themes and Templates
In reply to: Linking to archivesI have permalinks set up so linking to my about page I just type in https://storyboutagirl/about/ I thought it would work with the archives but I just get a page not found… So I’m not sure how I link to my archives.
Forum: Plugins
In reply to: Thumbnails not created in nextgen galleryNever mind I figured it out…