Thanks for these, you seem to be one of the few people on youtube who both knows their stuff really well and also relays the information clearly and concisely. Not to mention you are covering some very useful things, I find that most people seem to only go over the very very basic things that everyone else also does.
@dimeJasonSatch11 жыл бұрын
I watched few paid videos on wordpress and I gotta admit this is the best. Can you please teach us how to put up sliders and portfolio items in wordpress site ( you're theme is more of bloggish, people wanna make single page-ish themes more.)
@nasim7868 жыл бұрын
Love these tutorials! I did the bootstrap series first, and this was a natural followup. Running into a problem, though. I created the "single" page, but it does not pop up for when I click on the article title on the index page. Any ideas?
@lancasja10 жыл бұрын
Awesome videos! A little fyi.. the date didn't format correctly for me. When searching the documentation I found that using will display the post date according to the date format you specify in the admin panel (Settings > General). codex.wordpress.org/Theme_Development
@EthanReese10 жыл бұрын
Awesome video thanks for taking the time to help out us weekend warriors
@muthukumara87058 жыл бұрын
Thank you, Excellent tutorial moreover simple and easily understandable tutorials.
@anomac10 жыл бұрын
These are fantastic. You make it understandable
@999avishek10 жыл бұрын
after writing the code for post on the right column, the whole page vanishes including the header and footer, If i remove the right column, then it works fine. Don't Know whats wrong with it. Please help.
@Ghostflasher11 жыл бұрын
great work! thx very much for your tuts!
@MarcoCalcanti10 жыл бұрын
After you've made the upper menu , don't you need to use a wp_nav_menu ?
@MrPhantomby9 жыл бұрын
For some weird reason this displays pages instead of posts in the col-md-10 div.
@jeanpineda149 жыл бұрын
Tom "PhanTOM" Regan agree
@loopafox9 жыл бұрын
great video, this helped me understand it really well.
@joemorgan1178 жыл бұрын
index.php works as expected when it loads and shows all posts but when I click on a category on the home page, no posts appear for the selected category. I have set up a post for each category in WP admin. Any idea what I've done wrong?
@skrillexsn10 жыл бұрын
Guys i need your help in every post i put a picture and i need it to show automatically and smaller in the left of the title
@MrBledi10 жыл бұрын
getbootstrap.com/components/ digg here
@mikestvfilmreviewsundisput5299 жыл бұрын
I'm having trouble getting my category list to display. It shows "Uncategorized" when I refresh the code. Can anyone direct me to a wordpress guide that shows how to set up the category list?
@Thaulopi10 жыл бұрын
Unfortunately, this code does not work for me. I get this error Parse error: syntax error, unexpected 'endwhile' (T_ENDWHILE) in D:\xampp\htdocs\wordpress\wp-content\themes\mytheme\index.php on line 23
@Thaulopi10 жыл бұрын
Where does this data in the panel come from? It is not in the header nor in the footer?
@lancasja10 жыл бұрын
They are the categories you've specified through the admin panel (Posts > Categories). It seems they'll only appear if there is at least one post in that category.
@Thaulopi10 жыл бұрын
Cheers mate
@rolandsjegorovs8610 жыл бұрын
title_li= is not working for me. Still displaying as cat_items. Can somebody help please?
@soultouchingsongs10 жыл бұрын
Excellent! Thank you very much..
@Alexraz0111 жыл бұрын
thanks!
@webprogramming270710 жыл бұрын
thank you so much
@jorgepop86909 жыл бұрын
who have problems with the_autor(); soluction is this: Posted
@bctloaded98510 жыл бұрын
Usually I don't complain, but how is this a tutorial really? You refuse to explain anything, all you say is "put this there, and do it because I said to"... You throw all the bootstrap shit in without explaining any of it, this is not a tutorial, but a demonstration of your ability. Luckily I myself know bootstrap. What I was hoping to learn was the wordpress API.
@cupofkoa10 жыл бұрын
I suppose the assumption is that you're already familiar with web languages. I've never used wordpress in this way but it all seems rather simple if you pay attention to the php function calls that he is embedding. If he explained in any more detail this tutorial would be a bit lengthly and annoying.