manythingsme
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: YouTube Shortcode not workingAs you can see in the sample link provided, that’s not the issue: http://www.viralcatholic.co/uncategorized/test/
The shortcode isn’t working at all.
Forum: Fixing WordPress
In reply to: YouTube Shortcode not workingThe YouTube shortcode is supposed to accomplish this:
To specify a start and end time for a video, do the same as the above but add the end time as shown:
[youtube https://www.youtube.com/watch?v=WVbQ-oro7FQ&start=75&end=500]Again, the shortcode is not working at all. I’m wondering if this is a bug or if I’m doing something wrong.
Forum: Fixing WordPress
In reply to: YouTube Shortcode not workingI appreciate that many people don’t go to Google first before asking for help, but I’ve already spent hours scouring the internet for an answer.
In short, I don’t want to use an iframe embed code, as that’s giving us problems with mobile responsiveness. I would like to use the YouTube shortcode as described here: https://en.support.wordpress.com/videos/youtube/. I have Jetpack/Wordpress.com, so this should work flawlessly, but it isn’t.
Any ideas?
- This reply was modified 8 years ago by manythingsme.
Forum: Fixing WordPress
In reply to: YouTube Shortcode not workingThanks Steve! This helps set the start point, but it doesn’t allow me to set an end point.
Forum: Fixing WordPress
In reply to: Query Posts by Tag Within PostThanks for the suggestion of using Widgets on pages…I ended up finding “posts By tag”, a plugin which does exactly what I need it to do (though, for some reason it screws up the “read more” button. Thoughts?)
Thanks for your help!
Forum: Fixing WordPress
In reply to: Query Posts by Tag Within PostCool, thanks!
What code do I need to use to display all posts with a certain tag? I tried the code above, but it didn’t work. :/
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageOk, I think I’m going to use the code I have, and then use a jquery pagination…I wish the PHP had worked out. :/
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageNope, correct template. Is it possible that the code is relying on some sort of code in the functions.php file that isn’t there? I made the theme I’m using from scratch. Perhaps that’s it?
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageOk, here’s the full code.
Perhaps I need to have something in my “functions” file that isn’t there?
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageI made the change, but I’m still getting an error on line 33, which is much further up. I think it’s the
‘$rows_per_page = 5;’
line. Thoughts?
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageIs this what you mean?
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageHere is the error in question:
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageOk, I went ahead and took the code from the website you linked, and then substituted my codes in the areas you described.
My page wouldn’t even show up (error code). I went ahead and, for kicks, got rid of my code all together and just simply used the code on the site. Again, I got an error code.
So, I’ll rephrase my question. How do I paginate an array of pages?
Forum: Fixing WordPress
In reply to: "Next" button on "get pages" pageHow do I implement this? To I add it after my last line of PHP, or what?
Thanks!