tag

priority of excerpt vs more tag

Hey, I have been using GP for about a week now and am very happy with it in general. However, there is one thing that bothers me which is the priority of excerpts. So: I start with setting the [Layout] => [Blog] => [Content] => [Archives] => [Content type] option to “Excerpt” (I want to … Read more

Show a specific Tag

Ok Tom and team, I have a challenge for ya’ll (at least it has been a challenge for me). A little background first. I’m trying to make my site a bit more dynamic (hence less work for me) by using elementor`s Post Widget, which gives me a query choice of showing Categories and Tags. Here … Read more

Remove commas between tags on post

I was wondering if it’s possible to remove the commas (“,”) between tags at the bottom of a post… I saw a couple questions on here that ask similar, but it also removes the commas on the categories listed. I tried to disable tags through layout > blog, and then insert after content using if … Read more

Dynamic Page Header in single post depend on Tag

I want to use one page header per each Tag. Example: All post tagged as “Barcelona” have one page header and all post tagged “Bangkok” have another. It posible? I dont find the way.

Custom filter for a specific tag archive

Hi, We are using 2 tags for our list of post and on a specific tag archive page, we would like to display only the pictures from the post. Is there a way to add a filter in the Code Snippets plugin that said something like: if archive page && tag=XX disable title and excerpt … Read more

How to Add Title to IMG tag on Single page?

Hi, How to add Title tag in IMG tag on Single post page? I want right after https://puu.sh/xxIe6/27593a3458.png . I tried restore-image-title.1.5 plugin, but id did nothing. Let me know!

PHP filter in GP Hooks for posts with a certain tag

Hi, in GP Hooks, I’m using PHP filters to add text after the content on posts of specific categories. For example, <?php if ( in_category( 'calls-for-submissions' ) && is_single() ) { ?> What do I do if I want to add content on posts with specific tags? Would it be in_tag instead of in_category?

HTML tag of main title

Hi Tom, on my website I want to use the H1 tag for the main title when the front page is shown, and the P tag when another page is shown. For SEO reasons. I created a child theme to accomplish the same, but then came across the following code, from which I see your … Read more

add-on 3d tag cloud –> error

Hi Tom, perhaps you can help me with that…? I’ve just installed the plug-in “3d tag cloud” and activated it. I wanted to change parameters within the dashboard and got the following error message: Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_captcha_general_options' not found or invalid function name in /homepages/33/d91710804/htdocs/clickandbuilds/sven-koeck.de/wp-includes/plugin.php on … Read more