jan1979
Forum Replies Created
-
Forum: Hacks
In reply to: How to pass value in wordpress urlOf course you can get the variables. For example you create a form on top of every category page (which lists the posts of that category) and have it post back to the same page /?name=value. then you just use $_GET[‘name’] to get this variable. An complete example of using this (in combination with filtering the displayed posts based upon the parameter sent) can be found here:
http://infobak.nl/2012/09/12/using-add_filter-in-wordpress-to-filter-posts-shown-on-category-page/I wrote that article today, so feel free to criticize(<- wrong spelling?) it.
Forum: Plugins
In reply to: [Simple Adsense Inserter] Simple Adsense InserterHi NewPet,
Yes when you are new to google it might take some time before the ads are really displayed. I checked your website and the ads are displayed fine now, so everything should be ok.
Greets,
Jan.Even ter info, hier hetzelfde probleem. Het is heeft productief geen effect, maar het is wel erg storend.
Forum: Themes and Templates
In reply to: Add widget area to header in TwentyEleven child themeFor anyone interested:
http://www.huurautohuren.com/twenty-eleven-child-theme-free-download/It’s a twenty eleven child theme with only two changes, it has sidebar support for posts and adds 4 widget area’s to the header. So you can use this one, or have a look at the code and implement it in yours.
Forum: Themes and Templates
In reply to: Copy parent theme (twenty eleven) into child themeYou can download an example child theme of twenty eleven here:
http://www.huurautohuren.com/twenty-eleven-child-theme-free-download/It is very basic, but it adds a sidebar to single posts and also 4 widget area’s to the header. Maybe you can use this as a base, and modify the code some more to your needs?