In your page template line 42 you will see
<?php if ( is_archive() || is_search() ) : //display excerpts for archives and search. ?>
<?php the_excerpt(); ?>
<?php else : ?>
<?php the_content('Read More'); ?>
<?php endif; ?>
This means that there won’t be a heading on archive pages and the_excerpt doesn’t allow html like hyperlinks (though you could use a plugin “advanced excerpt” to achieve formatting in excerpts)
Related Posts:
- Getting only direct child pages in WordPress with get_pages
- Easiest way to show total number of subpages
- How to hide all child pages with post_query?
- Can I install/embed WordPress on a ‘single page’?
- Posts are not looping through correctly
- Is there anyway I can call the year once?
- How can I put a custom field as the link of a button shortcode?
- why is this content-template not showing any of my blog-entries?
- Loop on a wordpress Page instead of content coming from the WP text editor
- How to get the value of input hidden html from text editor to custom page template?
- Alert Bar section within WP loop is displaying even though there are no posts
- remove post that has no content
- Display category name only once inside loop
- Can’t find infinite loop cause
- Checking array against author id in loop
- How do I Turn This Into An if statement?
- Load wordpress content in other domain
- How Can I use WP_Query to Only Display 1 Post from Custom Post Type if Query Returns Posts with Matching ID in Custom Field
- Checkbox doesn’t stay checked, conten
- Automatic Shortcode Creation with Custom Fields [closed]
- Does wordpress templates always in files or in database?
- post thumbnail, conditions, else wont work
- Widgets in the loop if active
- List posts that don’t have a specific tag?
- Inject class in body when particular page template is used
- Changing the_posts_navigation() html output
- Can we count the WordPress Loop
- Adding wrapper elements in the_date() like in the_title()?
- Get post id within comments loop
- Syntax error when I try to insert my loop into an unordered list? [closed]
- WP_Query fails despite having 1 post
- Show meta box only for default page template
- WordPress template page name displayed on screen
- Add content after the first post in WP Loop
- wp_query get the 2nd post
- Loop stopped working
- How to get post ID in a Page?
- Custom Pagination is Broken
- Display an image if odd number of posts in grid
- How to loop through all the attached images in a post, and get their url one by one
- Display custom field on 404 page outside loop
- I’m trying to create an array with a foreach loop, but the array only stores the last item [closed]
- PHP Warning: strip_tags() expects parameter 1 to be string?
- Store post content in a php variable and output them using for loop
- How to add div blocks after certain set of post
- Echo a shortcode div after every 3 posts
- How to avoid duplicates when creating recent network posts
- How to overwrite orderby with add_query_var
- What file have I to create in my custom WordPress theme to show all the post belonging to a specific category?
- Why in my theme I can’t see all the statics content under the posts?
- Display all pages – in order
- 2nd page displaying the exact same posts as my first page (minus the very first post)
- Is the 404 page automatically displayed if a loop returns nothing?
- How do I remove a category from a wordpress loop>
- Editing a PHP file to include a small text piece on every page
- variable value disappears in a second loop
- Last class on last headline?
- Show recent posts starting at a specific number archive
- get_the_ID() in the footer returns wrong value
- How to get the last category name of a child category?
- Show ACF field with link to ultimate member profile/WordPress user profile below the post (single post layout)
- Short code template + ajax
- WordPress query undefined offset in loop
- How to remove the h6 tag for the entry-category Class
- page-slug.php not working but only for specific slug
- How to pass a variable to get_template_part that’s updated every time the template part is called?
- How to unlink all posts from tracking same amount of views
- Issue with custom loop in Archive page
- Why my loop isn’t working? [closed]
- WordPress loop by meta key that is an array? and how loop multiple arrays
- Only show first image in foreach loop
- use loop to return blog details
- How to get current post category details inside “loop”?
- How to pass current loop data into nested loop
- get_page_template_slug returns incorrect path
- Get all posts as an array ID => Name
- How to get post ID from button and pass title to Modal
- WP Query Leads to 502 Bad Gateway (Timeout Because Query Takes Too Long)
- home.php show blog posts as grid view
- Dropdown menu for categories
- Problem with custom loop and wp_list_pluck [closed]
- WP_Query multiple post results
- Convert Featured products loop into Recent products loop?
- Wpdb get->results to out the the month from the db
- How to add post meta in while loop?
- Echoing a CSS class based on category of post in a list
- Display child page content of a specific parent on home page
- Do not duplicate posts with multiple categories in multiple loops
- Calling function in loop causes repeat data
- Infinite Loop – WP_Query
- How to wrap every 3 posts in a div (and close the last div too) [closed]
- Dividing the loop to style post differently
- Limit tags shown in post
- WordPress call post-ID in jquery
- How to Generate a list of Most Commented post?
- How to extract information from a wp_query result?
- How to pick “full/thumbnail” images in the loop?
- Make a page (url) not cacheable [closed]
- Create Div Wrapper On 3rd Iteration Or When Query Loop Items Run Out
- How to Fix an Archive.php That Displays All Posts?