Aruz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Which is safely of “<?php include();?> comment?Ok. Thanks. Default theme uses first code. Is this a risk?
How is there a security problem if I use <?php include(‘searchform.php’)?>. What is the risk?Forum: Plugins
In reply to: How ca I get “widget id”?Thanks a lot. But this is complex for me. Thanks for your time.
Forum: Plugins
In reply to: How ca I get “widget id”?I wanna make different colored sidebar widgets, but widget ready.
Like comments’ background colors of default theme. Forexample first widget’s background color will be grey, second white, third grey…
If widgets not ready this is easy but widget ready.Forum: Plugins
In reply to: How ca I get “widget id”?Ben şimdi sayardım da… Ok guys. Thanks for your help. I hope the developpers give numeric IDs to them for the new version of wp. This will be a design revolution. The World will be change…
Forum: Plugins
In reply to: How ca I get “widget id”?Anyone?
Forum: Plugins
In reply to: How ca I get “widget id”?🙂 for example you can see this in admin panel.
You are using the Default theme with 6 widgets.
I need the these 6 widgets Id number.
All I need like this.
<li id="get_recent_comments" class="widget 4">...</li>Forum: Themes and Templates
In reply to: About Page linkI am making for distribution. Ok. Thanks a lot.
Forum: Themes and Templates
In reply to: About Page linkThere is only page name. For example I make Authors.php, and template name is “Authors Template”. And want to put a link of “Authors Template” in the footer. It will be a link of “Authors Template” in the footer. I cant know the my theme users “Authors Template” page id.
I looking for something like this.<a href="<?php echo get_page_permanent_link('Authors Template'); ?>">Authors</a> <a href="<?php echo get_page_permanent_link('Authors Page Name'); ?>">Authors</a>Thanks…
Forum: Themes and Templates
In reply to: how to remove kubrick sidebar?Make sure have a backup. This is your own risk.
Removing sidebar at Kubrick theme.
Open index.php in a text editor
…/wp-content/themes/default/index.php
Find this line and remove it.
<?php get_sidebar(); ?>
And save it.Open style.css file with a text editor
…/wp-content/themes/default/style.css
Find these lines.narrowcolumn { float: left; padding: 0 0 20px 45px; margin: 0px 0 0; width: 450px; }and change with these lines
.narrowcolumn { float: left; padding: 0 45px 20px 45px; margin: 0px 0 0; }and save it. Don’t forget have a backup first.
Forum: Themes and Templates
In reply to: Adding content to additional sidebarDo you know CSS, HTML, PHP?