TonyaOD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: help with displaying most recent post on static pageTested & works great
Forum: Fixing WordPress
In reply to: help with displaying most recent post on static pageOh thank you very much that works fantastically ?? thank you again
I am having the same problem & am not sure why. I have used this plugin before but this is the first time I have installed it on version 3.6 WP. JL – no idea what that instructions means but if someone has any instructions and idea how to fix please help.
Initially I thought changing the theme might help but it didn’t.
I am stuck as I can’t find any other galleries that work really easily & right now am putting photo’s in by hand !
Forum: Plugins
In reply to: [Sociable] add Pinterest to sociable?I was looking on the forum for any queries re pininterest & found this. I am also interested – look forward to update that includes it
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] short codeI was hoping this would answer my question but i notice it has not been answered – did u resolve this ?
Forum: Plugins
In reply to: [Availability Calendar] Multiple Availability CalendarsI will be interested in this reply
Forum: Themes and Templates
In reply to: HELP ! SOS !! My theme stops image plugins from workingLOL sorry forgot about the caps thing although must admit it was a sort of scream that I was feeling so actually it was kind of apt.
Thank you for the advice. I will do some reading up on the function reference library
Meanwhile I downloaded a blank template & am busy reworking it to contain my style code to see if that works better.
All a learning curve here although so far must confess I am mightily impressed by wp ??
Forum: Plugins
In reply to: [Shutter Reloaded] [Plugin: Shutter Reloaded] cant close large pictureIt isn’t resolved but I now know my theme is stopping this from working so I have to work out why
Forum: Plugins
In reply to: [Shutter Reloaded] [Plugin: Shutter Reloaded] cant close large pictureIt isnt working at all. Graphics must resize automatically in firefox – I trashed it & started again & still no good – help
Forum: Fixing WordPress
In reply to: change wording of "no# response to blog post name" above commentsThanks I found it. I created the theme so I guess that makes me the developer LOL. I do have a background in web development but php & wordpress are all new so I am doing the whole thing using tutorials, the wordpress articles & some forum help. Fun eh LOL. So far I am at least getting the basics of what I want now I am just tweaking it a bit
Forum: Fixing WordPress
In reply to: Help with static blog pagethanks for the heads up. I looked for some help on creating a template & worked through it until i had what i wanted
link to easy adaptable wordpress loop template tutorialthis was great – i added a few extras like category filter but it now works fine
Forum: Fixing WordPress
In reply to: no nav controls on my blogsorted
Forum: Fixing WordPress
In reply to: Help my navigation is not paging as expectedI have fixed it. I changed the code at the top to say
if (query_posts('category name=blog&showposts=4'.'&paged='.$paged)) :
It now works
Thanks for setting me in right direction !
Forum: Fixing WordPress
In reply to: Help my navigation is not paging as expectedThat works great – but it now shows all posts from all categories not specifically the categories I want – how do I change that ?
Thanks
This is my code now & yes I had the wrong one I had singular code not multiple
<h4><?php previous_posts_link('<< Newer Entries', 0); ?> || <?php next_posts_link('Older Entries >>', 0); ?></h4>
Forum: Fixing WordPress
In reply to: no nav controls on my blogI tried that & at least have now learnt how to show title, author, date etc etc & am just looking into paging now