WordPress object for comments frame [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the … Read more
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the … Read more
I’ve inserted a WP_Query in my single.php template to show the last 12 posts of an author. Everything works ok, the 12 posts … Read more
I have created a post type and I am trying to create a single page for that post type, I am creating a … Read more
I have the following code in my single.php file: <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); next_post_link(‘%link’, ‘Next’, … Read more
The title might be a bit vague while I’m not quite sure how to describe it. What I want: At every single post … Read more
I have a template like this: page-movie.php taxonomy-movie.php taxonomy.php and I am using the get_term_link() at page-movie.php to list and link from the … Read more
I’m using sub directories for my WordPress multisite, posts are controlled with single.php. How can instruct single.php to use a different header and … Read more
I’m looking to insert a function which is otherwise denoted as a WP shortcode. The page is failing to display entirely when this … Read more
I have to load multiple posts on a single page. The situation is different. The client ask to reorder the posts, that the … Read more
We need to style a single page differently depending on what user journey you take. Currently we have event posts listed in WP, … Read more