soulscion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove list layout in secondary widgetSorry just worked out it was display: inline. That’ll do for now!
Forum: Plugins
In reply to: [Plugin: Post Page Associator] Thumbnail, excerpt, title template not workingsorted it out, sorry for the waste of space here.
Forum: Plugins
In reply to: [Plugin: Post Page Associator] Thumbnail, excerpt, title template not workingActually, scratch that, I realised the template had been changed and I changed it back to the original, yet for some reason the second news item won’t call the thumbnail image. I looked in Firebug and it doesn’t call the ‘thumb-frame’ like it does for the others. Why is this?
Forum: Fixing WordPress
In reply to: Can't see comments on postsoh, ok it’s fine then I suppose. Have no idea why that is!
Forum: Themes and Templates
In reply to: News Feed on Static Home Page?Hi there.
How did you get the situation resolved? I want to do a similar thing on my site – you seem to have got it working from what I can see of your site.
Please let me know!!!
Forum: Fixing WordPress
In reply to: Assigning secondary menu to one pageOk awesome stuff again thanks so much but I do want it to apply to a page. However when I access that page in WP admin to find it’s id, the url shows: https://preview.screencult.com/wp-admin/post.php?post=853&action=edit
So I am a little perplexed there. Any ideas why that is, or is it safe to have is_page(‘853’) or am I missing something blatant?
Many thanks ??
Forum: Fixing WordPress
In reply to: Assigning secondary menu to one pageAwesome thank you. Sorry to be rather obvious but how would I go about putting it into functions.php?
Also having read the link you provided would it work if I inputted:
if ( is_page('not_yet') ) { if ( has_nav_menu( 'secondary' ) ) { wp_nav_menu( array( 'theme_location' => 'secondary' ) ); } }
for the page I want (the slug for the page is ‘not_yet’). Or is it best to use page id because it comes up as a
?post=853
instead of?page=853
Many thanks.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Changing font colourOmg thank you so much, this has worked a treat ??