Questions tagged [custom-content]
The custom-content tag has no summary.
39 questions
0votes
0answers
25views
How to create advanced custom fields for backend content
Is there a straightforward way to create custom fields for module-based content on WordPress? Example: User Creates page Creates Page content sections through forms Row 1: Column 1 - Content A ...
1vote
0answers
60views
can i custom rendered content from API?
I'm trying to customize a table that comes from posts. I'm making the request through the wp-json/wp/v2/posts/id API. Within this publication I have a table that I would like to customize. Can someone ...
0votes
1answer
247views
Show dynamic list of products from custom api of another database under same host
This is the time of question where I don't know even where to start, so i'll describe what I have and what I want, so that someone maybe could give me a direction to go. I'm not asking for code, just ...
1vote
1answer
404views
Run plugins only on certain pages
I want to use my personal plugin only in some pages. If I remove the add_action function ('the_content', 'my_plugin_content'); the plugin does not show me the content of the other pages that are not ...
1vote
1answer
88views
Theme Development: Starter Content after hook
I'm making a Wordpress theme that generate placeholder menus using the theme support "starter content". I read the documentation and is very vague: https://make.wordpress.org/core/2016/11/30/starter-...
1vote
0answers
40views
How to create a seperate commenting system?
I'm planning to add a question and answers (custom post type) to my website. I already use my default WP comment system on my posts. Now I want a custom content type for my question post type to be ...
0votes
2answers
76views
Custon Content within WordPress Loop
I have created a WP loop to display Services from 'Services' Custom Post Type: Here is the code: <?php $services_loop = new WP_Query( array( 'post_type' => 'service', 'posts_per_page' =&...
0votes
1answer
670views
Dynamic redirect
Using PODS, I created a content type "sorteio" (lottery). I made a routine in functions.php to create the title automatically and, after creating the first record, url looks like this: http://...
0votes
1answer
47views
How to create new content type and flushes rewrite rules without visiting the permalinks page?
I could not found a realiable way to create new content type and allow the permalink structure works. Every place where someone wants to let the permalink structure works to a new content type in ...
0votes
1answer
220views
Creating content using wp-admin pages
This may seem like a noob question but I think I have entered the wordpress world from the "wrong side". I have made an custom template where I added for example home.php, about.php and the pages I ...
0votes
1answer
153views
What's the best way to manage sections on a page?
I bought some long time ago an HTML theme which was an one-page template, however I'm changing it to be a multiple page, for SEO reasons. Then, my homepage has a lot of sections, containing slideshow, ...
1vote
1answer
474views
Load dynamic content in a wordpress website
is there a way to load a page content ( or an element ) from a page into another one on a same Wordpress website? For example, if I had a page with some links would it be possible to make a specific ...
0votes
3answers
11kviews
displaying content of custom post type
I have a following code for the custom post type, and I want to display the content of it inside the loop. $args = array( 'post_type' => 'gallery', 'posts_per_page' ...
0votes
3answers
97views
Reusable and site-wide content that can be used in a theme
Goal: To define content (phone number, address etc) in the admin area that can be used (called upon) in a theme. Context: I am making a theme for a multi-site where every site will look the same, but ...
0votes
3answers
2kviews
writing posts in indian regional language (Punjabi)
I am trying to create a post in Punjabi Language . But when i try to paste punjabi text into the editor , the language automatically gets converted to English. I tried using the Google Translator ...