![]() |
Hi! I use wordpress with headway themes.
I would like to deactivate the links of the featured image and the blog headline of an entry targeting to the single post view. Is this possible? I just use the blog to show photos with a headline. There is no need to see it as single. Is this possible with css? and if yes, how??
http://alpha.restaurant-richard.de/kuche/
Solution - 1can you provide me login access to your site Solution - 2Not possible with CSS. We would need to see your theme files. Solution - 3You need to modify php files header.php and either index.php or front-page.php or home.php need to check in your theme files Solution - 4You have to delete the anchor references in loop (index.php or loop.php of your theme) to http://codex.wordpress.org/Function_Reference/the_permalink the_permalink and the echo to the URL of thumbnail: wp_get_attachment_image_src. |
Wordpress |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 8 |