Can you please help me, how to show excerpt instead of full post in categories?
I dont want to use button “Read more” because I already have too many posts…
I think I have to change something in archive.php, but I am not really sure what…
Thank you.
]]>Hi
I am using the theme which have following details
Theme Name: Shaped Blog
Theme URI: https://shapedtheme.com/wordpress/themes/shaped-blog-responsive-personal-wordpress-blog-theme
Author: ShapedTheme
My issue is that it is not showing scrolling in the chrome browser.Please provide me solution as soon possible.
My website url is
https://depthblog.com/
I know it’s been a few months since anyone posted here – so not sure if I’ll get a response or not. ??
So I’ve just started using this theme. Hasn’t been updated in a while but I really like it, nothing else out there quite the same.
What I cannot work out is how to make any links I place in a posting actually stand out. So for example, a post here:
https://maddening.uk/2016/05/17/google-play-music-amazon-music-itunes-so-much-hassle/
There are three links on this page going to Google, Amazon and Apple. They all work and open in a new tab as I’ve selected. However if you go to the link and look, you’ll see that you don’t know there is a link there until you move your mouse over it. Is there a setting anywhere within the theme that allows my to customise the link – so it could be a different colour or my preferred option, to be able to underline it?
Thanks if anyone is still reading here!
Paul
]]>[deleted]
]]>When a new post is displayed on the main page, only the h2-caption is clickable and leads the users to the entire post. Since people love clicking on images, I wanted to make the featured image of each post a clickable link, too.
this seems to work (solution found here, and I applied it, honestly without really knowing what I was doing ??
edit the themes/shapedblog/content.php and add a link to the existing code.
find:
<?php the_post_thumbnail('shaped-blog-thumb', array('class' => 'img-responsive')); ?>
replace with:
<!-- added a href link begin //-->
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail('shaped-blog-thumb', array('class' => 'img-responsive')); ?>
</a><!-- featured image as Link end //-->
]]>
Hello!
I have installed the theme today, and I think I am going to like it! :o)
In the original version, it seems like you can either display a logo image in the upper left corner, or have the blog’s title and description text displayed.
I wanted to have all three displayed. This was my solution:
Go to Theme –> Design –> Editor –> header.php
replace
<?php if(get_theme_mod('shaped_blog_logo')): ?>
<div class="logo">
<a href="<?php echo esc_url(home_url()); ?>"><img src="<?php echo esc_url(get_theme_mod('shaped_blog_logo')); ?>"></a>
</div>
with
<?php if(get_theme_mod('shaped_blog_logo')): ?>
<div class="logo">
<a href="<?php echo esc_url(home_url()); ?>"><img src="<?php echo esc_url(get_theme_mod('shaped_blog_logo')); ?>"></a>
</div>
<div class="text-logo">
<a href="<?php echo esc_url(home_url()); ?>"><?php bloginfo('name' ); ?></a>
<p><?php bloginfo('description' ); ?></p>
</div>
If you now upload your logo.png (or .jpeg or whatever) in the “General Settings” of the Theme, the blog’s title and description will be displayed as well. The font size may be adapted in the styles.css ( “.text-logo a” and ” .text-logo p”.
The only thing that would work even better for me was if the title and description were to be displayed right of the image-logo, if the screen is big enough. For small screens title and discription could be displayed right under the image.
With the code suggested here, title and description are always under the logo image.
Is there anyway to remove tags on the post page for the Shaped Blog theme?
Thanks in advanced.
]]>How can I make the header fixed so it remains visible when scrolling?
]]>Is there any way I can remove the featured image on the home page?
Also, is there a way to resize the featured image if I wanted to keep it?
]]>You don’t have child-theme support for /includes/template-tags.php
functions.php
require get_template_directory() . ‘/includes/template-tags.php’;
Please use locate_template() or get_stylesheet_directory.
]]>I love this theme for my site but even trying with different WordPress installations I noticed one big flaw with the theme.
Please look at the page titles on my site it keeps on repeating even on the other pages as well https://hara.kim/
]]>I dont want to show full posts on homepage, but instead show only summary of each post. Can this be achieved?
Thank you
]]>