Emerald_2010
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change Event LinksI actually want to have make all events go to tickets page when clicked. The posterboard view takes them to single event page, so i need to fix that. The Agenda view seems to be ok.
Thank you Nadia, that solved my problem!
Thanks, i have bought the pro plugin and i would like to know about the workaround thats available for this in it.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Accept USD and NGN using GlobalPay on one siteI would like to get the same feature, please suggest how to contact you and get it for my site?
Forum: Fixing WordPress
In reply to: Changing URL – coping with hard coded referencesI found this script very helpful and perfect, i think you might want to try it too
Forum: Fixing WordPress
In reply to: Front page doesn't show full length articlesRafaell, you need to change the code in your homepage template. Look for code of “The Loop” and the place where it says
the_excerpt();change it to
the_content();or check if your theme’s options panel gives you an option to display either full length articles or their excerpts. Hope this helps.
Forum: Installing WordPress
In reply to: WP installed but site still 'under construction'index.html file in your root folder needs to be removed, otherwise all requests to your domain with be directed to it and it has the “under construction” text on it.