How do I re-enable oEmbeds for links to posts?
I am struggling to figure out how you killed them off in the first place (and why you would want to).
]]>Comments are not showing up on post pages.
It looks to me that you just refuse to show non-paginated comments.
<?php } elseif ( ! comments_open() && post_type_supports(get_post_type(), 'comments') ) {
return;
} // endif
Am I reading that right?
]]>I have had to disable the Jetpack like button as it produces an ugly 404 iframe with this theme only.
]]>Any page with a post-list
shortcode fails to load.
After I noticed that breaking news was only showing content from the uncategorised category, I changed my default category to another one. The result was that nothing was showing up.
I traced the problem to a function called ad_mag_lite_top_headline()
which has a few curious things going on. For example, $arr_cat
is set as an array with an item in it. After an if that will always return true, it is cast as an array into $cats
just before an if where the test is $cats not empty.
To hack a fix I commented out the if and the if not empty code so that it ran as if the if had returned false. This gave me the most recent posts on my theme.
At a guess, I assume that I should be able to select the category for “breaking news” but I could not find any option that would allow me to do that.
]]>Hello. I am brand new to WP and need some help. I am trying to stand up a clean little site for a small business friend of mine. I am trying to learn how to use WP and customize it at the same time. The template I am playing with right now is Ad Mag-Lite.
Anyway, I want the front default page to show a static article at the top so they can easily add any new news or announcements. Then under that I want to be able to have other articles as the see fit, most likely showing inventory and such they are selling.
I have 2 pages and 2 articles written to test. The front page is only showing the excerpts for the 2 articles and I want to be able to see the whole articles, like I said above. I would rather not edit any code for something so simple if I can help it. How can I make the change?
Like I said, I want a full static article at the top, and then other full articles listed below, like as a history.
]]>youtube, twitter embedded code is not working. I was able to post and view video in editor but in front end i can’t find the video.
]]>Hi how to set this up as it doesn’t look anything like the demo except for the header and footer.
I can’t see any styling of the category names etc. it looks like it is missing something.
Thanks