They’re not clickable because that output doesn’t include any of the post permalinks. You can try this:
By <?php the_author_posts_link(); ?> on <?php the_time('F jS, Y'); ?> in <?php the_category(', '); ?>
<?php
$post_id = 1;
$queried_post = get_post($post_id); ?>
<h2><a href="<?php echo esc_url( get_permalink( $post_id ) ); ?>"><?php echo $queried_post->post_title; ?></a></h2>
<?php echo $queried_post->post_content; ?>
That should get the title working as a link for you.
To explain, you have set the post ID using $post_id = 1
, so using get_permalink( $post_id );
you can get the URL for the entry. Inside your <h2>
you just add an <a href="">
and wrap the title with it.
Hope that helps.
Related Posts:
- count() parameter must be an array or an object that implements countable in laravel
- Allowed memory size of 268435456 bytes exhausted (tried to allocate 7146491840906359738 bytes)
- Receiving Stripe Webhooks on a wordpress website
- Sorting list of sites from multisite network using wp_get_sites
- Remove Customize Background and Header from Appearance admin menu without CSS or JS
- How to validate WordPress generated password in DB using PHP?
- PHP XMLRPC for WordPress: Adding meta tags and description
- How do I get the author’s page url from their ID?
- Correct use of curly braces vs alternative synax
- Missing Author Information
- How can I set custom order use this function
- How to set a link different behavior for logged and non-logged user?
- How does WP detect format type (and can I make use of this)?
- Check if Product is in a Specific Category in Functions.php
- How to generate HMAC-SHA1 signature to use with WP REST API and OAuth1
- How to send user data in json format to another server when user register on wordpress site in PHP
- Ajax form submit within a Post Metabox
- How to create and work with custom data / tables (i.e., for arbitrary data)?
- How to Display Image Meta underneath EVERY image in EVERY post
- Trying to implement Ajax comments in WordPress, getting WP error
- Fetch posts from category in custom page template
- How do you use WP slugs for PDF files / media?
- Nesting if statements to echo only one string based on what tag was filtered?
- How to properly loop through these external URLs to get them into the sitemap using this hook
- Set the checkbox as checked by default at options page
- Input type search in Menu
- If no products are on sale – hide ID or class
- Custom shortcode outputs plain text instead of HTML at top of post
- how can i use $_COOKIE[] + PostID to execute the below code?
- Gravity form built in Captcha
- Autocomplete search box
- How do I display the main domain for my WordPress install?
- Fetching instagram api not working on wordpress
- add_theme_page to add_menu_page theme options convert
- WordPress Scripts Being Loaded in Footer
- Jquery function working in Dev Console but not otherwise [duplicate]
- Headers already sent in Pluggable.php / homepage and wp-login error
- Unique session WordPress
- get the correct url for an folder in wp-includes wordpress
- Can i put my shortcode inside a variable in php files?
- How to fix “Object of class WP_Term could not be converted to string”?
- Started getting warning message following host’s PHP upgrade
- Only show image from custom field when present
- Upload multiple files in randomly generated folder using wp_upload_bits
- Loading two post layouts for the same post with different url
- How do I populate custom field with current user role in Woocommerce [closed]
- Large WordPress CRON job
- WordPress query undefined offset in loop
- Parse error: syntax error, unexpected ‘}’ [closed]
- Personalize checkout text
- When echo follow Ajax button inside Ajax pagination template not working?
- jQuery Ajax PHP function call returning [object Object]
- Add category to post meta
- In WordPress, I want to run a loop to get posts in tabular format
- Nginx WordPress and another Web app URL structure
- Can I remove or edit an include() from a function with a filter?
- Get URL of Featured Image After wp_insert_post()
- WP_Query() load selected post
- custom stripe plugin
- WordPress time queries
- I want to include a particular word into the excerpt of every posts of a custom post type. How can I do that pragmatically?
- Disclaimer that will show every refresh of the page
- Send an e-mail on address with the link with disliked post
- List sub categories and corresponding posts of a parent category
- Woocommerce My acount page
- How to add a CSS class to this php code [closed]
- population category dropdown and sub category onselect
- Search by date in WordPress
- Trying to add some custom text into WordPress Post title via function.php
- wp_update_post gives 500 internal error
- Site cannot access external connection
- Call WP Rest-Api to GET /users/me returned NOTHING in console
- How can I remember an action taken by a logged in user?
- Script to generate pages – taxonomies not loaded
- cant insert data in a custom table in phpmyadmin
- Invalid Argument foreach
- How to Link to category titles if it is in the single post content?
- How to add a PHP scripts into WordPress
- wp_set_object_terms returns 500 error when called through AJAX function
- How do I send a POST request with params with WordPress REST API
- Create custom admin page with custom text fields
- How to generate customized filtered output for the gallery
- Editable Student file associated with basic User ID
- Multisite – Display different header content based on which site is accessed
- List categories assigned to a post
- Call get_template_part() custom permalink
- How to set the plugin load order when updating the active_plugins option?
- Display Year and Month from custom field + Age Calculator
- php string inside shortcode does not work
- No Authors for custom post type
- Nav Menu Display
- WordPress & PHP sessions
- How to pass username into form that sends data to database
- How to add pagination for wordpress home page
- which php or css file has generated an inline style in WordPress that overwrites my css
- Change body_class() PAGE to HOME
- Pagination 404 on my index.php
- WP Fatal error: Call to undefined function get_template_directory_uri()
- Pull latest Youtube Video from json url and make new post
- PHP $_SESSION array – only showing current index