Thank you
https://www.ads-software.com/plugins/list-category-posts/
]]>Thank you
https://www.ads-software.com/plugins/list-category-posts/
]]>I do use the more tag, but even so, the exerpt is much shorter and includes far less text. Is there any way to see where the problem lies from a look at my website?
https://taleofthegreat.com
Thanks for any help!
]]>I also want to add, I am not a person that would know necessarily where to even find this.
I have done this: Dashboard ? Settings ? Reading , yet nothing has changed.
I can do the page break, but then the thumbnail photos does not show up. This is my site that I am working on.
https://keeleyrankin.com/category/blog/
Thanks!!
]]>Thanks in advance
]]>This is my first message and first i have to say sorry my bad english, but i try explain my problem.
I have a multisite wordpress with twenty eleven theme and i use thumbnail for excerpts plugin and it`s good plugin, but problem is image scaling to frontpage.
Frontpage show 12 thumbnail and if it`s possible to get scaling working, then frontpage size smaller maybe 2-3mb and of course loading speed going very fast.
Now its only scaling thumbnail if i write a post from my (example: domain.com) but if i write a post from (example: multisite.domain.com) then it
s not scaling thumbnail. Thumbnail file size is same than what it`s in post page.
Can i do some css tricks to thumbnail for excerpts plugin or what is best way to do scaling?
]]>https://www.ads-software.com/extend/plugins/feature-a-page-widget/
]]>How do I do so? The link to the site: https://tjensomung.dk
Thanks in advance,
Knuth Becker
I commented-out those lines:
// retrieve last n blog posts
$q = 'showposts='.$instance['numposts'];
until just before
query_posts($q);
and replaced it by
query_posts('tag='.$instance['extag']);
$extag = get_query_var('tag_id');
query_posts('tag='.$instance['tag']);
$intag = get_query_var('tag_id');
$q = array(
'showposts'=>$instance['numposts'],
'cat'=>$instance['cat'],
'category__not_in'=>$instance['excat'],
'tag__in'=>$intag,
'tag__not_in'=>$extag,
);
Furthermore, I added after the lines
$instance['cat'] = $new_instance['cat'];
$instance['tag'] = $new_instance['tag'];
those new lines:
$instance['excat'] = $new_instance['excat'];
$instance['extag'] = $new_instance['extag'];
And after the line
<?php wp_dropdown_categories...
I added the lines
<p><label for="<?php echo $this->get_field_id('excat'); ?>"><?php _e('Exclude category: '); ?><br />
<?php wp_dropdown_categories(array('name' => $this->get_field_name('excat'), 'show_option_all' => __('Exclude none'), 'hide_empty'=>0, 'hierarchical'=>1, 'selected'=>$instance['excat'])); ?></label></p>
and after
<br /><small><?php _e('Enter post tags separated by commas (\'cat,dog\')'); ?></small>
</p>
I added
<p>
<label for="<?php echo $this->get_field_id('extag'); ?>"><?php _e('Exclude tags:'); ?></label>
<input class="widefat" id="<?php echo $this->get_field_id('extag'); ?>" name="<?php echo $this->get_field_name('extag'); ?>" type="text" value="<?php echo $instance['extag']; ?>" />
</p>
That was all.
https://www.ads-software.com/extend/plugins/recent-posts-with-excerpts/
]]>I have 3 WP sites and this site just doesn’t let me share on Facebook. It gives me these weird vertical photos and NOT excerpts! No one is clicking my posts! HELP!!!!
I’m a debugger FAILURE! I cannot figure out what this thing means! Is the debugger supposed to “debug” the problem or am I supposed to hire someone to do it for me???? I can’t figure out this stuff and what’s causing the errors with getting a simple post on FB.
Thank you!!!
]]>