Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
breakofdawn
tagDiv Member

Everything I tried had the same problem. I just removed the block and redid it from the beginning. It seems to be working now.

breakofdawn
tagDiv Member

I have the same problem with Block 12. I’m showing the most recent posts. When I click “Load More” it repeats the same most recent 5 posts over and over again.

Here are my filtering settings, I have 20 posts that it is pulling from.

URL is http://www.gustavoarellano.org, problem is the “Recent Posts section under the big slider.

breakofdawn
tagDiv Member

I don’t have any problems coding my own solution, but your theme doesn’t follow the WordPress codex for registering post formats:

Themes need to use add_theme_support() in the functions.php file to tell WordPress which post formats to support by passing an array of formats like so:
add_theme_support( 'post-formats', array( 'aside', 'gallery' ) );

Where are you defining the video post format? Plus, it’s not like this is all a custom solution, these post formats are built into WordPress by default.

Viewing 3 posts - 1 through 3 (of 3 total)