<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged custom</title>
<link>https://www.question2answer.org/qa/tag/custom</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to change paths of url to a custom url? (details in discription)</title>
<link>https://www.question2answer.org/qa/110735/how-to-change-paths-of-url-to-custom-url-details-discription</link>
<description>How to change paths of url to a custom url? (details in discription)&lt;br /&gt;
&lt;br /&gt;
From: &lt;a href=&quot;https://www.question2answer.org/qa/questions&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/questions&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To: &lt;a href=&quot;https://www.question2answer.org/qa/CustomUrl&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/CustomUrl&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Is this possible?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110735/how-to-change-paths-of-url-to-custom-url-details-discription</guid>
<pubDate>Thu, 05 Oct 2023 06:30:10 +0000</pubDate>
</item>
<item>
<title>how can I show theme function in custom page?</title>
<link>https://www.question2answer.org/qa/100386/how-can-i-show-theme-function-in-custom-page</link>
<description>

&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;I wanted to show a theme function voting($q_item) in custom page which is I created, I tried to use this code ;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;pre&gt;$themeclass=qa_load_theme_class(qa_get_site_theme(), 'custom', null, null);

$themeclass-&amp;gt;initialize();&lt;/pre&gt;

&lt;pre&gt;
&lt;/pre&gt;

&lt;pre&gt;
&lt;/pre&gt;

&lt;pre&gt;but not working, how can I show theme function in custom page ?&lt;/pre&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/100386/how-can-i-show-theme-function-in-custom-page</guid>
<pubDate>Fri, 25 Mar 2022 21:21:34 +0000</pubDate>
</item>
<item>
<title>Custom HTML is having some char reading length limitation</title>
<link>https://www.question2answer.org/qa/99435/custom-html-is-having-some-char-reading-length-limitation</link>
<description>I am designing custom home page instead of Q&amp;amp;A page. but i found there is some limit in HTML editor. Due to that after a limit it truncate the code. Can any one suggest how can i cross over the limit to parse HTML. Or suggest any other alternative to make a custom html page.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/99435/custom-html-is-having-some-char-reading-length-limitation</guid>
<pubDate>Sat, 05 Feb 2022 17:29:42 +0000</pubDate>
</item>
<item>
<title>How can I use this plugin?</title>
<link>https://www.question2answer.org/qa/99039/how-can-i-use-this-plugin</link>
<description>What is the uses of this plugin?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://github.com/yshiga/q2a-custom-feedback&quot; rel=&quot;nofollow&quot;&gt;https://github.com/yshiga/q2a-custom-feedback&lt;/a&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/99039/how-can-i-use-this-plugin</guid>
<pubDate>Fri, 14 Jan 2022 05:58:09 +0000</pubDate>
</item>
<item>
<title>Can someone please provide me Sitemap plugin, the default plugin of v1.5 is not breaking the files in smaller.</title>
<link>https://www.question2answer.org/qa/91599/someone-please-provide-sitemap-plugin-default-breaking-smaller</link>
<description>Can someone please provide me Sitemap plugin, the default plugin of v1.5 is not breaking the files in smaller. Also how to add custom pages as well to the same sitemap&lt;br /&gt;
&lt;br /&gt;
The sitemap of Ultimate Sitemap also not working properly, many times it shows error of not reading the sitemap files. Pleas help me</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/91599/someone-please-provide-sitemap-plugin-default-breaking-smaller</guid>
<pubDate>Fri, 12 Mar 2021 15:13:02 +0000</pubDate>
</item>
<item>
<title>Prevent sql injection in q2a custom php form ?</title>
<link>https://www.question2answer.org/qa/82413/prevent-sql-injection-in-q2a-custom-php-form</link>
<description>

&lt;p&gt;This is how i store data in mysql via php form. I know its security risk.&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Examples - $price = $_POST['price'];&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;OR&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;$price = array_key_exists('price', $_POST) ? $_POST['price'] : &quot;&quot;;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;and sql query is -&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;$insertqry = qa_db_query_sub(&quot;INSERT INTO test_table (title, price) VALUES ('$title','$price')&quot;);&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;How should i post data in latest php 7 and above version ?
&lt;br&gt;I think escape string is deprecated or outdated.&lt;/p&gt;

&lt;p&gt;Thanks for your help !&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/82413/prevent-sql-injection-in-q2a-custom-php-form</guid>
<pubDate>Tue, 31 Mar 2020 19:33:04 +0000</pubDate>
</item>
<item>
<title>Delete custom link</title>
<link>https://www.question2answer.org/qa/82334/delete-custom-link</link>
<description>It appears that if you create a custom link, there is no way to delete it.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/82334/delete-custom-link</guid>
<pubDate>Sun, 29 Mar 2020 14:44:02 +0000</pubDate>
</item>
<item>
<title>How to remove ad from above the header in SnoFlat  theme by changing code?</title>
<link>https://www.question2answer.org/qa/78038/how-remove-from-above-the-header-snoflat-theme-changing-code</link>
<description>

&lt;p&gt;Hello Everyone!&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I want to remove Adsense ad from the above header.&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12018825022124677217&quot; style=&quot;height:146px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Where can I change code to remove Adsense ad&amp;nbsp;in SnowFlat theme only?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/78038/how-remove-from-above-the-header-snoflat-theme-changing-code</guid>
<pubDate>Sun, 22 Sep 2019 07:19:40 +0000</pubDate>
</item>
<item>
<title>Can Someone please tell me what to fix here (See question details)</title>
<link>https://www.question2answer.org/qa/73770/can-someone-please-tell-me-what-fix-here-see-question-details</link>
<description>

&lt;p&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Website: www.satechhelp.co.za&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;HTTP/1.1 200 OK&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Date: Fri, 29 Mar 2019 22:47:10 GMT&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Server: Apache&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;X-Powered-By: PHP/7.1.27&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Expires: Thu, 19 Nov 1981 08:52:00 GMT&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Cache-Control: no-store, no-cache, must-revalidate&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Pragma: no-cache&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Content-Encoding: gzip&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Vary: Accept-Encoding,User-Agent&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Set-Cookie: PHPSESSID=fdd9f7953ddec397a32441a96c0fab1c; path=/&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Set-Cookie: qa_key=7g8b6givx9omshcp5dyhjqy6kn8u9xj7; expires=Sun, 31-Mar-2019 22:47:11 GMT; Max-Age=172800; path=/; HttpOnly&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Content-Length: 9008&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Connection: close&lt;/span&gt;
&lt;br style=&quot;-webkit-tap-highlight-color: transparent; color: rgba(0, 0, 0, 0.87); font-family: &amp;quot;Roboto Mono&amp;quot;, monospace; font-size: 13px;&quot;&gt;&lt;span style=&quot;color:rgba(0, 0, 0, 0.87); font-family:&amp;quot;Roboto Mono&amp;quot;,monospace; font-size:13px&quot;&gt;Content-Type: text/html; charset=utf-8&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/73770/can-someone-please-tell-me-what-fix-here-see-question-details</guid>
<pubDate>Fri, 29 Mar 2019 22:53:47 +0000</pubDate>
</item>
<item>
<title>How to create custom text field on answer form page?</title>
<link>https://www.question2answer.org/qa/73486/how-to-create-custom-text-field-on-answer-form-page</link>
<description>hi, i'm searching about custom fields and i found this &lt;a href=&quot;https://www.question2answer.org/qa/60887/how-to-create-custom-text-field-on-question-form-page?show=60887#q60887&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/60887/how-to-create-custom-text-field-on-question-form-page?show=60887#q60887&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
i want to know if is possible to create custom field on ANSWER FORM page (and not on question form page)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/73486/how-to-create-custom-text-field-on-answer-form-page</guid>
<pubDate>Sun, 17 Mar 2019 11:47:53 +0000</pubDate>
</item>
<item>
<title>How To Completely Remove The Footer From The Donut Theme?</title>
<link>https://www.question2answer.org/qa/72420/how-to-completely-remove-the-footer-from-the-donut-theme</link>
<description>

&lt;p&gt;I &lt;strong&gt;might &lt;/strong&gt;add a full custom footer to my Q2A site but I don’t know how I can go about removing the default footer from the Donut Theme to let me use my code/footer. Any help?&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/72420/how-to-completely-remove-the-footer-from-the-donut-theme</guid>
<pubDate>Thu, 31 Jan 2019 19:20:41 +0000</pubDate>
</item>
<item>
<title>I have this 2 broken links can someone please tell me how to fix them</title>
<link>https://www.question2answer.org/qa/72069/have-this-broken-links-can-someone-please-tell-me-how-fix-them</link>
<description>

&lt;ol&gt;

&lt;li&gt;&lt;a href=&quot;https://www.studyroom.co.za/www.studyroom.co.za&quot; rel=&quot;nofollow&quot;&gt;https://www.studyroom.co.za/www.studyroom.co.za&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;https://www.studyroom.co.za/&amp;lt;/a&quot; rel=&quot;nofollow&quot;&gt;https://www.studyroom.co.za/&amp;lt;/a&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;https://www.studyroom.co.za/index.php/&amp;lt;/a&quot; rel=&quot;nofollow&quot;&gt;https://www.studyroom.co.za/index.php/&amp;lt;/a&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;I dont even know where is this one coming from. &lt;a href=&quot;http://ontargetseo.us&quot; rel=&quot;nofollow&quot;&gt;http://ontargetseo.us&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/72069/have-this-broken-links-can-someone-please-tell-me-how-fix-them</guid>
<pubDate>Tue, 22 Jan 2019 19:46:28 +0000</pubDate>
</item>
<item>
<title>How to create tagline on hompage title ?</title>
<link>https://www.question2answer.org/qa/70246/how-to-create-tagline-on-hompage-title</link>
<description>I wanna make my title like this without change site name &amp;lt;h1&amp;gt;site title - tagline&amp;lt;/h1&amp;gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/70246/how-to-create-tagline-on-hompage-title</guid>
<pubDate>Sat, 08 Dec 2018 00:46:03 +0000</pubDate>
</item>
<item>
<title>How can i add a custom positions to add links to them?</title>
<link>https://www.question2answer.org/qa/69379/how-can-i-add-a-custom-positions-to-add-links-to-them</link>
<description>

&lt;p&gt;Hi all! In my new design the footer has 3 areas with some links (on the image). How can i add my custom positions to template and show there new links created from the admin panel?&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=12862579654377012152&quot; style=&quot;height:159px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/69379/how-can-i-add-a-custom-positions-to-add-links-to-them</guid>
<pubDate>Tue, 20 Nov 2018 23:14:48 +0000</pubDate>
</item>
<item>
<title>Disable answering on question</title>
<link>https://www.question2answer.org/qa/68363/disable-answering-on-question</link>
<description>I have need for two kind of posts in Q2 site. One is question post like it is supposed to be. Other is tutorial post. That means tutorials are not suppose to have answers but just comments.&lt;br /&gt;
&lt;br /&gt;
Scenario would be that user, when creating new post, has option to choose if he posts question or tutorial, and when post is displayed it offers others to post answers or not based on that setting. Also, tutorials should not be treated as unanswered.&lt;br /&gt;
&lt;br /&gt;
I would like to share the same category and tag system for questions and tutorials. I would like to be able to list questions and tutorials separately.&lt;br /&gt;
&lt;br /&gt;
I am looking for hints how to make that. I am willing to create plugin.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/68363/disable-answering-on-question</guid>
<pubDate>Thu, 18 Oct 2018 09:08:35 +0000</pubDate>
</item>
<item>
<title>What is wrong with q2a?</title>
<link>https://www.question2answer.org/qa/65343/what-is-wrong-with-q2a</link>
<description>

&lt;p&gt;I installed q2a v1.8 (just the core so no extra themes and/or plugins). I go to &quot;Admin&quot;, then &quot;Layout&quot;, and tick &quot;Custom HTML in &amp;lt;head&amp;gt; section of every page:&quot; and I put&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;

&lt;p&gt;there, when I click on save options, it redirects me to&amp;nbsp;&lt;a href=&quot;http://mydomain.com/index.php?qa=admin&amp;amp;qa_1=layout&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/index.php?qa=admin&amp;amp;qa_1=layout&lt;/a&gt; where &quot;page not found&quot; is shown.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=17848410162885833246&quot; style=&quot;height:62px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;and then when I go back to &quot;Admin&quot; and then &quot;Layout&quot;, &quot;&quot;Custom HTML in &amp;lt;head&amp;gt; section of every page:&quot; is not ticked and there is nothing inside the text box so it really means that the changes I made were not even saved.&lt;/p&gt;

&lt;p&gt;Why are there so much bugs?&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/65343/what-is-wrong-with-q2a</guid>
<pubDate>Tue, 17 Jul 2018 11:44:04 +0000</pubDate>
</item>
<item>
<title>How to add custom user field in registration field ?</title>
<link>https://www.question2answer.org/qa/64844/how-to-add-custom-user-field-in-registration-field</link>
<description>

&lt;p&gt;How can i add custom field like this I saw many question and link but no any download plugin is present please help me&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=18238399560854455487&quot; style=&quot;height:769px; width:599px&quot;&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/64844/how-to-add-custom-user-field-in-registration-field</guid>
<pubDate>Fri, 29 Jun 2018 05:56:09 +0000</pubDate>
</item>
<item>
<title>How create a custom button in question page that open a link given in extra field?</title>
<link>https://www.question2answer.org/qa/63787/create-custom-button-question-page-that-open-given-extra-field</link>
<description>Hi guys. Im having trouble creating a button in question pages like 'answer' button. Id like that it opens a new window with a url given in the custom/extra question field. Can someone help me plz?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/63787/create-custom-button-question-page-that-open-given-extra-field</guid>
<pubDate>Thu, 03 May 2018 01:00:08 +0000</pubDate>
</item>
<item>
<title>How to add &quot;Reply to Answer&quot; Button.</title>
<link>https://www.question2answer.org/qa/63627/how-to-add-reply-to-answer-button</link>
<description>I want to add &amp;quot;Reply to Answer&amp;quot; Button, instead of a comment.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/63627/how-to-add-reply-to-answer-button</guid>
<pubDate>Fri, 20 Apr 2018 15:04:57 +0000</pubDate>
</item>
<item>
<title>How to create custom text field on question form page?</title>
<link>https://www.question2answer.org/qa/60887/how-to-create-custom-text-field-on-question-form-page</link>
<description>How can i create custom text field on question form and show in frontend on question page and list page?&lt;br /&gt;
&lt;br /&gt;
I can't find solution anywhere.&lt;br /&gt;
&lt;br /&gt;
I know there is already a one custom field but i need one more text field.&lt;br /&gt;
&lt;br /&gt;
Is there any core hack to add one more custom text field?&lt;br /&gt;
&lt;br /&gt;
Thank you for your help.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60887/how-to-create-custom-text-field-on-question-form-page</guid>
<pubDate>Sat, 18 Nov 2017 18:46:24 +0000</pubDate>
</item>
</channel>
</rss>