Laura Fischer
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Duplicated YARPP on postIs there a manual code reference in the docs somewhere? I’m trying to move them to a sidebar instead of at the bottom but not sure what the manual code is.
Thanks!
Forum: Hacks
In reply to: Use radio value from $wp_customize->add_control in functionThanks! $skin was already grabbing the wonderfort_theme_options array so using
$skin['colour_scheme']
did the trick.Thanks!
Forum: Hacks
In reply to: Use radio value from $wp_customize->add_control in functionOops, all of the ‘wf’ in the php is actually ‘wonderfort’, just forgot to edit it out of the last lines.
Forum: Fixing WordPress
In reply to: Use custom taxonomy value slug as class on articleThanks Shellbot.
I ended up using:
$terms = get_the_terms( $project->ID , 'service' ); if ( $terms != null ){ foreach( $terms as $term ) { print $term->slug ; unset($term); } }
Just learning php so maybe not the best way, but it’s working for what I need.
Thanks, I had tried that but I guess I missed Post Miner. It was the culprit.
Thanks Kevin. I tried an older version but the issue still shows up. The test post is private but if you pm me at laura [at] porterandstout [dot] com I can send you the login info.
Thanks so much for your help!
Forum: Themes and Templates
In reply to: User Selected Header ImagesDid you ever find any solutions? I am working on the same thing right now.
Here is an okay article about creating an admin page for your theme: https://blog.themeforest.net/wordpress/create-an-options-page-for-your-wordpress-theme/
But I’m still working on the function for uploading a header image.
Forum: Themes and Templates
In reply to: can’t get the page with all the posts to displayBlah, I figured it out.
I had home.php and index.php uploaded but forgot about the home.php. It was using home as the template for the posting page, I deleted it and it’s fine now.
Forum: Themes and Templates
In reply to: can’t get the page with all the posts to displayYes, the Home page is set as the static front page and the Find a Truck page is set as the Posts page. I have tried using the Default Template and Index and neither work.
Forum: Themes and Templates
In reply to: can’t get the page with all the posts to displayTypically, the index page displays the most recent posts, but I cannot get any page to do this.
The Find a Truck page should be the one with the ten most recent posts. The text that is currently there:
Welcome:
Some english content
Some spanish content
is not anywhere in my template or an entry in the page content. I am not sure what is going on or how to fix it.
Forum: Themes and Templates
In reply to: can’t get the page with all the posts to displayOops, forgot the link https://prefittrucks.com/find-a-truck/