excerptquestion
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Shortcode shows in Gutenbergwould like to know that to. did you manage to save the page with the shortcode?
Forum: Plugins
In reply to: [Carbon Fields] query post based on carbon field relationshipThanks for the answer, but I switched to a different system a week ago.
Forum: Plugins
In reply to: [Carbon Fields] query post based on carbon field relationshipbump
Forum: Plugins
In reply to: [Carbon Fields] Hiding fields to the clientcouldn’t you just remove the definitions of the fields? the value you assigned is stored as post meta and should not be lost.
Forum: Plugins
In reply to: [Postie] Ignore mail state not workingthanks for the info.
i read up on the protocols and it seems to be something pop cannot do making it a problem that cannot be fixed. therefore you should add that info to the description of the option. something like “(IMAP only)”.
Forum: Plugins
In reply to: [Carbon Fields] two fields next to each otherfound it. it’s not a special field like i thought.
you have to use:
Field::make( ‘text’, ‘test’, ‘text’ )->set_width( 50 )Forum: Fixing WordPress
In reply to: linking to a query that is using both a category and a taxonomythank you for tha answer, but that is not exactly what i want to do.
if i open mysite.com/category-name the file archive.php is used by wordpress to show a query for category-name. as far as i know the query is not inside archive.php so it must come from somewhere else.
if i would make you a query like you suggested i would need another php file for that. like custom-query.php that contains my query. this however is not feasible because it would require a lot of work for something wordpress could do itself (at least i think it can).
let’s say i have a site about move reviews. someone checks the taxonomy or category called “horror”. on this site there should be a link to all reviews about horror movies or all news about horror movies. the same for every other genre. i think this would be easier with categories (hierarchical taxonomy) but that would limit it’s flexibility.
Forum: Fixing WordPress
In reply to: set the excerpt from phpNo. As indicated by the title I am trying to SET the value of the excerpt. There is a get_the_excerpt, but no set_the_excerpt.
Why is that?