In10se
Forum Replies Created
-
Here’s the code you can use:
MultiPostThumbnails::the_post_thumbnail(get_post_type(), 'secondary-image', get_the_ID(), array(130,130));Worked for me 🙂
Forum: Hacks
In reply to: Can't reload after "Delete"Hi bcworkz,
I would LOVE to use AJAX – but as I already said, I really don’t know how to use it 🙁 Maybe I should practice it a little bit – it’s very useful in general.
But thanks for your answer anyways, I appreciate it 🙂
Forum: Hacks
In reply to: Can't reload after "Delete"Update:
Well, I’ve read that AJAX can do the trick.
But since I’m not familiar wit AJAX (what so ever) – I would prefer the “correct” way, if you can put it that way.I’m really running out of ideas.. 🙁
Forum: Hacks
In reply to: adding author name to blog post in templateHi dcumberland,
Are you using the tag within the loop??
And/or have you tried this:https://codex.wordpress.org/Function_Reference/get_the_author
Forum: Hacks
In reply to: Facebook Like Box Pop Up: Help Needed!If you’re talking about the Facebook popup, you can hide it with some CSS, as bcworkz says.
But instead of “dragging” it out of the picture, why not simply hide it?
Add this to your header.php before the </head> tag:#facebook {visibility:hidden;}Until you find another solution.
It should hide it until you need it again 😉Forum: Plugins
In reply to: Load page after submit/deleteReall? No replies? :(((
I really need some help here.. :/