Rys
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Not Recieving MessagesThis was solved, the issue was that the e-mail was only being delayed.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Not Sending E-Mail from Local HostHmm so the same contact form worked on a server but did not work locally?
Forum: Plugins
In reply to: [plugin] JJ NextGen JQuery SliderYo mate, no the problem was that I had to manually insert the CSS and link the JQuery files. Taught the plugin does that for you.
Forum: Fixing WordPress
In reply to: How to get the name of the PageThis works to get the page name, I use it in the Meta Title too: <?php wp_title(); ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow not LoadingWell basically you need to download the plugin on wordpress to allow the user of the shortcode. Then go to the usage page for the nivo slider, and insert the links to the necessary css and javascript files. Then it should be working.
Let me know if you have any problems!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow not LoadingThanks for your help, I tried a different plugin which works with NextGen Gallery. It is the JJ NextGen JQuery Slider. It is slightly more complicated to setup, but it’s really cool.
Forum: Fixing WordPress
In reply to: How to get the name of the PageYeah I understand, but in this case I need to auto generate all the <h1> in the website.
Forum: Fixing WordPress
In reply to: How to get the name of the Pageso I use the_title() for the h1?
I have the same problem mate, when I paste the short code in the content they are just listed one after the other.
Forum: Fixing WordPress
In reply to: How to get the name of the PageSo when I need an <h1> I will use wp_title();
Forum: Fixing WordPress
In reply to: How to get the name of the PageHi again Chris,
This gives the same result as
<?php wp_title(); ?>
because I tried it, I’m not sure which is bestForum: Fixing WordPress
In reply to: How to get the name of the PageOh thanks missed that, this works for those who would like to know how:
<?php wp_title(''); ?>
Forum: Fixing WordPress
In reply to: How to get the name of the PageOk now I’ve found this:
<?php wp_title(); ?>
and it works. How do i remove the “?”Forum: Themes and Templates
In reply to: Looking for WordPress Website Templates not BlogOh ok, thanks a lot Mr. Chip Bennett. Was fruitful talking to you.
Forum: Themes and Templates
In reply to: Looking for WordPress Website Templates not BlogWhat I meant is the category things, because usually such themes have 2 menu’s, I need 1 with just 1 menu. Is this right?