Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
*I am creating a site similar with stackoverflow Can anybody help me out for this problem .
I have created my custom content type along with the views but cant know what should i write in this field in "
You are here
Home » Administration » Structure » Views" of the drupal site.*
Please see here for instructions on how to build stack overflow in Drupal:
https://drupal.stackexchange.com/a/24814
It also looks like you could use a views tutorial:
http://www.youtube.com/watch?v=5MSr3UnRkPI
Good luck!
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new to wordpress and i need to create a plugin using wordpress. Can you say defaultly how much files I need to create for a whole plugin and how it works? Can you with one example.. Advance thanks
Here i found a guide, may be it can help you in differentiating Actions & Filters
Beginners guide for Actions & Filters
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I keep trying and trying but I have no idea what the issue is.
Linked is a picture of my code showing the source code and directory structure of my site.
Got answer thanks
You need to move your index.html page to your Websitename directory. Currently your page is trying to find the css directory inside of the img directory and of course it doesn't exist there.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I use plugin UserPress for WordPress in my site with Advanced Custom Fields.
I don't understand how i can insert in front-end wiki's forms Custom fields for registered users.
The docs for UserPress is very poor.
Thanks.
Here's a link which explain how to add Acf in front end form : http://www.advancedcustomfields.com/resources/create-a-front-end-form/
Make sure that you used the good version of tutorial acf_form ^^
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anybody know a way to make wordpress act like stack exchange?
reader accounts
thumbing up and down posts
ability to edit posts
ability to add or remove keywords
SE markdown
etc.
Yes you can make it. There might not be exact plugin to fulfill your requirement so you need to customize plugin or need to build custom plugin or theme to fulfill your requirement.
Furthermore, bbPress plugin nearly meets of your requirement (about 50 to 60 % ). You can customize it to enhance other features.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am new in wordpress and I develop my custom themes but i don't know why functions.php file used in theme development of wordpress.Thanks in advance.
In case you missed it, you should always check the WordPress codex -- http://codex.wordpress.org/ You can find pretty much everything you need there.
As for your question: http://codex.wordpress.org/Theme_Development#Functions_File